Fix typo in oidcclient spec and status descriptions

Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
Margo Crawford 2022-06-06 07:38:57 -07:00
parent ca3da0bc90
commit 3cacb5b022
24 changed files with 48 additions and 48 deletions

View File

@ -63,10 +63,10 @@ type OIDCClient struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec of the OIDC provider.
// Spec of the OIDC client.
Spec OIDCClientSpec `json:"spec"`
// Status of the OIDC provider.
// Status of the OIDC client.
Status OIDCClientStatus `json:"status,omitempty"`
}

View File

@ -39,7 +39,7 @@ spec:
metadata:
type: object
spec:
description: Spec of the OIDC provider.
description: Spec of the OIDC client.
properties:
allowedGrantTypes:
description: "allowedGrantTypes is a list of the allowed grant_type
@ -98,7 +98,7 @@ spec:
- allowedScopes
type: object
status:
description: Status of the OIDC provider.
description: Status of the OIDC client.
type: object
required:
- spec

View File

@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
| Field | Description
| *`metadata`* __link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#objectmeta-v1-meta[$$ObjectMeta$$]__ | Refer to Kubernetes API documentation for fields of `metadata`.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-17-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC provider.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-17-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC provider.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-17-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC client.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-17-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|===

View File

@ -63,10 +63,10 @@ type OIDCClient struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec of the OIDC provider.
// Spec of the OIDC client.
Spec OIDCClientSpec `json:"spec"`
// Status of the OIDC provider.
// Status of the OIDC client.
Status OIDCClientStatus `json:"status,omitempty"`
}

View File

@ -39,7 +39,7 @@ spec:
metadata:
type: object
spec:
description: Spec of the OIDC provider.
description: Spec of the OIDC client.
properties:
allowedGrantTypes:
description: "allowedGrantTypes is a list of the allowed grant_type
@ -98,7 +98,7 @@ spec:
- allowedScopes
type: object
status:
description: Status of the OIDC provider.
description: Status of the OIDC client.
type: object
required:
- spec

View File

@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
| Field | Description
| *`metadata`* __link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta[$$ObjectMeta$$]__ | Refer to Kubernetes API documentation for fields of `metadata`.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-18-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC provider.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-18-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC provider.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-18-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC client.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-18-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|===

View File

@ -63,10 +63,10 @@ type OIDCClient struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec of the OIDC provider.
// Spec of the OIDC client.
Spec OIDCClientSpec `json:"spec"`
// Status of the OIDC provider.
// Status of the OIDC client.
Status OIDCClientStatus `json:"status,omitempty"`
}

View File

@ -39,7 +39,7 @@ spec:
metadata:
type: object
spec:
description: Spec of the OIDC provider.
description: Spec of the OIDC client.
properties:
allowedGrantTypes:
description: "allowedGrantTypes is a list of the allowed grant_type
@ -98,7 +98,7 @@ spec:
- allowedScopes
type: object
status:
description: Status of the OIDC provider.
description: Status of the OIDC client.
type: object
required:
- spec

View File

@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
| Field | Description
| *`metadata`* __link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#objectmeta-v1-meta[$$ObjectMeta$$]__ | Refer to Kubernetes API documentation for fields of `metadata`.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-19-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC provider.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-19-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC provider.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-19-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC client.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-19-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|===

View File

@ -63,10 +63,10 @@ type OIDCClient struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec of the OIDC provider.
// Spec of the OIDC client.
Spec OIDCClientSpec `json:"spec"`
// Status of the OIDC provider.
// Status of the OIDC client.
Status OIDCClientStatus `json:"status,omitempty"`
}

View File

@ -39,7 +39,7 @@ spec:
metadata:
type: object
spec:
description: Spec of the OIDC provider.
description: Spec of the OIDC client.
properties:
allowedGrantTypes:
description: "allowedGrantTypes is a list of the allowed grant_type
@ -98,7 +98,7 @@ spec:
- allowedScopes
type: object
status:
description: Status of the OIDC provider.
description: Status of the OIDC client.
type: object
required:
- spec

View File

@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
| Field | Description
| *`metadata`* __link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.2/#objectmeta-v1-meta[$$ObjectMeta$$]__ | Refer to Kubernetes API documentation for fields of `metadata`.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-20-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC provider.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-20-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC provider.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-20-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC client.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-20-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|===

View File

@ -63,10 +63,10 @@ type OIDCClient struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec of the OIDC provider.
// Spec of the OIDC client.
Spec OIDCClientSpec `json:"spec"`
// Status of the OIDC provider.
// Status of the OIDC client.
Status OIDCClientStatus `json:"status,omitempty"`
}

View File

@ -39,7 +39,7 @@ spec:
metadata:
type: object
spec:
description: Spec of the OIDC provider.
description: Spec of the OIDC client.
properties:
allowedGrantTypes:
description: "allowedGrantTypes is a list of the allowed grant_type
@ -98,7 +98,7 @@ spec:
- allowedScopes
type: object
status:
description: Status of the OIDC provider.
description: Status of the OIDC client.
type: object
required:
- spec

View File

@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
| Field | Description
| *`metadata`* __link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#objectmeta-v1-meta[$$ObjectMeta$$]__ | Refer to Kubernetes API documentation for fields of `metadata`.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-21-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC provider.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-21-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC provider.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-21-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC client.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-21-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|===

View File

@ -63,10 +63,10 @@ type OIDCClient struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec of the OIDC provider.
// Spec of the OIDC client.
Spec OIDCClientSpec `json:"spec"`
// Status of the OIDC provider.
// Status of the OIDC client.
Status OIDCClientStatus `json:"status,omitempty"`
}

View File

@ -39,7 +39,7 @@ spec:
metadata:
type: object
spec:
description: Spec of the OIDC provider.
description: Spec of the OIDC client.
properties:
allowedGrantTypes:
description: "allowedGrantTypes is a list of the allowed grant_type
@ -98,7 +98,7 @@ spec:
- allowedScopes
type: object
status:
description: Status of the OIDC provider.
description: Status of the OIDC client.
type: object
required:
- spec

View File

@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
| Field | Description
| *`metadata`* __link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#objectmeta-v1-meta[$$ObjectMeta$$]__ | Refer to Kubernetes API documentation for fields of `metadata`.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-22-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC provider.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-22-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC provider.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-22-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC client.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-22-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|===

View File

@ -63,10 +63,10 @@ type OIDCClient struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec of the OIDC provider.
// Spec of the OIDC client.
Spec OIDCClientSpec `json:"spec"`
// Status of the OIDC provider.
// Status of the OIDC client.
Status OIDCClientStatus `json:"status,omitempty"`
}

View File

@ -39,7 +39,7 @@ spec:
metadata:
type: object
spec:
description: Spec of the OIDC provider.
description: Spec of the OIDC client.
properties:
allowedGrantTypes:
description: "allowedGrantTypes is a list of the allowed grant_type
@ -98,7 +98,7 @@ spec:
- allowedScopes
type: object
status:
description: Status of the OIDC provider.
description: Status of the OIDC client.
type: object
required:
- spec

View File

@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
| Field | Description
| *`metadata`* __link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#objectmeta-v1-meta[$$ObjectMeta$$]__ | Refer to Kubernetes API documentation for fields of `metadata`.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-23-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC provider.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-23-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC provider.
| *`spec`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-23-apis-supervisor-oauth-v1alpha1-oidcclientspec[$$OIDCClientSpec$$]__ | Spec of the OIDC client.
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-23-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|===

View File

@ -63,10 +63,10 @@ type OIDCClient struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec of the OIDC provider.
// Spec of the OIDC client.
Spec OIDCClientSpec `json:"spec"`
// Status of the OIDC provider.
// Status of the OIDC client.
Status OIDCClientStatus `json:"status,omitempty"`
}

View File

@ -39,7 +39,7 @@ spec:
metadata:
type: object
spec:
description: Spec of the OIDC provider.
description: Spec of the OIDC client.
properties:
allowedGrantTypes:
description: "allowedGrantTypes is a list of the allowed grant_type
@ -98,7 +98,7 @@ spec:
- allowedScopes
type: object
status:
description: Status of the OIDC provider.
description: Status of the OIDC client.
type: object
required:
- spec

View File

@ -63,10 +63,10 @@ type OIDCClient struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec of the OIDC provider.
// Spec of the OIDC client.
Spec OIDCClientSpec `json:"spec"`
// Status of the OIDC provider.
// Status of the OIDC client.
Status OIDCClientStatus `json:"status,omitempty"`
}