1
0
mirror of https://github.com/rancher/steve.git synced 2025-06-27 15:27:14 +00:00

Metadata field should be create/update=true

This commit is contained in:
Darren Shepherd 2020-08-10 12:43:05 -07:00
parent f3edb7357f
commit 6ebfa39af8

View File

@ -20,7 +20,9 @@ var (
Type: "string", Type: "string",
}, },
"metadata": { "metadata": {
Type: "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", Type: "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta",
Create: true,
Update: true,
}, },
} }
) )