mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Update daemonset fixture to match apps/v1 defaulting behavior
This commit is contained in:
parent
d0577ace6b
commit
1f000bf321
@ -48,6 +48,7 @@ func newValidDaemonSet() *apps.DaemonSet {
|
|||||||
ObjectMeta: metav1.ObjectMeta{
|
ObjectMeta: metav1.ObjectMeta{
|
||||||
Name: "foo",
|
Name: "foo",
|
||||||
Namespace: metav1.NamespaceDefault,
|
Namespace: metav1.NamespaceDefault,
|
||||||
|
Labels: map[string]string{"a": "b"},
|
||||||
},
|
},
|
||||||
Spec: apps.DaemonSetSpec{
|
Spec: apps.DaemonSetSpec{
|
||||||
UpdateStrategy: apps.DaemonSetUpdateStrategy{
|
UpdateStrategy: apps.DaemonSetUpdateStrategy{
|
||||||
|
Loading…
Reference in New Issue
Block a user