Uses of Interface
org.cdk8s.plus25.k8s.KubeLeaseProps
-
Packages that use KubeLeaseProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeLeaseProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeLeaseProps Modifier and Type Class Description static classKubeLeaseProps.Jsii$ProxyAn implementation forKubeLeasePropsMethods in org.cdk8s.plus25.k8s that return KubeLeaseProps Modifier and Type Method Description KubeLeasePropsKubeLeaseProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.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.plus25.k8s with parameters of type KubeLeaseProps Modifier and Type Method Description static ObjectKubeLease. manifest(KubeLeaseProps props)Renders a Kubernetes manifest for "io.k8s.api.coordination.v1.Lease".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeLeaseProps Modifier and Type Method Description KubeLeaseList.BuilderKubeLeaseList.Builder. items(List<? extends KubeLeaseProps> items)Items is a list of schema objects.KubeLeaseListProps.BuilderKubeLeaseListProps.Builder. items(List<? extends KubeLeaseProps> items)Sets the value ofKubeLeaseListProps.getItems()Constructors in org.cdk8s.plus25.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.
-