fix api-reference/v1/definitions links

This commit is contained in:
Andrew Chen
2017-03-30 14:23:42 -07:00
parent c5e9309a43
commit 8a6fedf1c8
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -193,4 +193,4 @@ spec.containers[0].securityContext.privileged: forbidden '<*>(0xc20b222db0)true'
Pod is a top-level resource in the Kubernetes REST API. More details about the
API object can be found at: [Pod API
object](/docs/api-reference/v1/definitions/#_v1_pod).
object](/docs/api-reference/v1.6/#pod-v1-core).
@@ -223,7 +223,7 @@ The ReplicationController is intended to be a composable building-block primitiv
Replication controller is a top-level resource in the Kubernetes REST API. More details about the
API object can be found at: [ReplicationController API
object](/docs/api-reference/v1/definitions/#_v1_replicationcontroller).
object](/docs/api-reference/v1.6/#replicationcontroller-v1-core).
## Alternatives to ReplicationController
+2 -2
View File
@@ -29,7 +29,7 @@ spec:
level: "s0:c123,c456"
```
Please refer to the [API documentation](/docs/api-reference/v1/definitions/#_v1_podsecuritycontext) for a detailed listing and
Please refer to the [API documentation](/docs/api-reference/v1.6/#pod-v1-coresecuritycontext) for a detailed listing and
description of all the fields available within the pod security
context.
@@ -82,6 +82,6 @@ spec:
```
Please refer to the
[API documentation](/docs/api-reference/v1/definitions/#_v1_securitycontext)
[API documentation](/docs/api-reference/v1.6/#securitycontext-v1-core)
for a detailed listing and description of all the fields available
within the container security context.
+1 -1
View File
@@ -594,7 +594,7 @@ through a load-balancer, though in those cases the client IP does get altered.
Service is a top-level resource in the Kubernetes REST API. More details about the
API object can be found at: [Service API
object](/docs/api-reference/v1/definitions/#_v1_service).
object](/docs/api-reference/v1.6/#service-v1-core).
## For More Information