File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ precedence.
7575## Types of Secret {#secret-types}
7676
7777When creating a Secret, you can specify its type using the ` type ` field of
78- the [ ` Secret ` ] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#secret-v1-core)
79- resource, or certain equivalent ` kubectl ` command line flags (if available).
80- The Secret type is used to facilitate programmatic handling of the Secret data.
78+ a Secret resource, or certain equivalent ` kubectl ` command line flags (if available).
79+ The ` type ` of a Secret is used to facilitate programmatic handling of different
80+ kinds of confidential data.
8181
8282Kubernetes provides several builtin types for some common usage scenarios.
8383These 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
12521252- Learn how to [manage Secret using `kubectl`](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
12531253- Learn how to [manage Secret using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
12541254- Learn how to [manage Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
1255+ - Read the [API reference](/docs/reference/kubernetes-api/config-and-storage-resources/secret-v1/) for `Secret`
You can’t perform that action at this time.
0 commit comments