mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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{
|
||||
Name: "foo",
|
||||
Namespace: metav1.NamespaceDefault,
|
||||
Labels: map[string]string{"a": "b"},
|
||||
},
|
||||
Spec: apps.DaemonSetSpec{
|
||||
UpdateStrategy: apps.DaemonSetUpdateStrategy{
|
||||
|
Loading…
Reference in New Issue
Block a user