archived design proposals are now moved to Design Proposals Archive Repo.

Kubernetes-commit: 019d2615af3f7fd0ed0d593ef9df348f6d85b204
This commit is contained in:
Paco Xu 2023-02-08 11:12:22 +08:00 committed by Kubernetes Publisher
parent 2ddc1bb121
commit 1e1b60ce05
3 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ message PodSpec {
map<string, string> nodeSelector = 7;
// ServiceAccountName is the name of the ServiceAccount to use to run this pod.
// More info: https://git.k8s.io/community/contributors/design-proposals/auth/service_accounts.md
// More info: https://git.k8s.io/design-proposals-archive/auth/service_accounts.md
// +optional
optional string serviceAccountName = 8;

View File

@ -136,7 +136,7 @@ type PodSpec struct {
NodeSelector map[string]string `json:"nodeSelector,omitempty" protobuf:"bytes,7,rep,name=nodeSelector"`
// ServiceAccountName is the name of the ServiceAccount to use to run this pod.
// More info: https://git.k8s.io/community/contributors/design-proposals/auth/service_accounts.md
// More info: https://git.k8s.io/design-proposals-archive/auth/service_accounts.md
// +optional
ServiceAccountName string `json:"serviceAccountName,omitempty" protobuf:"bytes,8,opt,name=serviceAccountName"`
// DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.

View File

@ -2661,7 +2661,7 @@
"x-kubernetes-patch-strategy": "merge"
},
"qosClass": {
"description": "The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md",
"description": "The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/design-proposals-archive/node/resource-qos.md",
"type": "string"
},
"reason": {