Skip to content

Commit

Permalink
Add missing type to ContainerSetStatus example
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi Blackstone authored and Levi Blackstone committed Oct 10, 2018
1 parent 6b9865f commit c106197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/basics/simple_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ events to update the field.
```go
// ContainerSetStatus defines the observed state of ContainerSet
type ContainerSetStatus struct {
HealthyReplicas `json:"healthyReplicas,omitempty"`
HealthyReplicas int32 `json:"healthyReplicas,omitempty"`
}
```
{% endmethod %}
Expand Down

0 comments on commit c106197

Please sign in to comment.