Packages:
Package v1alpha1 is a version of the API.
Resource Types:
AdminKubeconfigRequest can be used to request a kubeconfig with admin credentials for a Shoot cluster.
| Field | Description | ||
|---|---|---|---|
apiVersionstring |
authentication.gardener.cloud/v1alpha1
|
||
kindstring |
AdminKubeconfigRequest |
||
metadataKubernetes meta/v1.ObjectMeta |
Standard object metadata. Refer to the Kubernetes API documentation for the fields of themetadata 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 |
|---|---|
expirationSecondsint64 |
(Optional)
ExpirationSeconds is the requested validity duration of the credential. The credential issuer may return a credential with a different validity duration so a client needs to check the ‘expirationTimestamp’ field in a response. Defaults to 1 hour. |
(Appears on: AdminKubeconfigRequest)
AdminKubeconfigRequestStatus is the status of the AdminKubeconfigRequest containing the kubeconfig and expiration of the credential.
| Field | Description |
|---|---|
kubeconfig[]byte |
Kubeconfig contains the kubeconfig with cluster-admin privileges for the shoot cluster. |
expirationTimestampKubernetes meta/v1.Time |
ExpirationTimestamp is the expiration timestamp of the returned credential. |
Generated with gen-crd-api-reference-docs