mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Remove incorrect mention of pointer in comment
This `DeploymentSpec` struct is used internally; the ones used for serialization do have a pointer and this text was most likely copied from there and not corrected. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
72f96d9c72
commit
91eb1407d2
@ -342,9 +342,7 @@ type Deployment struct {
|
||||
|
||||
// DeploymentSpec specifies the state of a Deployment.
|
||||
type DeploymentSpec struct {
|
||||
// Number of desired pods. This is a pointer to distinguish between explicit
|
||||
// zero and not specified. Defaults to 1.
|
||||
// +optional
|
||||
// Number of desired pods.
|
||||
Replicas int32
|
||||
|
||||
// Label selector for pods. Existing ReplicaSets whose pods are
|
||||
|
Loading…
Reference in New Issue
Block a user