Fix typo in oidcclient spec and status descriptions
Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
parent
ca3da0bc90
commit
3cacb5b022
@ -63,10 +63,10 @@ type OIDCClient struct {
|
|||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||||
|
|
||||||
// Spec of the OIDC provider.
|
// Spec of the OIDC client.
|
||||||
Spec OIDCClientSpec `json:"spec"`
|
Spec OIDCClientSpec `json:"spec"`
|
||||||
|
|
||||||
// Status of the OIDC provider.
|
// Status of the OIDC client.
|
||||||
Status OIDCClientStatus `json:"status,omitempty"`
|
Status OIDCClientStatus `json:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: Spec of the OIDC provider.
|
description: Spec of the OIDC client.
|
||||||
properties:
|
properties:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
description: "allowedGrantTypes is a list of the allowed grant_type
|
description: "allowedGrantTypes is a list of the allowed grant_type
|
||||||
@ -98,7 +98,7 @@ spec:
|
|||||||
- allowedScopes
|
- allowedScopes
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: Status of the OIDC provider.
|
description: Status of the OIDC client.
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- spec
|
- spec
|
||||||
|
4
generated/1.17/README.adoc
generated
4
generated/1.17/README.adoc
generated
@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
|
|||||||
| Field | Description
|
| 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`.
|
| *`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.
|
| *`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 provider.
|
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-17-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,10 +63,10 @@ type OIDCClient struct {
|
|||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||||
|
|
||||||
// Spec of the OIDC provider.
|
// Spec of the OIDC client.
|
||||||
Spec OIDCClientSpec `json:"spec"`
|
Spec OIDCClientSpec `json:"spec"`
|
||||||
|
|
||||||
// Status of the OIDC provider.
|
// Status of the OIDC client.
|
||||||
Status OIDCClientStatus `json:"status,omitempty"`
|
Status OIDCClientStatus `json:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: Spec of the OIDC provider.
|
description: Spec of the OIDC client.
|
||||||
properties:
|
properties:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
description: "allowedGrantTypes is a list of the allowed grant_type
|
description: "allowedGrantTypes is a list of the allowed grant_type
|
||||||
@ -98,7 +98,7 @@ spec:
|
|||||||
- allowedScopes
|
- allowedScopes
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: Status of the OIDC provider.
|
description: Status of the OIDC client.
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- spec
|
- spec
|
||||||
|
4
generated/1.18/README.adoc
generated
4
generated/1.18/README.adoc
generated
@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
|
|||||||
| Field | Description
|
| 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`.
|
| *`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.
|
| *`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 provider.
|
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-18-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,10 +63,10 @@ type OIDCClient struct {
|
|||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||||
|
|
||||||
// Spec of the OIDC provider.
|
// Spec of the OIDC client.
|
||||||
Spec OIDCClientSpec `json:"spec"`
|
Spec OIDCClientSpec `json:"spec"`
|
||||||
|
|
||||||
// Status of the OIDC provider.
|
// Status of the OIDC client.
|
||||||
Status OIDCClientStatus `json:"status,omitempty"`
|
Status OIDCClientStatus `json:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: Spec of the OIDC provider.
|
description: Spec of the OIDC client.
|
||||||
properties:
|
properties:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
description: "allowedGrantTypes is a list of the allowed grant_type
|
description: "allowedGrantTypes is a list of the allowed grant_type
|
||||||
@ -98,7 +98,7 @@ spec:
|
|||||||
- allowedScopes
|
- allowedScopes
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: Status of the OIDC provider.
|
description: Status of the OIDC client.
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- spec
|
- spec
|
||||||
|
4
generated/1.19/README.adoc
generated
4
generated/1.19/README.adoc
generated
@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
|
|||||||
| Field | Description
|
| 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`.
|
| *`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.
|
| *`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 provider.
|
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-19-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,10 +63,10 @@ type OIDCClient struct {
|
|||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||||
|
|
||||||
// Spec of the OIDC provider.
|
// Spec of the OIDC client.
|
||||||
Spec OIDCClientSpec `json:"spec"`
|
Spec OIDCClientSpec `json:"spec"`
|
||||||
|
|
||||||
// Status of the OIDC provider.
|
// Status of the OIDC client.
|
||||||
Status OIDCClientStatus `json:"status,omitempty"`
|
Status OIDCClientStatus `json:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: Spec of the OIDC provider.
|
description: Spec of the OIDC client.
|
||||||
properties:
|
properties:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
description: "allowedGrantTypes is a list of the allowed grant_type
|
description: "allowedGrantTypes is a list of the allowed grant_type
|
||||||
@ -98,7 +98,7 @@ spec:
|
|||||||
- allowedScopes
|
- allowedScopes
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: Status of the OIDC provider.
|
description: Status of the OIDC client.
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- spec
|
- spec
|
||||||
|
4
generated/1.20/README.adoc
generated
4
generated/1.20/README.adoc
generated
@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
|
|||||||
| Field | Description
|
| 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`.
|
| *`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.
|
| *`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 provider.
|
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-20-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,10 +63,10 @@ type OIDCClient struct {
|
|||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||||
|
|
||||||
// Spec of the OIDC provider.
|
// Spec of the OIDC client.
|
||||||
Spec OIDCClientSpec `json:"spec"`
|
Spec OIDCClientSpec `json:"spec"`
|
||||||
|
|
||||||
// Status of the OIDC provider.
|
// Status of the OIDC client.
|
||||||
Status OIDCClientStatus `json:"status,omitempty"`
|
Status OIDCClientStatus `json:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: Spec of the OIDC provider.
|
description: Spec of the OIDC client.
|
||||||
properties:
|
properties:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
description: "allowedGrantTypes is a list of the allowed grant_type
|
description: "allowedGrantTypes is a list of the allowed grant_type
|
||||||
@ -98,7 +98,7 @@ spec:
|
|||||||
- allowedScopes
|
- allowedScopes
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: Status of the OIDC provider.
|
description: Status of the OIDC client.
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- spec
|
- spec
|
||||||
|
4
generated/1.21/README.adoc
generated
4
generated/1.21/README.adoc
generated
@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
|
|||||||
| Field | Description
|
| 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`.
|
| *`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.
|
| *`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 provider.
|
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-21-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,10 +63,10 @@ type OIDCClient struct {
|
|||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||||
|
|
||||||
// Spec of the OIDC provider.
|
// Spec of the OIDC client.
|
||||||
Spec OIDCClientSpec `json:"spec"`
|
Spec OIDCClientSpec `json:"spec"`
|
||||||
|
|
||||||
// Status of the OIDC provider.
|
// Status of the OIDC client.
|
||||||
Status OIDCClientStatus `json:"status,omitempty"`
|
Status OIDCClientStatus `json:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: Spec of the OIDC provider.
|
description: Spec of the OIDC client.
|
||||||
properties:
|
properties:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
description: "allowedGrantTypes is a list of the allowed grant_type
|
description: "allowedGrantTypes is a list of the allowed grant_type
|
||||||
@ -98,7 +98,7 @@ spec:
|
|||||||
- allowedScopes
|
- allowedScopes
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: Status of the OIDC provider.
|
description: Status of the OIDC client.
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- spec
|
- spec
|
||||||
|
4
generated/1.22/README.adoc
generated
4
generated/1.22/README.adoc
generated
@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
|
|||||||
| Field | Description
|
| 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`.
|
| *`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.
|
| *`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 provider.
|
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-22-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,10 +63,10 @@ type OIDCClient struct {
|
|||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||||
|
|
||||||
// Spec of the OIDC provider.
|
// Spec of the OIDC client.
|
||||||
Spec OIDCClientSpec `json:"spec"`
|
Spec OIDCClientSpec `json:"spec"`
|
||||||
|
|
||||||
// Status of the OIDC provider.
|
// Status of the OIDC client.
|
||||||
Status OIDCClientStatus `json:"status,omitempty"`
|
Status OIDCClientStatus `json:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: Spec of the OIDC provider.
|
description: Spec of the OIDC client.
|
||||||
properties:
|
properties:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
description: "allowedGrantTypes is a list of the allowed grant_type
|
description: "allowedGrantTypes is a list of the allowed grant_type
|
||||||
@ -98,7 +98,7 @@ spec:
|
|||||||
- allowedScopes
|
- allowedScopes
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: Status of the OIDC provider.
|
description: Status of the OIDC client.
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- spec
|
- spec
|
||||||
|
4
generated/1.23/README.adoc
generated
4
generated/1.23/README.adoc
generated
@ -1356,8 +1356,8 @@ OIDCClient describes the configuration of an OIDC client.
|
|||||||
| Field | Description
|
| 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`.
|
| *`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.
|
| *`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 provider.
|
| *`status`* __xref:{anchor_prefix}-go-pinniped-dev-generated-1-23-apis-supervisor-oauth-v1alpha1-oidcclientstatus[$$OIDCClientStatus$$]__ | Status of the OIDC client.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,10 +63,10 @@ type OIDCClient struct {
|
|||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||||
|
|
||||||
// Spec of the OIDC provider.
|
// Spec of the OIDC client.
|
||||||
Spec OIDCClientSpec `json:"spec"`
|
Spec OIDCClientSpec `json:"spec"`
|
||||||
|
|
||||||
// Status of the OIDC provider.
|
// Status of the OIDC client.
|
||||||
Status OIDCClientStatus `json:"status,omitempty"`
|
Status OIDCClientStatus `json:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: Spec of the OIDC provider.
|
description: Spec of the OIDC client.
|
||||||
properties:
|
properties:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
description: "allowedGrantTypes is a list of the allowed grant_type
|
description: "allowedGrantTypes is a list of the allowed grant_type
|
||||||
@ -98,7 +98,7 @@ spec:
|
|||||||
- allowedScopes
|
- allowedScopes
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: Status of the OIDC provider.
|
description: Status of the OIDC client.
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- spec
|
- spec
|
||||||
|
@ -63,10 +63,10 @@ type OIDCClient struct {
|
|||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||||
|
|
||||||
// Spec of the OIDC provider.
|
// Spec of the OIDC client.
|
||||||
Spec OIDCClientSpec `json:"spec"`
|
Spec OIDCClientSpec `json:"spec"`
|
||||||
|
|
||||||
// Status of the OIDC provider.
|
// Status of the OIDC client.
|
||||||
Status OIDCClientStatus `json:"status,omitempty"`
|
Status OIDCClientStatus `json:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user