Class SecurityContextConfig.WindowsOptions

java.lang.Object
io.quarkus.kubernetes.deployment.SecurityContextConfig.WindowsOptions
Enclosing class:
SecurityContextConfig

public static class SecurityContextConfig.WindowsOptions extends Object
  • Field Details

    • gmsaCredentialSpecName

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

      @ConfigItem Optional<String> gmsaCredentialSpec
      GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.
    • runAsUserName

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

      @ConfigItem Optional<Boolean> hostProcess
      HostProcess determines if a container should be run as a 'Host Process' container.
  • Constructor Details

    • WindowsOptions

      public WindowsOptions()
  • Method Details

    • isAnyPropertySet

      protected boolean isAnyPropertySet()