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 7b59ba9 + 32c5d86 commit f989af9Copy full SHA for f989af9
pkg/apis/tappcontroller/v1/types.go
@@ -55,7 +55,7 @@ type TAppSpec struct {
55
// Replicas is the desired number of replicas of the given Template.
56
// These are replicas in the sense that they are instantiations of the
57
// same Template, but individual replicas also have a consistent identity.
58
- Replicas int32 `json:"replicas,omitempty"`
+ Replicas int32 `json:"replicas"`
59
60
// Selector is a label query over pods that should match the replica count.
61
// If empty, defaulted to labels on the pod template.
0 commit comments