"description":"currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.",
"description":"currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.",
"type":"integer",
"type":"integer",
...
@@ -68088,6 +68126,35 @@
...
@@ -68088,6 +68126,35 @@
}
}
]
]
},
},
"io.k8s.api.apps.v1beta1.StatefulSetCondition":{
"description":"StatefulSetCondition describes the state of a statefulset at a certain point.",
"required":[
"type",
"status"
],
"properties":{
"lastTransitionTime":{
"description":"Last time the condition transitioned from one status to another.",
"description":"currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.",
"description":"currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.",
"type":"integer",
"type":"integer",
...
@@ -68992,6 +69068,35 @@
...
@@ -68992,6 +69068,35 @@
}
}
]
]
},
},
"io.k8s.api.apps.v1beta2.StatefulSetCondition":{
"description":"StatefulSetCondition describes the state of a statefulset at a certain point.",
"required":[
"type",
"status"
],
"properties":{
"lastTransitionTime":{
"description":"Last time the condition transitioned from one status to another.",
"description":"currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.",
"description":"currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.",
"description":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision."
"description":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision."
},
"conditions":{
"type":"array",
"items":{
"$ref":"v1.StatefulSetCondition"
},
"description":"Represents the latest available observations of a statefulset's current state."
}
}
},
"v1.StatefulSetCondition":{
"id":"v1.StatefulSetCondition",
"description":"StatefulSetCondition describes the state of a statefulset at a certain point.",
"required":[
"type",
"status"
],
"properties":{
"type":{
"type":"string",
"description":"Type of statefulset condition."
},
"status":{
"type":"string",
"description":"Status of the condition, one of True, False, Unknown."
},
"lastTransitionTime":{
"type":"string",
"description":"Last time the condition transitioned from one status to another."
},
"reason":{
"type":"string",
"description":"The reason for the condition's last transition."
},
"message":{
"type":"string",
"description":"A human readable message indicating details about the transition."
"description":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision."
"description":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision."
},
"conditions":{
"type":"array",
"items":{
"$ref":"v1beta1.StatefulSetCondition"
},
"description":"Represents the latest available observations of a statefulset's current state."
}
}
},
"v1beta1.StatefulSetCondition":{
"id":"v1beta1.StatefulSetCondition",
"description":"StatefulSetCondition describes the state of a statefulset at a certain point.",
"required":[
"type",
"status"
],
"properties":{
"type":{
"type":"string",
"description":"Type of statefulset condition."
},
"status":{
"type":"string",
"description":"Status of the condition, one of True, False, Unknown."
},
"lastTransitionTime":{
"type":"string",
"description":"Last time the condition transitioned from one status to another."
},
"reason":{
"type":"string",
"description":"The reason for the condition's last transition."
},
"message":{
"type":"string",
"description":"A human readable message indicating details about the transition."
"description":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision."
"description":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision."
},
"conditions":{
"type":"array",
"items":{
"$ref":"v1beta2.StatefulSetCondition"
},
"description":"Represents the latest available observations of a statefulset's current state."
}
}
},
"v1beta2.StatefulSetCondition":{
"id":"v1beta2.StatefulSetCondition",
"description":"StatefulSetCondition describes the state of a statefulset at a certain point.",
"required":[
"type",
"status"
],
"properties":{
"type":{
"type":"string",
"description":"Type of statefulset condition."
},
"status":{
"type":"string",
"description":"Status of the condition, one of True, False, Unknown."
},
"lastTransitionTime":{
"type":"string",
"description":"Last time the condition transitioned from one status to another."
},
"reason":{
"type":"string",
"description":"The reason for the condition's last transition."
},
"message":{
"type":"string",
"description":"A human readable message indicating details about the transition."
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Represents the latest available observations of a statefulset’s current state.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Represents the latest available observations of a statefulset’s current state.</p></td>
<p>DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.</p>
<p>DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Represents the latest available observations of a statefulset’s current state.</p></td>
"":"StatefulSetList is a collection of StatefulSets.",
"":"StatefulSetList is a collection of StatefulSets.",
}
}
...
@@ -332,6 +345,7 @@ var map_StatefulSetStatus = map[string]string{
...
@@ -332,6 +345,7 @@ var map_StatefulSetStatus = map[string]string{
"currentRevision":"currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).",
"currentRevision":"currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).",
"updateRevision":"updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)",
"updateRevision":"updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)",
"collisionCount":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.",
"collisionCount":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.",
"conditions":"Represents the latest available observations of a statefulset's current state.",
"":"StatefulSetList is a collection of StatefulSets.",
"":"StatefulSetList is a collection of StatefulSets.",
}
}
...
@@ -240,6 +253,7 @@ var map_StatefulSetStatus = map[string]string{
...
@@ -240,6 +253,7 @@ var map_StatefulSetStatus = map[string]string{
"currentRevision":"currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).",
"currentRevision":"currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).",
"updateRevision":"updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)",
"updateRevision":"updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)",
"collisionCount":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.",
"collisionCount":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.",
"conditions":"Represents the latest available observations of a statefulset's current state.",
"":"StatefulSetList is a collection of StatefulSets.",
"":"StatefulSetList is a collection of StatefulSets.",
}
}
...
@@ -363,6 +376,7 @@ var map_StatefulSetStatus = map[string]string{
...
@@ -363,6 +376,7 @@ var map_StatefulSetStatus = map[string]string{
"currentRevision":"currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).",
"currentRevision":"currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).",
"updateRevision":"updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)",
"updateRevision":"updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)",
"collisionCount":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.",
"collisionCount":"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.",
"conditions":"Represents the latest available observations of a statefulset's current state.",