Skip to content

Commit 97c35ce

Browse files
author
Tim Bannister
committed
Update links from Secret concept to relevant API reference
1 parent a54e81e commit 97c35ce

File tree

1 file changed

+4
-3
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+4
-3
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ precedence.
7575
## Types of Secret {#secret-types}
7676

7777
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.
8181

8282
Kubernetes provides several builtin types for some common usage scenarios.
8383
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
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`

0 commit comments

Comments
 (0)