Skip to content

Commit f158447

Browse files
lcfangk8s-publishing-bot
authored andcommitted
fixed some bad url
Kubernetes-commit: 713e28874afab96b91000d187b0d3d6ce01abf2a
1 parent d9544a1 commit f158447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/testapigroup/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ type CarpSpec struct {
136136
NodeSelector map[string]string `json:"nodeSelector,omitempty" protobuf:"bytes,7,rep,name=nodeSelector"`
137137

138138
// ServiceAccountName is the name of the ServiceAccount to use to run this carp.
139-
// More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md
139+
// More info: https://git.k8s.io/community/contributors/design-proposals/auth/service_accounts.md
140140
// +optional
141141
ServiceAccountName string `json:"serviceAccountName,omitempty" protobuf:"bytes,8,opt,name=serviceAccountName"`
142142
// DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.

0 commit comments

Comments
 (0)