mirror of
https://github.com/rancher/steve.git
synced 2025-06-27 23:37:10 +00:00
Metadata field should be create/update=true
This commit is contained in:
parent
f3edb7357f
commit
6ebfa39af8
@ -21,6 +21,8 @@ var (
|
|||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
Type: "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta",
|
Type: "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta",
|
||||||
|
Create: true,
|
||||||
|
Update: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user