Uses of Interface
org.cdk8s.plus25.k8s.KubeNetworkPolicyProps
-
Packages that use KubeNetworkPolicyProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeNetworkPolicyProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeNetworkPolicyProps Modifier and Type Class Description static classKubeNetworkPolicyProps.Jsii$ProxyAn implementation forKubeNetworkPolicyPropsMethods in org.cdk8s.plus25.k8s that return KubeNetworkPolicyProps Modifier and Type Method Description KubeNetworkPolicyPropsKubeNetworkPolicyProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeNetworkPolicyProps Modifier and Type Method Description List<KubeNetworkPolicyProps>KubeNetworkPolicyListProps. getItems()Items is a list of schema objects.List<KubeNetworkPolicyProps>KubeNetworkPolicyListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeNetworkPolicyProps Modifier and Type Method Description static ObjectKubeNetworkPolicy. manifest(KubeNetworkPolicyProps props)Renders a Kubernetes manifest for "io.k8s.api.networking.v1.NetworkPolicy".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeNetworkPolicyProps Modifier and Type Method Description KubeNetworkPolicyList.BuilderKubeNetworkPolicyList.Builder. items(List<? extends KubeNetworkPolicyProps> items)Items is a list of schema objects.KubeNetworkPolicyListProps.BuilderKubeNetworkPolicyListProps.Builder. items(List<? extends KubeNetworkPolicyProps> items)Sets the value ofKubeNetworkPolicyListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeNetworkPolicyProps Constructor Description KubeNetworkPolicy(software.constructs.Construct scope, String id, KubeNetworkPolicyProps props)Defines a "io.k8s.api.networking.v1.NetworkPolicy" API object.
-