Uses of Class
org.cdk8s.plus24.k8s.KubeControllerRevisionListProps.Builder
-
Packages that use KubeControllerRevisionListProps.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeControllerRevisionListProps.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubeControllerRevisionListProps.Builder Modifier and Type Method Description static KubeControllerRevisionListProps.Builder
KubeControllerRevisionListProps. builder()
KubeControllerRevisionListProps.Builder
KubeControllerRevisionListProps.Builder. items(List<? extends KubeControllerRevisionProps> items)
Sets the value ofKubeControllerRevisionListProps.getItems()
KubeControllerRevisionListProps.Builder
KubeControllerRevisionListProps.Builder. metadata(ListMeta metadata)
Sets the value ofKubeControllerRevisionListProps.getMetadata()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeControllerRevisionListProps.Builder Constructor Description Jsii$Proxy(KubeControllerRevisionListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeControllerRevisionListProps.Builder
.
-