Package io.quarkus.kubernetes.deployment
Interface SecurityContextConfig.WindowsOptions
- Enclosing interface:
- SecurityContextConfig
public static interface SecurityContextConfig.WindowsOptions
-
Method Summary
Modifier and TypeMethodDescriptionGMSACredentialSpec is where the GMSA admission webhook (windows-gsma) 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.default booleanThe UserName in Windows to run the entrypoint of the container process.
-
Method Details
-
gmsaCredentialSpecName
The name of the GMSA credential spec to use. -
gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (windows-gsma) 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. -
isAnyPropertySet
default boolean isAnyPropertySet()
-