Uses of Interface
org.cdk8s.plus24.k8s.KubeNetworkPolicyProps
-
Packages that use KubeNetworkPolicyProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeNetworkPolicyProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeNetworkPolicyProps Modifier and Type Class Description static class
KubeNetworkPolicyProps.Jsii$Proxy
An implementation forKubeNetworkPolicyProps
Methods in org.cdk8s.plus24.k8s that return KubeNetworkPolicyProps Modifier and Type Method Description KubeNetworkPolicyProps
KubeNetworkPolicyProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.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.plus24.k8s with parameters of type KubeNetworkPolicyProps Modifier and Type Method Description static Object
KubeNetworkPolicy. manifest(KubeNetworkPolicyProps props)
Renders a Kubernetes manifest for "io.k8s.api.networking.v1.NetworkPolicy".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeNetworkPolicyProps Modifier and Type Method Description KubeNetworkPolicyList.Builder
KubeNetworkPolicyList.Builder. items(List<? extends KubeNetworkPolicyProps> items)
Items is a list of schema objects.KubeNetworkPolicyListProps.Builder
KubeNetworkPolicyListProps.Builder. items(List<? extends KubeNetworkPolicyProps> items)
Sets the value ofKubeNetworkPolicyListProps.getItems()
Constructors in org.cdk8s.plus24.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.
-