Class ParamRefFluent<A extends ParamRefFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.admissionregistration.v1.ParamRefFluent<A>
-
- Direct Known Subclasses:
ParamRefBuilder,ValidatingAdmissionPolicyBindingSpecFluent.ParamRefNested
public class ParamRefFluent<A extends ParamRefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classParamRefFluent.SelectorNested<N>
-
Constructor Summary
Constructors Constructor Description ParamRefFluent()ParamRefFluent(ParamRef instance)
-
Method Summary
-
-
-
Constructor Detail
-
ParamRefFluent
public ParamRefFluent()
-
ParamRefFluent
public ParamRefFluent(ParamRef instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ParamRef instance)
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getNamespace
public String getNamespace()
-
hasNamespace
public boolean hasNamespace()
-
getParameterNotFoundAction
public String getParameterNotFoundAction()
-
hasParameterNotFoundAction
public boolean hasParameterNotFoundAction()
-
buildSelector
public io.fabric8.kubernetes.api.model.LabelSelector buildSelector()
-
withSelector
public A withSelector(io.fabric8.kubernetes.api.model.LabelSelector selector)
-
hasSelector
public boolean hasSelector()
-
withNewSelector
public ParamRefFluent.SelectorNested<A> withNewSelector()
-
withNewSelectorLike
public ParamRefFluent.SelectorNested<A> withNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
-
editSelector
public ParamRefFluent.SelectorNested<A> editSelector()
-
editOrNewSelector
public ParamRefFluent.SelectorNested<A> editOrNewSelector()
-
editOrNewSelectorLike
public ParamRefFluent.SelectorNested<A> editOrNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ParamRefFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ParamRefFluent<A>>
-
-