Uses of Class
org.cdk8s.plus24.k8s.ListMeta.Builder
-
Packages that use ListMeta.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of ListMeta.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return ListMeta.Builder Modifier and Type Method Description static ListMeta.Builder
ListMeta. builder()
ListMeta.Builder
ListMeta.Builder. continueValue(String continueValue)
Sets the value ofListMeta.getContinueValue()
ListMeta.Builder
ListMeta.Builder. remainingItemCount(Number remainingItemCount)
Sets the value ofListMeta.getRemainingItemCount()
ListMeta.Builder
ListMeta.Builder. resourceVersion(String resourceVersion)
Sets the value ofListMeta.getResourceVersion()
ListMeta.Builder
ListMeta.Builder. selfLink(String selfLink)
Sets the value ofListMeta.getSelfLink()
Constructors in org.cdk8s.plus24.k8s with parameters of type ListMeta.Builder Constructor Description Jsii$Proxy(ListMeta.Builder builder)
Constructor that initializes the object based on literal property values passed by theListMeta.Builder
.
-