Uses of Class
org.cdk8s.plus24.PodConnectionsAllowFromOptions.Builder
-
Packages that use PodConnectionsAllowFromOptions.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of PodConnectionsAllowFromOptions.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return PodConnectionsAllowFromOptions.Builder Modifier and Type Method Description static PodConnectionsAllowFromOptions.Builder
PodConnectionsAllowFromOptions. builder()
PodConnectionsAllowFromOptions.Builder
PodConnectionsAllowFromOptions.Builder. isolation(PodConnectionsIsolation isolation)
Sets the value ofPodConnectionsAllowFromOptions.getIsolation()
PodConnectionsAllowFromOptions.Builder
PodConnectionsAllowFromOptions.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
.
-