mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 20:54:08 +00:00
fixed empty PV/C lists by removing omitempty
This commit is contained in:
@@ -11879,6 +11879,9 @@
|
||||
"v1.PersistentVolumeClaimList": {
|
||||
"id": "v1.PersistentVolumeClaimList",
|
||||
"description": "PersistentVolumeClaimList is a list of PersistentVolumeClaim items.",
|
||||
"required": [
|
||||
"items"
|
||||
],
|
||||
"properties": {
|
||||
"kind": {
|
||||
"type": "string",
|
||||
@@ -11990,6 +11993,9 @@
|
||||
"v1.PersistentVolumeList": {
|
||||
"id": "v1.PersistentVolumeList",
|
||||
"description": "PersistentVolumeList is a list of PersistentVolume items.",
|
||||
"required": [
|
||||
"items"
|
||||
],
|
||||
"properties": {
|
||||
"kind": {
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user