Uses of Class
org.cdk8s.plus25.NetworkPolicyRule.Builder
-
Packages that use NetworkPolicyRule.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of NetworkPolicyRule.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return NetworkPolicyRule.Builder Modifier and Type Method Description static NetworkPolicyRule.BuilderNetworkPolicyRule. builder()NetworkPolicyRule.BuilderNetworkPolicyRule.Builder. peer(INetworkPolicyPeer peer)Sets the value ofNetworkPolicyRule.getPeer()NetworkPolicyRule.BuilderNetworkPolicyRule.Builder. ports(List<? extends NetworkPolicyPort> ports)Sets the value ofNetworkPolicyRule.getPorts()Constructors in org.cdk8s.plus25 with parameters of type NetworkPolicyRule.Builder Constructor Description Jsii$Proxy(NetworkPolicyRule.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkPolicyRule.Builder.
-