Uses of Interface
org.cdk8s.plus25.k8s.KubeControllerRevisionProps
-
Packages that use KubeControllerRevisionProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeControllerRevisionProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeControllerRevisionProps Modifier and Type Class Description static classKubeControllerRevisionProps.Jsii$ProxyAn implementation forKubeControllerRevisionPropsMethods in org.cdk8s.plus25.k8s that return KubeControllerRevisionProps Modifier and Type Method Description KubeControllerRevisionPropsKubeControllerRevisionProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeControllerRevisionProps Modifier and Type Method Description List<KubeControllerRevisionProps>KubeControllerRevisionListProps. getItems()Items is the list of ControllerRevisions.List<KubeControllerRevisionProps>KubeControllerRevisionListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeControllerRevisionProps Modifier and Type Method Description static ObjectKubeControllerRevision. manifest(KubeControllerRevisionProps props)Renders a Kubernetes manifest for "io.k8s.api.apps.v1.ControllerRevision".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeControllerRevisionProps Modifier and Type Method Description KubeControllerRevisionList.BuilderKubeControllerRevisionList.Builder. items(List<? extends KubeControllerRevisionProps> items)Items is the list of ControllerRevisions.KubeControllerRevisionListProps.BuilderKubeControllerRevisionListProps.Builder. items(List<? extends KubeControllerRevisionProps> items)Sets the value ofKubeControllerRevisionListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeControllerRevisionProps Constructor Description KubeControllerRevision(software.constructs.Construct scope, String id, KubeControllerRevisionProps props)Defines a "io.k8s.api.apps.v1.ControllerRevision" API object.
-