mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
GRPC changes for GMSA support
Signed-off-by: Jean Rouge <rougej+github@gmail.com>
This commit is contained in:
parent
a3e914528a
commit
794176f3c4
@ -637,6 +637,9 @@ message WindowsContainerSecurityContext {
|
|||||||
// exist in the container image and be resolved there by the runtime;
|
// exist in the container image and be resolved there by the runtime;
|
||||||
// otherwise, the runtime MUST return error.
|
// otherwise, the runtime MUST return error.
|
||||||
string run_as_username = 1;
|
string run_as_username = 1;
|
||||||
|
|
||||||
|
// The contents of the GMSA credential spec to use to run this container.
|
||||||
|
string credential_spec = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// WindowsContainerConfig contains platform-specific configuration for
|
// WindowsContainerConfig contains platform-specific configuration for
|
||||||
|
Loading…
Reference in New Issue
Block a user