Package io.quarkus.kubernetes.deployment
Class SecurityContextConfig.WindowsOptions
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.SecurityContextConfig.WindowsOptions
-
- Enclosing class:
- SecurityContextConfig
public static class SecurityContextConfig.WindowsOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Optional<String>gmsaCredentialSpecGMSACredentialSpec 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.(package private) Optional<String>gmsaCredentialSpecNameThe name of the GMSA credential spec to use.(package private) Optional<Boolean>hostProcessHostProcess determines if a container should be run as a 'Host Process' container.(package private) Optional<String>runAsUserNameThe UserName in Windows to run the entrypoint of the container process.
-
Constructor Summary
Constructors Constructor Description WindowsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisAnyPropertySet()
-
-
-
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.
-
-