Interface V1WindowsSecurityContextOptionsFluent<A extends V1WindowsSecurityContextOptionsFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PodSecurityContextFluent.WindowsOptionsNested<N>
,V1SecurityContextFluent.WindowsOptionsNested<N>
- All Known Implementing Classes:
V1WindowsSecurityContextOptionsBuilder
,V1WindowsSecurityContextOptionsFluentImpl
public interface V1WindowsSecurityContextOptionsFluent<A extends V1WindowsSecurityContextOptionsFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionwithGmsaCredentialSpec
(String gmsaCredentialSpec) withGmsaCredentialSpecName
(String gmsaCredentialSpecName) withHostProcess
(Boolean hostProcess) withRunAsUserName
(String runAsUserName)
-
Method Details
-
getGmsaCredentialSpec
String getGmsaCredentialSpec() -
withGmsaCredentialSpec
-
hasGmsaCredentialSpec
Boolean hasGmsaCredentialSpec() -
getGmsaCredentialSpecName
String getGmsaCredentialSpecName() -
withGmsaCredentialSpecName
-
hasGmsaCredentialSpecName
Boolean hasGmsaCredentialSpecName() -
getHostProcess
Boolean getHostProcess() -
withHostProcess
-
hasHostProcess
Boolean hasHostProcess() -
getRunAsUserName
String getRunAsUserName() -
withRunAsUserName
-
hasRunAsUserName
Boolean hasRunAsUserName() -
withHostProcess
A withHostProcess()
-