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