Uses of Interface
org.cdk8s.plus22.NetworkPolicyRule
-
-
Uses of NetworkPolicyRule in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement NetworkPolicyRule Modifier and Type Class Description static classNetworkPolicyRule.Jsii$ProxyAn implementation forNetworkPolicyRuleMethods in org.cdk8s.plus22 that return NetworkPolicyRule Modifier and Type Method Description NetworkPolicyRuleNetworkPolicyRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 that return types with arguments of type NetworkPolicyRule Modifier and Type Method Description default List<NetworkPolicyRule>NetworkPolicyTraffic. getRules()List of rules to be applied to the selected pods.List<NetworkPolicyRule>NetworkPolicyTraffic.Jsii$Proxy. getRules()Method parameters in org.cdk8s.plus22 with type arguments of type NetworkPolicyRule Modifier and Type Method Description NetworkPolicyTraffic.BuilderNetworkPolicyTraffic.Builder. rules(List<? extends NetworkPolicyRule> rules)Sets the value ofNetworkPolicyTraffic.getRules()
-