Uses of Interface
org.cdk8s.plus25.k8s.NetworkPolicyEgressRule
-
Packages that use NetworkPolicyEgressRule Package Description org.cdk8s.plus25.k8s -
-
Uses of NetworkPolicyEgressRule in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement NetworkPolicyEgressRule Modifier and Type Class Description static classNetworkPolicyEgressRule.Jsii$ProxyAn implementation forNetworkPolicyEgressRuleMethods in org.cdk8s.plus25.k8s that return NetworkPolicyEgressRule Modifier and Type Method Description NetworkPolicyEgressRuleNetworkPolicyEgressRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type NetworkPolicyEgressRule Modifier and Type Method Description default List<NetworkPolicyEgressRule>NetworkPolicySpec. getEgress()List of egress rules to be applied to the selected pods.List<NetworkPolicyEgressRule>NetworkPolicySpec.Jsii$Proxy. getEgress()Method parameters in org.cdk8s.plus25.k8s with type arguments of type NetworkPolicyEgressRule Modifier and Type Method Description NetworkPolicySpec.BuilderNetworkPolicySpec.Builder. egress(List<? extends NetworkPolicyEgressRule> egress)Sets the value ofNetworkPolicySpec.getEgress()
-