Uses of Interface
org.cdk8s.plus25.k8s.NetworkPolicyPort
-
Packages that use NetworkPolicyPort Package Description org.cdk8s.plus25.k8s -
-
Uses of NetworkPolicyPort in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement NetworkPolicyPort Modifier and Type Class Description static classNetworkPolicyPort.Jsii$ProxyAn implementation forNetworkPolicyPortMethods in org.cdk8s.plus25.k8s that return NetworkPolicyPort Modifier and Type Method Description NetworkPolicyPortNetworkPolicyPort.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type NetworkPolicyPort Modifier and Type Method Description default List<NetworkPolicyPort>NetworkPolicyEgressRule. getPorts()List of destination ports for outgoing traffic.List<NetworkPolicyPort>NetworkPolicyEgressRule.Jsii$Proxy. getPorts()default List<NetworkPolicyPort>NetworkPolicyIngressRule. getPorts()List of ports which should be made accessible on the pods selected for this rule.List<NetworkPolicyPort>NetworkPolicyIngressRule.Jsii$Proxy. getPorts()Method parameters in org.cdk8s.plus25.k8s with type arguments of type NetworkPolicyPort Modifier and Type Method Description NetworkPolicyEgressRule.BuilderNetworkPolicyEgressRule.Builder. ports(List<? extends NetworkPolicyPort> ports)Sets the value ofNetworkPolicyEgressRule.getPorts()NetworkPolicyIngressRule.BuilderNetworkPolicyIngressRule.Builder. ports(List<? extends NetworkPolicyPort> ports)Sets the value ofNetworkPolicyIngressRule.getPorts()
-