change ref docs url format from 1_5 to v1.5

This commit is contained in:
Phillip Wittrock
2017-01-13 09:56:34 -08:00
parent f3231a2130
commit 69582c2d8c
3768 changed files with 8 additions and 8 deletions
@@ -0,0 +1,21 @@
## OwnerReference v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | OwnerReference
OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.
<aside class="notice">
Appears In <a href="#objectmeta-v1">ObjectMeta</a> </aside>
Field | Description
------------ | -----------
apiVersion <br /> *string* | API version of the referent.
controller <br /> *boolean* | If true, this reference points to the managing controller.
kind <br /> *string* | Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
name <br /> *string* | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
uid <br /> *string* | UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids