mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
fixed some bad url
This commit is contained in:
parent
2f39e8a045
commit
713e28874a
2
api/swagger-spec/apps_v1alpha1.json
generated
2
api/swagger-spec/apps_v1alpha1.json
generated
@ -1311,7 +1311,7 @@
|
|||||||
},
|
},
|
||||||
"serviceAccountName": {
|
"serviceAccountName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md"
|
"description": "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"
|
||||||
},
|
},
|
||||||
"serviceAccount": {
|
"serviceAccount": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -136,7 +136,7 @@ type CarpSpec struct {
|
|||||||
NodeSelector map[string]string `json:"nodeSelector,omitempty" protobuf:"bytes,7,rep,name=nodeSelector"`
|
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 carp.
|
// ServiceAccountName is the name of the ServiceAccount to use to run this carp.
|
||||||
// More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md
|
// More info: https://git.k8s.io/community/contributors/design-proposals/auth/service_accounts.md
|
||||||
// +optional
|
// +optional
|
||||||
ServiceAccountName string `json:"serviceAccountName,omitempty" protobuf:"bytes,8,opt,name=serviceAccountName"`
|
ServiceAccountName string `json:"serviceAccountName,omitempty" protobuf:"bytes,8,opt,name=serviceAccountName"`
|
||||||
// DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
|
// DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
|
||||||
|
@ -122,7 +122,7 @@ message PodSpec {
|
|||||||
map<string, string> nodeSelector = 7;
|
map<string, string> nodeSelector = 7;
|
||||||
|
|
||||||
// ServiceAccountName is the name of the ServiceAccount to use to run this pod.
|
// ServiceAccountName is the name of the ServiceAccount to use to run this pod.
|
||||||
// More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md
|
// More info: https://git.k8s.io/community/contributors/design-proposals/auth/service_accounts.md
|
||||||
// +optional
|
// +optional
|
||||||
optional string serviceAccountName = 8;
|
optional string serviceAccountName = 8;
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ type PodSpec struct {
|
|||||||
NodeSelector map[string]string `json:"nodeSelector,omitempty" protobuf:"bytes,7,rep,name=nodeSelector"`
|
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.
|
// ServiceAccountName is the name of the ServiceAccount to use to run this pod.
|
||||||
// More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md
|
// More info: https://git.k8s.io/community/contributors/design-proposals/auth/service_accounts.md
|
||||||
// +optional
|
// +optional
|
||||||
ServiceAccountName string `json:"serviceAccountName,omitempty" protobuf:"bytes,8,opt,name=serviceAccountName"`
|
ServiceAccountName string `json:"serviceAccountName,omitempty" protobuf:"bytes,8,opt,name=serviceAccountName"`
|
||||||
// DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
|
// DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
|
||||||
|
Loading…
Reference in New Issue
Block a user