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