Uses of Interface
org.cdk8s.plus24.k8s.KubeEvictionProps
-
Packages that use KubeEvictionProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeEvictionProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeEvictionProps Modifier and Type Class Description static class
KubeEvictionProps.Jsii$Proxy
An implementation forKubeEvictionProps
Methods in org.cdk8s.plus24.k8s that return KubeEvictionProps Modifier and Type Method Description KubeEvictionProps
KubeEvictionProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubeEvictionProps Modifier and Type Method Description static Object
KubeEviction. manifest(KubeEvictionProps props)
Renders a Kubernetes manifest for "io.k8s.api.policy.v1.Eviction".Constructors in org.cdk8s.plus24.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.
-