Uses of Interface
org.cdk8s.plus25.k8s.KubeControllerRevisionListProps
-
Packages that use KubeControllerRevisionListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeControllerRevisionListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeControllerRevisionListProps Modifier and Type Class Description static classKubeControllerRevisionListProps.Jsii$ProxyAn implementation forKubeControllerRevisionListPropsMethods in org.cdk8s.plus25.k8s that return KubeControllerRevisionListProps Modifier and Type Method Description KubeControllerRevisionListPropsKubeControllerRevisionListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeControllerRevisionListProps Modifier and Type Method Description static ObjectKubeControllerRevisionList. manifest(KubeControllerRevisionListProps props)Renders a Kubernetes manifest for "io.k8s.api.apps.v1.ControllerRevisionList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeControllerRevisionListProps Constructor Description KubeControllerRevisionList(software.constructs.Construct scope, String id, KubeControllerRevisionListProps props)Defines a "io.k8s.api.apps.v1.ControllerRevisionList" API object.
-