Package io.fabric8.kubernetes.api.model
Interface SecurityContextFluent.WindowsOptionsNested<N>
-
- All Superinterfaces:
Fluent<SecurityContextFluent.WindowsOptionsNested<N>>
,Nested<N>
,WindowsSecurityContextOptionsFluent<SecurityContextFluent.WindowsOptionsNested<N>>
- All Known Implementing Classes:
SecurityContextFluentImpl.WindowsOptionsNestedImpl
- Enclosing interface:
- SecurityContextFluent<A extends SecurityContextFluent<A>>
public static interface SecurityContextFluent.WindowsOptionsNested<N> extends Nested<N>, WindowsSecurityContextOptionsFluent<SecurityContextFluent.WindowsOptionsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endWindowsOptions()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.WindowsSecurityContextOptionsFluent
getGmsaCredentialSpec, getGmsaCredentialSpecName, getRunAsUserName, hasGmsaCredentialSpec, hasGmsaCredentialSpecName, hasRunAsUserName, withGmsaCredentialSpec, withGmsaCredentialSpecName, withNewGmsaCredentialSpec, withNewGmsaCredentialSpec, withNewGmsaCredentialSpec, withNewGmsaCredentialSpecName, withNewGmsaCredentialSpecName, withNewGmsaCredentialSpecName, withNewRunAsUserName, withNewRunAsUserName, withNewRunAsUserName, withRunAsUserName
-
-