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.
2 parents 6ab4798 + c106197 commit 808a188Copy full SHA for 808a188
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