Uses of Interface
org.cdk8s.plus25.k8s.KubeEvictionProps
-
Packages that use KubeEvictionProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeEvictionProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeEvictionProps Modifier and Type Class Description static classKubeEvictionProps.Jsii$ProxyAn implementation forKubeEvictionPropsMethods in org.cdk8s.plus25.k8s that return KubeEvictionProps Modifier and Type Method Description KubeEvictionPropsKubeEvictionProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeEvictionProps Modifier and Type Method Description static ObjectKubeEviction. manifest(KubeEvictionProps props)Renders a Kubernetes manifest for "io.k8s.api.policy.v1.Eviction".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeEvictionProps Constructor Description KubeEviction(software.constructs.Construct scope, String id, KubeEvictionProps props)Defines a "io.k8s.api.policy.v1.Eviction" API object.
-