Uses of Class
org.cdk8s.plus28.k8s.ParamRefV1Alpha1.Builder
-
Packages that use ParamRefV1Alpha1.Builder Package Description org.cdk8s.plus28.k8s -
-
Uses of ParamRefV1Alpha1.Builder in org.cdk8s.plus28.k8s
Methods in org.cdk8s.plus28.k8s that return ParamRefV1Alpha1.Builder Modifier and Type Method Description static ParamRefV1Alpha1.BuilderParamRefV1Alpha1. builder()ParamRefV1Alpha1.BuilderParamRefV1Alpha1.Builder. name(String name)Sets the value ofParamRefV1Alpha1.getName()ParamRefV1Alpha1.BuilderParamRefV1Alpha1.Builder. namespace(String namespace)Sets the value ofParamRefV1Alpha1.getNamespace()ParamRefV1Alpha1.BuilderParamRefV1Alpha1.Builder. parameterNotFoundAction(String parameterNotFoundAction)Sets the value ofParamRefV1Alpha1.getParameterNotFoundAction()ParamRefV1Alpha1.BuilderParamRefV1Alpha1.Builder. selector(LabelSelector selector)Sets the value ofParamRefV1Alpha1.getSelector()Constructors in org.cdk8s.plus28.k8s with parameters of type ParamRefV1Alpha1.Builder Constructor Description Jsii$Proxy(ParamRefV1Alpha1.Builder builder)Constructor that initializes the object based on literal property values passed by theParamRefV1Alpha1.Builder.
-