Uses of Interface
org.cdk8s.plus24.PodConnectionsAllowFromOptions
-
Packages that use PodConnectionsAllowFromOptions Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of PodConnectionsAllowFromOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement PodConnectionsAllowFromOptions Modifier and Type Class Description static class
PodConnectionsAllowFromOptions.Jsii$Proxy
An implementation forPodConnectionsAllowFromOptions
Methods in org.cdk8s.plus24 that return PodConnectionsAllowFromOptions Modifier and Type Method Description PodConnectionsAllowFromOptions
PodConnectionsAllowFromOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type PodConnectionsAllowFromOptions Modifier and Type Method Description void
PodConnections. allowFrom(INetworkPolicyPeer peer, PodConnectionsAllowFromOptions options)
Allow network traffic from the peer to this pod.
-