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.
75
75
## Types of Secret {#secret-types}
76
76
77
77
When 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.
81
81
82
82
Kubernetes provides several builtin types for some common usage scenarios.
83
83
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
1252
1252
- Learn how to [manage Secret using `kubectl`](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
1253
1253
- Learn how to [manage Secret using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
1254
1254
- 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