Skip to content

Commit 795dad8

Browse files
committed
Change Replicas field to pointer type in ReplicationControllerStatus
1 parent f251633 commit 795dad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/core/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4357,7 +4357,7 @@ type ReplicationControllerSpec struct {
43574357
// controller.
43584358
type ReplicationControllerStatus struct {
43594359
// Replicas is the number of actual replicas.
4360-
Replicas int32
4360+
Replicas *int32
43614361

43624362
// The number of pods that have labels matching the labels of the pod template of the replication controller.
43634363
// +optional

0 commit comments

Comments
 (0)