Uses of Interface
org.cdk8s.plus25.NetworkPolicyRule
-
Packages that use NetworkPolicyRule Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of NetworkPolicyRule in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement NetworkPolicyRule Modifier and Type Class Description static classNetworkPolicyRule.Jsii$ProxyAn implementation forNetworkPolicyRuleMethods in org.cdk8s.plus25 that return NetworkPolicyRule Modifier and Type Method Description NetworkPolicyRuleNetworkPolicyRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 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.plus25 with type arguments of type NetworkPolicyRule Modifier and Type Method Description NetworkPolicyTraffic.BuilderNetworkPolicyTraffic.Builder. rules(List<? extends NetworkPolicyRule> rules)Sets the value ofNetworkPolicyTraffic.getRules()
-