mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #112391 from bboreham/internal-comment
Tiny comment cleanup in pkg/apis/apps/types.go
This commit is contained in:
commit
16ca3eb96d
@ -342,9 +342,7 @@ type Deployment struct {
|
|||||||
|
|
||||||
// DeploymentSpec specifies the state of a Deployment.
|
// DeploymentSpec specifies the state of a Deployment.
|
||||||
type DeploymentSpec struct {
|
type DeploymentSpec struct {
|
||||||
// Number of desired pods. This is a pointer to distinguish between explicit
|
// Number of desired pods.
|
||||||
// zero and not specified. Defaults to 1.
|
|
||||||
// +optional
|
|
||||||
Replicas int32
|
Replicas int32
|
||||||
|
|
||||||
// Label selector for pods. Existing ReplicaSets whose pods are
|
// Label selector for pods. Existing ReplicaSets whose pods are
|
||||||
|
Loading…
Reference in New Issue
Block a user