Uses of Interface
org.cdk8s.plus25.k8s.KubeNetworkPolicyListProps
-
Packages that use KubeNetworkPolicyListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeNetworkPolicyListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeNetworkPolicyListProps Modifier and Type Class Description static classKubeNetworkPolicyListProps.Jsii$ProxyAn implementation forKubeNetworkPolicyListPropsMethods in org.cdk8s.plus25.k8s that return KubeNetworkPolicyListProps Modifier and Type Method Description KubeNetworkPolicyListPropsKubeNetworkPolicyListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeNetworkPolicyListProps Modifier and Type Method Description static ObjectKubeNetworkPolicyList. manifest(KubeNetworkPolicyListProps props)Renders a Kubernetes manifest for "io.k8s.api.networking.v1.NetworkPolicyList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeNetworkPolicyListProps Constructor Description KubeNetworkPolicyList(software.constructs.Construct scope, String id, KubeNetworkPolicyListProps props)Defines a "io.k8s.api.networking.v1.NetworkPolicyList" API object.
-