change ref docs url format from 1_5 to v1.5
This commit is contained in:
+35
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user