Cleanup: s/depreciated/deprecated/g

Kubernetes-commit: 9f4b82bf3b079fe868effbd2498b61464db6d459
This commit is contained in:
Tim Hockin 2024-02-18 14:50:55 -08:00 committed by Kubernetes Publisher
parent d23525a070
commit d38e8187d9
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ message PodSpec {
// +optional
optional string serviceAccountName = 8;
// DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
// DeprecatedServiceAccount is a deprecated alias for ServiceAccountName.
// Deprecated: Use serviceAccountName instead.
// +k8s:conversion-gen=false
// +optional

View File

@ -139,7 +139,7 @@ type PodSpec struct {
// More info: https://kubernetes.io/docs/concepts/security/service-accounts/
// +optional
ServiceAccountName string `json:"serviceAccountName,omitempty" protobuf:"bytes,8,opt,name=serviceAccountName"`
// DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
// DeprecatedServiceAccount is a deprecated alias for ServiceAccountName.
// Deprecated: Use serviceAccountName instead.
// +k8s:conversion-gen=false
// +optional