mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Merge pull request #17841 from mqliang/constant
Auto commit by PR queue bot
This commit is contained in:
@@ -87,7 +87,7 @@ func TestSetDefaultDaemonSet(t *testing.T) {
|
||||
func TestSetDefaultDeployment(t *testing.T) {
|
||||
defaultIntOrString := intstr.FromInt(1)
|
||||
differentIntOrString := intstr.FromInt(5)
|
||||
deploymentLabelKey := "deployment.kubernetes.io/podTemplateHash"
|
||||
deploymentLabelKey := DefaultDeploymentUniqueLabelKey
|
||||
period := int64(v1.DefaultTerminationGracePeriodSeconds)
|
||||
defaultTemplate := v1.PodTemplateSpec{
|
||||
Spec: v1.PodSpec{
|
||||
|
||||
Reference in New Issue
Block a user