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 Details

    • getGmsaCredentialSpec

      String getGmsaCredentialSpec()
    • withGmsaCredentialSpec

      A withGmsaCredentialSpec(String gmsaCredentialSpec)
    • hasGmsaCredentialSpec

      Boolean hasGmsaCredentialSpec()
    • getGmsaCredentialSpecName

      String getGmsaCredentialSpecName()
    • withGmsaCredentialSpecName

      A withGmsaCredentialSpecName(String gmsaCredentialSpecName)
    • hasGmsaCredentialSpecName

      Boolean hasGmsaCredentialSpecName()
    • getHostProcess

      Boolean getHostProcess()
    • withHostProcess

      A withHostProcess(Boolean hostProcess)
    • hasHostProcess

      Boolean hasHostProcess()
    • getRunAsUserName

      String getRunAsUserName()
    • withRunAsUserName

      A withRunAsUserName(String runAsUserName)
    • hasRunAsUserName

      Boolean hasRunAsUserName()
    • withHostProcess

      A withHostProcess()