mirror of
https://github.com/niusmallnan/steve.git
synced 2025-06-26 06:31:34 +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",
|
||||
},
|
||||
"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