Uses of Class
org.cdk8s.plus25.PodConnectionsAllowToOptions.Builder
-
Packages that use PodConnectionsAllowToOptions.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of PodConnectionsAllowToOptions.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return PodConnectionsAllowToOptions.Builder Modifier and Type Method Description static PodConnectionsAllowToOptions.BuilderPodConnectionsAllowToOptions. builder()PodConnectionsAllowToOptions.BuilderPodConnectionsAllowToOptions.Builder. isolation(PodConnectionsIsolation isolation)Sets the value ofPodConnectionsAllowToOptions.getIsolation()PodConnectionsAllowToOptions.BuilderPodConnectionsAllowToOptions.Builder. ports(List<? extends NetworkPolicyPort> ports)Sets the value ofPodConnectionsAllowToOptions.getPorts()Constructors in org.cdk8s.plus25 with parameters of type PodConnectionsAllowToOptions.Builder Constructor Description Jsii$Proxy(PodConnectionsAllowToOptions.Builder builder)Constructor that initializes the object based on literal property values passed by thePodConnectionsAllowToOptions.Builder.
-