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