Skip to content

Commit 808a188

Browse files
authored
Merge pull request #428 from lblackstone/containerset-status-example
Add missing type to ContainerSetStatus example
2 parents 6ab4798 + c106197 commit 808a188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/basics/simple_resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ events to update the field.
9797
```go
9898
// ContainerSetStatus defines the observed state of ContainerSet
9999
type ContainerSetStatus struct {
100-
HealthyReplicas `json:"healthyReplicas,omitempty"`
100+
HealthyReplicas int32 `json:"healthyReplicas,omitempty"`
101101
}
102102
```
103103
{% endmethod %}

0 commit comments

Comments
 (0)