public interface V1WindowsSecurityContextOptionsFluent<A extends V1WindowsSecurityContextOptionsFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getGmsaCredentialSpec() |
String |
getGmsaCredentialSpecName() |
Boolean |
getHostProcess() |
String |
getRunAsUserName() |
Boolean |
hasGmsaCredentialSpec() |
Boolean |
hasGmsaCredentialSpecName() |
Boolean |
hasHostProcess() |
Boolean |
hasRunAsUserName() |
A |
withGmsaCredentialSpec(String gmsaCredentialSpec) |
A |
withGmsaCredentialSpecName(String gmsaCredentialSpecName) |
A |
withHostProcess() |
A |
withHostProcess(Boolean hostProcess) |
A |
withRunAsUserName(String runAsUserName) |
String getGmsaCredentialSpec()
Boolean hasGmsaCredentialSpec()
String getGmsaCredentialSpecName()
Boolean hasGmsaCredentialSpecName()
Boolean getHostProcess()
Boolean hasHostProcess()
String getRunAsUserName()
Boolean hasRunAsUserName()
A withHostProcess()
Copyright © 2022. All rights reserved.