Merge pull request #75459 from wk8/wk8/gmsa_beta

Kubelet & API changes for Windows GMSA support
This commit is contained in:
Kubernetes Prow Robot
2019-05-21 11:40:08 -07:00
committed by GitHub
22 changed files with 1764 additions and 1258 deletions

View File

@@ -11222,6 +11222,16 @@
},
"io.k8s.api.core.v1.WindowsSecurityContextOptions": {
"description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.",
"properties": {
"gmsaCredentialSpec": {
"description": "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. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag.",
"type": "string"
},
"gmsaCredentialSpecName": {
"description": "GMSACredentialSpecName is the name of the GMSA credential spec to use. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag.",
"type": "string"
}
},
"type": "object"
},
"io.k8s.api.events.v1beta1.Event": {