mirror of
https://github.com/niusmallnan/steve.git
synced 2025-06-26 22:46:56 +00:00
Metadata field should be create/update=true
This commit is contained in:
parent
f3edb7357f
commit
6ebfa39af8
@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user