Uses of Class
org.cdk8s.plus25.k8s.KubeControllerRevisionList.Builder
-
Packages that use KubeControllerRevisionList.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeControllerRevisionList.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeControllerRevisionList.Builder Modifier and Type Method Description static KubeControllerRevisionList.BuilderKubeControllerRevisionList.Builder. create(software.constructs.Construct scope, String id)KubeControllerRevisionList.BuilderKubeControllerRevisionList.Builder. items(List<? extends KubeControllerRevisionProps> items)Items is the list of ControllerRevisions.KubeControllerRevisionList.BuilderKubeControllerRevisionList.Builder. metadata(ListMeta metadata)More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-