Skip to content

Commit c106197

Browse files
Levi BlackstoneLevi Blackstone
Levi Blackstone
authored and
Levi Blackstone
committed
Add missing type to ContainerSetStatus example
1 parent 6b9865f commit c106197

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)