Uses of Class
org.cdk8s.plus25.k8s.ListMeta.Builder
-
Packages that use ListMeta.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of ListMeta.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return ListMeta.Builder Modifier and Type Method Description static ListMeta.BuilderListMeta. builder()ListMeta.BuilderListMeta.Builder. continueValue(String continueValue)Sets the value ofListMeta.getContinueValue()ListMeta.BuilderListMeta.Builder. remainingItemCount(Number remainingItemCount)Sets the value ofListMeta.getRemainingItemCount()ListMeta.BuilderListMeta.Builder. resourceVersion(String resourceVersion)Sets the value ofListMeta.getResourceVersion()ListMeta.BuilderListMeta.Builder. selfLink(String selfLink)Sets the value ofListMeta.getSelfLink()Constructors in org.cdk8s.plus25.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.
-