Skip to content

Commit

Permalink
Documentation update (#16693)
Browse files Browse the repository at this point in the history
* Documentation update

Fixed link and its description

* Corrected

* Incorporated review comment

* Incorporated review comment
  • Loading branch information
manishbansal8843 authored and k8s-ci-robot committed Oct 7, 2019
1 parent fa6bb7f commit 05231ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Pod fields and Container fields.

There are two ways to expose Pod and Container fields to a running Container:

* [Environment variables](/docs/tasks/inject-data-application/environment-variable-expose-pod-information/)
* DownwardAPIVolumeFiles
* [Environment variables](/docs/tasks/inject-data-application/environment-variable-expose-pod-information/#the-downward-api)
* Volume Files

Together, these two ways of exposing Pod and Container fields are called the
*Downward API*.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Pod fields and Container fields.
There are two ways to expose Pod and Container fields to a running Container:

* Environment variables
* [DownwardAPIVolumeFiles](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#downwardapivolumefile-v1-core)
* [Volume Files](/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/#the-downward-api)

Together, these two ways of exposing Pod and Container fields are called the
*Downward API*.
Expand Down

0 comments on commit 05231ff

Please sign in to comment.