Uses of Interface
org.cdk8s.plus24.k8s.NetworkPolicyIngressRule
-
Packages that use NetworkPolicyIngressRule Package Description org.cdk8s.plus24.k8s -
-
Uses of NetworkPolicyIngressRule in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement NetworkPolicyIngressRule Modifier and Type Class Description static class
NetworkPolicyIngressRule.Jsii$Proxy
An implementation forNetworkPolicyIngressRule
Methods in org.cdk8s.plus24.k8s that return NetworkPolicyIngressRule Modifier and Type Method Description NetworkPolicyIngressRule
NetworkPolicyIngressRule.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type NetworkPolicyIngressRule Modifier and Type Method Description default List<NetworkPolicyIngressRule>
NetworkPolicySpec. getIngress()
List of ingress rules to be applied to the selected pods.List<NetworkPolicyIngressRule>
NetworkPolicySpec.Jsii$Proxy. getIngress()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type NetworkPolicyIngressRule Modifier and Type Method Description NetworkPolicySpec.Builder
NetworkPolicySpec.Builder. ingress(List<? extends NetworkPolicyIngressRule> ingress)
Sets the value ofNetworkPolicySpec.getIngress()
-