We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9865f commit c106197Copy full SHA for c106197
docs/book/basics/simple_resource.md
@@ -97,7 +97,7 @@ events to update the field.
97
```go
98
// ContainerSetStatus defines the observed state of ContainerSet
99
type ContainerSetStatus struct {
100
- HealthyReplicas `json:"healthyReplicas,omitempty"`
+ HealthyReplicas int32 `json:"healthyReplicas,omitempty"`
101
}
102
```
103
{% endmethod %}
0 commit comments