Package io.quarkus.kubernetes.deployment
Class SecurityContextConfig.WindowsOptions
java.lang.Object
io.quarkus.kubernetes.deployment.SecurityContextConfig.WindowsOptions
- Enclosing class:
- SecurityContextConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionGMSACredentialSpec 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.The name of the GMSA credential spec to use.HostProcess determines if a container should be run as a 'Host Process' container.The UserName in Windows to run the entrypoint of the container process. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
gmsaCredentialSpecName
The name of the GMSA credential spec to use. -
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
The UserName in Windows to run the entrypoint of the container process. -
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()
-