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:23:24 -06:00
parent d509e7012e
commit 077aa8a42e
16 changed files with 20 additions and 21 deletions

View File

@@ -328,7 +328,7 @@ Status of a credential issuer.
[cols="25a,75a", options="header"]
|===
| Field | Description
| *`server`* __string__ | Endpoint is the HTTPS endpoint of the impersonation proxy.
| *`endpoint`* __string__ | Endpoint is the HTTPS endpoint of the impersonation proxy.
| *`certificateAuthorityData`* __string__ | CertificateAuthorityData is the base64-encoded PEM CA bundle of the impersonation proxy.
|===

View File

@@ -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

View File

@@ -77,7 +77,7 @@ spec:
PEM CA bundle of the impersonation proxy.
minLength: 1
type: string
server:
endpoint:
description: Endpoint is the HTTPS endpoint of the impersonation
proxy.
minLength: 1
@@ -85,7 +85,7 @@ spec:
type: string
required:
- certificateAuthorityData
- server
- endpoint
type: object
tokenCredentialRequestInfo:
description: TokenCredentialRequestAPIInfo describes the

View File

@@ -328,7 +328,7 @@ Status of a credential issuer.
[cols="25a,75a", options="header"]
|===
| Field | Description
| *`server`* __string__ | Endpoint is the HTTPS endpoint of the impersonation proxy.
| *`endpoint`* __string__ | Endpoint is the HTTPS endpoint of the impersonation proxy.
| *`certificateAuthorityData`* __string__ | CertificateAuthorityData is the base64-encoded PEM CA bundle of the impersonation proxy.
|===

View File

@@ -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

View File

@@ -77,7 +77,7 @@ spec:
PEM CA bundle of the impersonation proxy.
minLength: 1
type: string
server:
endpoint:
description: Endpoint is the HTTPS endpoint of the impersonation
proxy.
minLength: 1
@@ -85,7 +85,7 @@ spec:
type: string
required:
- certificateAuthorityData
- server
- endpoint
type: object
tokenCredentialRequestInfo:
description: TokenCredentialRequestAPIInfo describes the

View File

@@ -328,7 +328,7 @@ Status of a credential issuer.
[cols="25a,75a", options="header"]
|===
| Field | Description
| *`server`* __string__ | Endpoint is the HTTPS endpoint of the impersonation proxy.
| *`endpoint`* __string__ | Endpoint is the HTTPS endpoint of the impersonation proxy.
| *`certificateAuthorityData`* __string__ | CertificateAuthorityData is the base64-encoded PEM CA bundle of the impersonation proxy.
|===

View File

@@ -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

View File

@@ -77,7 +77,7 @@ spec:
PEM CA bundle of the impersonation proxy.
minLength: 1
type: string
server:
endpoint:
description: Endpoint is the HTTPS endpoint of the impersonation
proxy.
minLength: 1
@@ -85,7 +85,7 @@ spec:
type: string
required:
- certificateAuthorityData
- server
- endpoint
type: object
tokenCredentialRequestInfo:
description: TokenCredentialRequestAPIInfo describes the

View File

@@ -328,7 +328,7 @@ Status of a credential issuer.
[cols="25a,75a", options="header"]
|===
| Field | Description
| *`server`* __string__ | Endpoint is the HTTPS endpoint of the impersonation proxy.
| *`endpoint`* __string__ | Endpoint is the HTTPS endpoint of the impersonation proxy.
| *`certificateAuthorityData`* __string__ | CertificateAuthorityData is the base64-encoded PEM CA bundle of the impersonation proxy.
|===

View File

@@ -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

View File

@@ -77,7 +77,7 @@ spec:
PEM CA bundle of the impersonation proxy.
minLength: 1
type: string
server:
endpoint:
description: Endpoint is the HTTPS endpoint of the impersonation
proxy.
minLength: 1
@@ -85,7 +85,7 @@ spec:
type: string
required:
- certificateAuthorityData
- server
- endpoint
type: object
tokenCredentialRequestInfo:
description: TokenCredentialRequestAPIInfo describes the

View File

@@ -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