Package io.fabric8.openshift.api.model
Class RunAsUserStrategyOptionsFluentImpl<A extends RunAsUserStrategyOptionsFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.RunAsUserStrategyOptionsFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,RunAsUserStrategyOptionsFluent<A>
- Direct Known Subclasses:
DoneableRunAsUserStrategyOptions,RunAsUserStrategyOptionsBuilder,SecurityContextConstraintsFluentImpl.RunAsUserNestedImpl
public class RunAsUserStrategyOptionsFluentImpl<A extends RunAsUserStrategyOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RunAsUserStrategyOptionsFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RunAsUserStrategyOptionsFluentImpl()RunAsUserStrategyOptionsFluentImpl(RunAsUserStrategyOptions instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetType()LonggetUid()LonggetUidRangeMax()LonggetUidRangeMin()BooleanhasType()BooleanhasUid()BooleanhasUidRangeMax()BooleanhasUidRangeMin()AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithType(String type)AwithUid(Long uid)AwithUidRangeMax(Long uidRangeMax)AwithUidRangeMin(Long uidRangeMin)
-
Constructor Details
-
RunAsUserStrategyOptionsFluentImpl
public RunAsUserStrategyOptionsFluentImpl() -
RunAsUserStrategyOptionsFluentImpl
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
withType
- Specified by:
withTypein interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
getUid
- Specified by:
getUidin interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
withUid
- Specified by:
withUidin interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
hasUid
- Specified by:
hasUidin interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
getUidRangeMax
- Specified by:
getUidRangeMaxin interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
withUidRangeMax
- Specified by:
withUidRangeMaxin interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
hasUidRangeMax
- Specified by:
hasUidRangeMaxin interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
getUidRangeMin
- Specified by:
getUidRangeMinin interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
withUidRangeMin
- Specified by:
withUidRangeMinin interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
hasUidRangeMin
- Specified by:
hasUidRangeMinin interfaceRunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
-
equals
-