Uses of Class
org.cdk8s.plus24.PodConnectionsAllowFromOptions.Builder
-
-
Uses of PodConnectionsAllowFromOptions.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 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.plus24 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.
-