Fix a copy-paste typo in the ImpersonationProxyInfo JSON field name.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2021-03-12 13:24:05 -06:00
parent d509e7012e
commit 077aa8a42e
16 changed files with 20 additions and 21 deletions
@@ -111,7 +111,7 @@ type ImpersonationProxyInfo struct {
// Endpoint is the HTTPS endpoint of the impersonation proxy.
// +kubebuilder:validation:MinLength=1
// +kubebuilder:validation:Pattern=`^https://`
Endpoint string `json:"server"`
Endpoint string `json:"endpoint"`
// CertificateAuthorityData is the base64-encoded PEM CA bundle of the impersonation proxy.
// +kubebuilder:validation:MinLength=1