Uses of Interface
org.cdk8s.plus24.k8s.KubeLeaseProps
-
Packages that use KubeLeaseProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeLeaseProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeLeaseProps Modifier and Type Class Description static class
KubeLeaseProps.Jsii$Proxy
An implementation forKubeLeaseProps
Methods in org.cdk8s.plus24.k8s that return KubeLeaseProps Modifier and Type Method Description KubeLeaseProps
KubeLeaseProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeLeaseProps Modifier and Type Method Description List<KubeLeaseProps>
KubeLeaseListProps. getItems()
Items is a list of schema objects.List<KubeLeaseProps>
KubeLeaseListProps.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubeLeaseProps Modifier and Type Method Description static Object
KubeLease. manifest(KubeLeaseProps props)
Renders a Kubernetes manifest for "io.k8s.api.coordination.v1.Lease".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeLeaseProps Modifier and Type Method Description KubeLeaseList.Builder
KubeLeaseList.Builder. items(List<? extends KubeLeaseProps> items)
Items is a list of schema objects.KubeLeaseListProps.Builder
KubeLeaseListProps.Builder. items(List<? extends KubeLeaseProps> items)
Sets the value ofKubeLeaseListProps.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeLeaseProps Constructor Description KubeLease(software.constructs.Construct scope, String id, KubeLeaseProps props)
Defines a "io.k8s.api.coordination.v1.Lease" API object.
-