Uses of Interface
org.cdk8s.plus24.k8s.LeaseSpec
-
Packages that use LeaseSpec Package Description org.cdk8s.plus24.k8s -
-
Uses of LeaseSpec in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement LeaseSpec Modifier and Type Class Description static class
LeaseSpec.Jsii$Proxy
An implementation forLeaseSpec
Methods in org.cdk8s.plus24.k8s that return LeaseSpec Modifier and Type Method Description LeaseSpec
LeaseSpec.Builder. build()
Builds the configured instance.default LeaseSpec
KubeLeaseProps. getSpec()
Specification of the Lease.LeaseSpec
KubeLeaseProps.Jsii$Proxy. getSpec()
Methods in org.cdk8s.plus24.k8s with parameters of type LeaseSpec Modifier and Type Method Description KubeLease.Builder
KubeLease.Builder. spec(LeaseSpec spec)
Specification of the Lease.KubeLeaseProps.Builder
KubeLeaseProps.Builder. spec(LeaseSpec spec)
Sets the value ofKubeLeaseProps.getSpec()
-