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 141649a + a81d04d commit fe626f8Copy full SHA for fe626f8
docs/book/basics/simple_resource.md
@@ -68,7 +68,7 @@ field, which may be set by autoscalers.
68
```go
69
// ContainerSetSpec defines the desired state of ContainerSet
70
type ContainerSetSpec struct {
71
- // replics is the number of replicas to maintain
+ // replicas is the number of replicas to maintain
72
Replicas int32 `json:"replicas,omitempty"`
73
74
// image is the container image to run. Image must have a tag.
0 commit comments