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,35 @@
-----------
# ReplicationControllerCondition v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | ReplicationControllerCondition
ReplicationControllerCondition describes the state of a replication controller at a certain point.
<aside class="notice">
Appears In <a href="#replicationcontrollerstatus-v1">ReplicationControllerStatus</a> </aside>
Field | Description
------------ | -----------
lastTransitionTime <br /> *[Time](#time-unversioned)* | The last time the condition transitioned from one status to another.
message <br /> *string* | A human readable message indicating details about the transition.
reason <br /> *string* | The reason for the condition's last transition.
status <br /> *string* | Status of the condition, one of True, False, Unknown.
type <br /> *string* | Type of replication controller condition.