mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Update swagger
This commit is contained in:
parent
65833e42c4
commit
7c2817d268
@ -8165,8 +8165,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1beta1.PersistentVolumeAccessMode": {
|
||||
"id": "v1beta1.PersistentVolumeAccessMode",
|
||||
"v1beta1.AccessModeType": {
|
||||
"id": "v1beta1.AccessModeType",
|
||||
"properties": {}
|
||||
},
|
||||
"v1beta1.Binding": {
|
||||
@ -8236,21 +8236,21 @@
|
||||
"add": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta1.Capability"
|
||||
"$ref": "v1beta1.CapabilityType"
|
||||
},
|
||||
"description": "added capabilities"
|
||||
},
|
||||
"drop": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta1.Capability"
|
||||
"$ref": "v1beta1.CapabilityType"
|
||||
},
|
||||
"description": "droped capabilities"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1beta1.Capability": {
|
||||
"id": "v1beta1.Capability",
|
||||
"v1beta1.CapabilityType": {
|
||||
"id": "v1beta1.CapabilityType",
|
||||
"properties": {}
|
||||
},
|
||||
"v1beta1.ComponentCondition": {
|
||||
@ -10054,7 +10054,7 @@
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta1.PersistentVolumeAccessMode"
|
||||
"$ref": "v1beta1.AccessModeType"
|
||||
},
|
||||
"description": "the desired access modes the volume should have"
|
||||
},
|
||||
@ -10074,7 +10074,7 @@
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta1.PersistentVolumeAccessMode"
|
||||
"$ref": "v1beta1.AccessModeType"
|
||||
},
|
||||
"description": "the actual access modes the volume has"
|
||||
},
|
||||
@ -10160,17 +10160,17 @@
|
||||
"v1beta1.PersistentVolumeSpec": {
|
||||
"id": "v1beta1.PersistentVolumeSpec",
|
||||
"required": [
|
||||
"glusterfs",
|
||||
"nfs",
|
||||
"persistentDisk",
|
||||
"awsElasticBlockStore",
|
||||
"hostPath"
|
||||
"hostPath",
|
||||
"glusterfs",
|
||||
"nfs"
|
||||
],
|
||||
"properties": {
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta1.PersistentVolumeAccessMode"
|
||||
"$ref": "v1beta1.AccessModeType"
|
||||
},
|
||||
"description": "all ways the volume can be mounted"
|
||||
},
|
||||
@ -11457,4 +11457,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -8165,8 +8165,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1beta2.PersistentVolumeAccessMode": {
|
||||
"id": "v1beta2.PersistentVolumeAccessMode",
|
||||
"v1beta2.AccessModeType": {
|
||||
"id": "v1beta2.AccessModeType",
|
||||
"properties": {}
|
||||
},
|
||||
"v1beta2.Binding": {
|
||||
@ -8236,21 +8236,21 @@
|
||||
"add": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta2.Capability"
|
||||
"$ref": "v1beta2.CapabilityType"
|
||||
},
|
||||
"description": "added capabilities"
|
||||
},
|
||||
"drop": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta2.Capability"
|
||||
"$ref": "v1beta2.CapabilityType"
|
||||
},
|
||||
"description": "droped capabilities"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1beta2.Capability": {
|
||||
"id": "v1beta2.Capability",
|
||||
"v1beta2.CapabilityType": {
|
||||
"id": "v1beta2.CapabilityType",
|
||||
"properties": {}
|
||||
},
|
||||
"v1beta2.ComponentCondition": {
|
||||
@ -10043,7 +10043,7 @@
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta2.PersistentVolumeAccessMode"
|
||||
"$ref": "v1beta2.AccessModeType"
|
||||
},
|
||||
"description": "the desired access modes the volume should have"
|
||||
},
|
||||
@ -10063,7 +10063,7 @@
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta2.PersistentVolumeAccessMode"
|
||||
"$ref": "v1beta2.AccessModeType"
|
||||
},
|
||||
"description": "the actual access modes the volume has"
|
||||
},
|
||||
@ -10149,17 +10149,17 @@
|
||||
"v1beta2.PersistentVolumeSpec": {
|
||||
"id": "v1beta2.PersistentVolumeSpec",
|
||||
"required": [
|
||||
"glusterfs",
|
||||
"nfs",
|
||||
"persistentDisk",
|
||||
"awsElasticBlockStore",
|
||||
"hostPath",
|
||||
"glusterfs"
|
||||
"hostPath"
|
||||
],
|
||||
"properties": {
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta2.PersistentVolumeAccessMode"
|
||||
"$ref": "v1beta2.AccessModeType"
|
||||
},
|
||||
"description": "all ways the volume can be mounted"
|
||||
},
|
||||
@ -11438,4 +11438,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -9575,8 +9575,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1beta3.PersistentVolumeAccessMode": {
|
||||
"id": "v1beta3.PersistentVolumeAccessMode",
|
||||
"v1beta3.AccessModeType": {
|
||||
"id": "v1beta3.AccessModeType",
|
||||
"properties": {}
|
||||
},
|
||||
"v1beta3.Binding": {
|
||||
@ -9609,21 +9609,21 @@
|
||||
"add": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta3.Capability"
|
||||
"$ref": "v1beta3.CapabilityType"
|
||||
},
|
||||
"description": "added capabilities"
|
||||
},
|
||||
"drop": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta3.Capability"
|
||||
"$ref": "v1beta3.CapabilityType"
|
||||
},
|
||||
"description": "droped capabilities"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1beta3.Capability": {
|
||||
"id": "v1beta3.Capability",
|
||||
"v1beta3.CapabilityType": {
|
||||
"id": "v1beta3.CapabilityType",
|
||||
"properties": {}
|
||||
},
|
||||
"v1beta3.ComponentCondition": {
|
||||
@ -10936,7 +10936,7 @@
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta3.PersistentVolumeAccessMode"
|
||||
"$ref": "v1beta3.AccessModeType"
|
||||
},
|
||||
"description": "the desired access modes the volume should have"
|
||||
},
|
||||
@ -10956,7 +10956,7 @@
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta3.PersistentVolumeAccessMode"
|
||||
"$ref": "v1beta3.AccessModeType"
|
||||
},
|
||||
"description": "the actual access modes the volume has"
|
||||
},
|
||||
@ -11013,7 +11013,7 @@
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "v1beta3.PersistentVolumeAccessMode"
|
||||
"$ref": "v1beta3.AccessModeType"
|
||||
},
|
||||
"description": "all ways the volume can be mounted"
|
||||
},
|
||||
@ -11925,4 +11925,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user