mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-09 19:29:26 +00:00
Adding defaults to Deployment
This commit is contained in:
@@ -199,7 +199,7 @@ type DeploymentSpec struct {
|
||||
// not add any selector and label. If unspecified, system uses
|
||||
// "deployment.kubernetes.io/podTemplateHash".
|
||||
// Value of this key is hash of DeploymentSpec.PodTemplateSpec.
|
||||
UniqueLabelKey *string `json:"uniqueLabel,omitempty"`
|
||||
UniqueLabelKey string `json:"uniqueLabelKey,omitempty"`
|
||||
}
|
||||
|
||||
type DeploymentStrategy struct {
|
||||
|
||||
Reference in New Issue
Block a user