@@ -188,7 +188,7 @@ Objects that contain both spec and status should not contain additional top-leve
...
@@ -188,7 +188,7 @@ Objects that contain both spec and status should not contain additional top-leve
The `FooCondition` type for some resource type `Foo` may include a subset of the following fields, but must contain at least `type` and `status` fields:
The `FooCondition` type for some resource type `Foo` may include a subset of the following fields, but must contain at least `type` and `status` fields:
```golang
```go
TypeFooConditionType`json:"type" description:"type of Foo condition"`
TypeFooConditionType`json:"type" description:"type of Foo condition"`
StatusConditionStatus`json:"status" description:"status of the condition, one of True, False, Unknown"`
StatusConditionStatus`json:"status" description:"status of the condition, one of True, False, Unknown"`
LastHeartbeatTimeunversioned.Time`json:"lastHeartbeatTime,omitempty" description:"last time we got an update on a given condition"`
LastHeartbeatTimeunversioned.Time`json:"lastHeartbeatTime,omitempty" description:"last time we got an update on a given condition"`