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