Interface SecurityContextConfig.WindowsOptions

Enclosing interface:
SecurityContextConfig

public static interface SecurityContextConfig.WindowsOptions
  • Method Details

    • gmsaCredentialSpecName

      Optional<String> gmsaCredentialSpecName()
      The name of the GMSA credential spec to use.
    • gmsaCredentialSpec

      Optional<String> gmsaCredentialSpec()
      GMSACredentialSpec is where the GMSA admission webhook (windows-gsma) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.
    • runAsUserName

      Optional<String> runAsUserName()
      The UserName in Windows to run the entrypoint of the container process.
    • hostProcess

      Optional<Boolean> hostProcess()
      HostProcess determines if a container should be run as a 'Host Process' container.
    • isAnyPropertySet

      default boolean isAnyPropertySet()