Uses of Interface
org.cdk8s.plus25.k8s.NetworkPolicySpec
-
Packages that use NetworkPolicySpec Package Description org.cdk8s.plus25.k8s -
-
Uses of NetworkPolicySpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement NetworkPolicySpec Modifier and Type Class Description static classNetworkPolicySpec.Jsii$ProxyAn implementation forNetworkPolicySpecMethods in org.cdk8s.plus25.k8s that return NetworkPolicySpec Modifier and Type Method Description NetworkPolicySpecNetworkPolicySpec.Builder. build()Builds the configured instance.default NetworkPolicySpecKubeNetworkPolicyProps. getSpec()Specification of the desired behavior for this NetworkPolicy.NetworkPolicySpecKubeNetworkPolicyProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type NetworkPolicySpec Modifier and Type Method Description KubeNetworkPolicy.BuilderKubeNetworkPolicy.Builder. spec(NetworkPolicySpec spec)Specification of the desired behavior for this NetworkPolicy.KubeNetworkPolicyProps.BuilderKubeNetworkPolicyProps.Builder. spec(NetworkPolicySpec spec)Sets the value ofKubeNetworkPolicyProps.getSpec()
-