Package io.fabric8.openshift.api.model
Interface RunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
SecurityContextConstraintsFluent.RunAsUserNested<N>
- All Known Implementing Classes:
DoneableRunAsUserStrategyOptions,RunAsUserStrategyOptionsBuilder,RunAsUserStrategyOptionsFluentImpl,SecurityContextConstraintsFluentImpl.RunAsUserNestedImpl
public interface RunAsUserStrategyOptionsFluent<A extends RunAsUserStrategyOptionsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description 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)
-
Method Details
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-
getUid
Long getUid() -
withUid
-
hasUid
Boolean hasUid() -
getUidRangeMax
Long getUidRangeMax() -
withUidRangeMax
-
hasUidRangeMax
Boolean hasUidRangeMax() -
getUidRangeMin
Long getUidRangeMin() -
withUidRangeMin
-
hasUidRangeMin
Boolean hasUidRangeMin()
-