Merge pull request #29230 from sftim/20210804_update_link_from_secret_concept_to_api
Update links from Secret concept to relevant API reference
This commit is contained in:
@@ -75,9 +75,9 @@ precedence.
|
|||||||
## Types of Secret {#secret-types}
|
## Types of Secret {#secret-types}
|
||||||
|
|
||||||
When creating a Secret, you can specify its type using the `type` field of
|
When creating a Secret, you can specify its type using the `type` field of
|
||||||
the [`Secret`](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#secret-v1-core)
|
a Secret resource, or certain equivalent `kubectl` command line flags (if available).
|
||||||
resource, or certain equivalent `kubectl` command line flags (if available).
|
The `type` of a Secret is used to facilitate programmatic handling of different
|
||||||
The Secret type is used to facilitate programmatic handling of the Secret data.
|
kinds of confidential data.
|
||||||
|
|
||||||
Kubernetes provides several builtin types for some common usage scenarios.
|
Kubernetes provides several builtin types for some common usage scenarios.
|
||||||
These types vary in terms of the validations performed and the constraints
|
These types vary in terms of the validations performed and the constraints
|
||||||
@@ -1252,3 +1252,4 @@ for secret data, so that the secrets are not stored in the clear into {{< glossa
|
|||||||
- Learn how to [manage Secret using `kubectl`](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
- Learn how to [manage Secret using `kubectl`](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
||||||
- Learn how to [manage Secret using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
|
- Learn how to [manage Secret using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
|
||||||
- Learn how to [manage Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
|
- Learn how to [manage Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
|
||||||
|
- Read the [API reference](/docs/reference/kubernetes-api/config-and-storage-resources/secret-v1/) for `Secret`
|
||||||
|
|||||||
Reference in New Issue
Block a user