Uses of Class
org.cdk8s.plus25.k8s.TypedLocalObjectReference.Builder
-
Packages that use TypedLocalObjectReference.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of TypedLocalObjectReference.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return TypedLocalObjectReference.Builder Modifier and Type Method Description TypedLocalObjectReference.BuilderTypedLocalObjectReference.Builder. apiGroup(String apiGroup)Sets the value ofTypedLocalObjectReference.getApiGroup()static TypedLocalObjectReference.BuilderTypedLocalObjectReference. builder()TypedLocalObjectReference.BuilderTypedLocalObjectReference.Builder. kind(String kind)Sets the value ofTypedLocalObjectReference.getKind()TypedLocalObjectReference.BuilderTypedLocalObjectReference.Builder. name(String name)Sets the value ofTypedLocalObjectReference.getName()Constructors in org.cdk8s.plus25.k8s with parameters of type TypedLocalObjectReference.Builder Constructor Description Jsii$Proxy(TypedLocalObjectReference.Builder builder)Constructor that initializes the object based on literal property values passed by theTypedLocalObjectReference.Builder.
-