Packages:
Resource Types:
AdminKubeconfigRequest can be used to request a kubeconfig with admin credentials for a Shoot cluster.
| Field | Description |
|---|---|
metadataObjectMeta |
Refer to the Kubernetes API documentation for the fields of the metadata field.
|
specAdminKubeconfigRequestSpec |
Spec is the specification of the AdminKubeconfigRequest. |
statusAdminKubeconfigRequestStatus |
Status is the status of the AdminKubeconfigRequest. |
(Appears on:AdminKubeconfigRequest)
AdminKubeconfigRequestSpec contains the expiration time of the kubeconfig.
| Field | Description |
|---|---|
expirationSecondsinteger |
(Optional)
ExpirationSeconds is the requested validity duration of the credential. The |
(Appears on:AdminKubeconfigRequest)
AdminKubeconfigRequestStatus is the status of the AdminKubeconfigRequest containing the kubeconfig and expiration of the credential.
| Field | Description |
|---|---|
kubeconfiginteger array |
Kubeconfig contains the kubeconfig with cluster-admin privileges for the shoot cluster. |
expirationTimestampTime |
ExpirationTimestamp is the expiration timestamp of the returned credential. |
ViewerKubeconfigRequest can be used to request a kubeconfig with viewer credentials (excluding Secrets) for a Shoot cluster.
| Field | Description |
|---|---|
metadataObjectMeta |
Refer to the Kubernetes API documentation for the fields of the metadata field.
|
specViewerKubeconfigRequestSpec |
Spec is the specification of the ViewerKubeconfigRequest. |
statusViewerKubeconfigRequestStatus |
Status is the status of the ViewerKubeconfigRequest. |
(Appears on:ViewerKubeconfigRequest)
ViewerKubeconfigRequestSpec contains the expiration time of the kubeconfig.
| Field | Description |
|---|---|
expirationSecondsinteger |
(Optional)
ExpirationSeconds is the requested validity duration of the credential. The |
(Appears on:ViewerKubeconfigRequest)
ViewerKubeconfigRequestStatus is the status of the ViewerKubeconfigRequest containing the kubeconfig and expiration of the credential.
| Field | Description |
|---|---|
kubeconfiginteger array |
Kubeconfig contains the kubeconfig with viewer privileges (excluding Secrets) for the shoot cluster. |
expirationTimestampTime |
ExpirationTimestamp is the expiration timestamp of the returned credential. |