Uses of Interface
org.cdk8s.plus25.k8s.NetworkPolicyIngressRule
-
Packages that use NetworkPolicyIngressRule Package Description org.cdk8s.plus25.k8s -
-
Uses of NetworkPolicyIngressRule in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement NetworkPolicyIngressRule Modifier and Type Class Description static classNetworkPolicyIngressRule.Jsii$ProxyAn implementation forNetworkPolicyIngressRuleMethods in org.cdk8s.plus25.k8s that return NetworkPolicyIngressRule Modifier and Type Method Description NetworkPolicyIngressRuleNetworkPolicyIngressRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.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.plus25.k8s with type arguments of type NetworkPolicyIngressRule Modifier and Type Method Description NetworkPolicySpec.BuilderNetworkPolicySpec.Builder. ingress(List<? extends NetworkPolicyIngressRule> ingress)Sets the value ofNetworkPolicySpec.getIngress()
-