Uses of Class
org.cdk8s.plus22.NetworkPolicyRule.Builder
-
-
Uses of NetworkPolicyRule.Builder in org.cdk8s.plus22
Methods in org.cdk8s.plus22 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.plus22 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.
-