From b9c7cc1b30aead1e18c1f4befb0a6131b6493d2e Mon Sep 17 00:00:00 2001 From: xichengliudui Date: Thu, 15 Nov 2018 01:29:59 -0500 Subject: [PATCH] update notes Kubernetes-commit: 3b9798efe9c0caaa7437c8f0203e000d85c4dd8e --- pkg/apis/clientauthentication/v1alpha1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/clientauthentication/v1alpha1/types.go b/pkg/apis/clientauthentication/v1alpha1/types.go index 921f3a2b..c714e245 100644 --- a/pkg/apis/clientauthentication/v1alpha1/types.go +++ b/pkg/apis/clientauthentication/v1alpha1/types.go @@ -22,7 +22,7 @@ import ( // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object -// ExecCredentials is used by exec-based plugins to communicate credentials to +// ExecCredential is used by exec-based plugins to communicate credentials to // HTTP transports. type ExecCredential struct { metav1.TypeMeta `json:",inline"`