Class SecurityContextConfig.WindowsOptions

    • Field Detail

      • 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 Detail

      • WindowsOptions

        public WindowsOptions()
    • Method Detail

      • isAnyPropertySet

        protected boolean isAnyPropertySet()