Skip to content

Commit

Permalink
Merge pull request #428 from lblackstone/containerset-status-example
Browse files Browse the repository at this point in the history
Add missing type to ContainerSetStatus example
  • Loading branch information
k8s-ci-robot committed Oct 10, 2018
2 parents 6ab4798 + c106197 commit 808a188
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 808a188

Please sign in to comment.