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.
1 parent 0c0a937 commit df3ef6aCopy full SHA for df3ef6a
pkg/apis/core/types.go
@@ -4357,7 +4357,7 @@ type ReplicationControllerSpec struct {
4357
// controller.
4358
type ReplicationControllerStatus struct {
4359
// Replicas is the number of actual replicas.
4360
- Replicas int32
+ Replicas *int32
4361
4362
// The number of pods that have labels matching the labels of the pod template of the replication controller.
4363
// +optional
0 commit comments