Add generated files
This commit is contained in:
26
api/openapi-spec/swagger.json
generated
26
api/openapi-spec/swagger.json
generated
@@ -82489,6 +82489,10 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"dataSource": {
|
||||
"description": "If specified, volume will be prepopulated with data from the DataSource.",
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
||||
},
|
||||
"resources": {
|
||||
"description": "Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources",
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements"
|
||||
@@ -84651,6 +84655,28 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.core.v1.TypedLocalObjectReference": {
|
||||
"description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.",
|
||||
"required": [
|
||||
"apiGroup",
|
||||
"kind",
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"apiGroup": {
|
||||
"description": "APIGroup is the group for the resource being referenced",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"description": "Kind is the type of resource being referenced",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Name is the name of resource being referenced",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.core.v1.Volume": {
|
||||
"description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.",
|
||||
"required": [
|
||||
|
||||
30
api/swagger-spec/apps_v1.json
generated
30
api/swagger-spec/apps_v1.json
generated
@@ -9483,6 +9483,9 @@
|
||||
"v1.PersistentVolumeClaimSpec": {
|
||||
"id": "v1.PersistentVolumeClaimSpec",
|
||||
"description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes",
|
||||
"required": [
|
||||
"dataSource"
|
||||
],
|
||||
"properties": {
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
@@ -9510,6 +9513,10 @@
|
||||
"volumeMode": {
|
||||
"$ref": "v1.PersistentVolumeMode",
|
||||
"description": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future."
|
||||
},
|
||||
"dataSource": {
|
||||
"$ref": "v1.TypedLocalObjectReference",
|
||||
"description": "If specified, volume will be prepopulated with data from the DataSource."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -9521,6 +9528,29 @@
|
||||
"id": "v1.PersistentVolumeMode",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.TypedLocalObjectReference": {
|
||||
"id": "v1.TypedLocalObjectReference",
|
||||
"description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.",
|
||||
"required": [
|
||||
"apiGroup",
|
||||
"kind",
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"apiGroup": {
|
||||
"type": "string",
|
||||
"description": "APIGroup is the group for the resource being referenced"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "Kind is the type of resource being referenced"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name is the name of resource being referenced"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.PersistentVolumeClaimStatus": {
|
||||
"id": "v1.PersistentVolumeClaimStatus",
|
||||
"description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
|
||||
|
||||
30
api/swagger-spec/apps_v1beta1.json
generated
30
api/swagger-spec/apps_v1beta1.json
generated
@@ -6765,6 +6765,9 @@
|
||||
"v1.PersistentVolumeClaimSpec": {
|
||||
"id": "v1.PersistentVolumeClaimSpec",
|
||||
"description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes",
|
||||
"required": [
|
||||
"dataSource"
|
||||
],
|
||||
"properties": {
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
@@ -6792,6 +6795,10 @@
|
||||
"volumeMode": {
|
||||
"$ref": "v1.PersistentVolumeMode",
|
||||
"description": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future."
|
||||
},
|
||||
"dataSource": {
|
||||
"$ref": "v1.TypedLocalObjectReference",
|
||||
"description": "If specified, volume will be prepopulated with data from the DataSource."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -6803,6 +6810,29 @@
|
||||
"id": "v1.PersistentVolumeMode",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.TypedLocalObjectReference": {
|
||||
"id": "v1.TypedLocalObjectReference",
|
||||
"description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.",
|
||||
"required": [
|
||||
"apiGroup",
|
||||
"kind",
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"apiGroup": {
|
||||
"type": "string",
|
||||
"description": "APIGroup is the group for the resource being referenced"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "Kind is the type of resource being referenced"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name is the name of resource being referenced"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.PersistentVolumeClaimStatus": {
|
||||
"id": "v1.PersistentVolumeClaimStatus",
|
||||
"description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
|
||||
|
||||
30
api/swagger-spec/apps_v1beta2.json
generated
30
api/swagger-spec/apps_v1beta2.json
generated
@@ -9487,6 +9487,9 @@
|
||||
"v1.PersistentVolumeClaimSpec": {
|
||||
"id": "v1.PersistentVolumeClaimSpec",
|
||||
"description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes",
|
||||
"required": [
|
||||
"dataSource"
|
||||
],
|
||||
"properties": {
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
@@ -9514,6 +9517,10 @@
|
||||
"volumeMode": {
|
||||
"$ref": "v1.PersistentVolumeMode",
|
||||
"description": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future."
|
||||
},
|
||||
"dataSource": {
|
||||
"$ref": "v1.TypedLocalObjectReference",
|
||||
"description": "If specified, volume will be prepopulated with data from the DataSource."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -9525,6 +9532,29 @@
|
||||
"id": "v1.PersistentVolumeMode",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.TypedLocalObjectReference": {
|
||||
"id": "v1.TypedLocalObjectReference",
|
||||
"description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.",
|
||||
"required": [
|
||||
"apiGroup",
|
||||
"kind",
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"apiGroup": {
|
||||
"type": "string",
|
||||
"description": "APIGroup is the group for the resource being referenced"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "Kind is the type of resource being referenced"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name is the name of resource being referenced"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.PersistentVolumeClaimStatus": {
|
||||
"id": "v1.PersistentVolumeClaimStatus",
|
||||
"description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
|
||||
|
||||
30
api/swagger-spec/v1.json
generated
30
api/swagger-spec/v1.json
generated
@@ -19278,6 +19278,9 @@
|
||||
"v1.PersistentVolumeClaimSpec": {
|
||||
"id": "v1.PersistentVolumeClaimSpec",
|
||||
"description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes",
|
||||
"required": [
|
||||
"dataSource"
|
||||
],
|
||||
"properties": {
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
@@ -19305,6 +19308,10 @@
|
||||
"volumeMode": {
|
||||
"$ref": "v1.PersistentVolumeMode",
|
||||
"description": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future."
|
||||
},
|
||||
"dataSource": {
|
||||
"$ref": "v1.TypedLocalObjectReference",
|
||||
"description": "If specified, volume will be prepopulated with data from the DataSource."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -19372,6 +19379,29 @@
|
||||
"id": "v1.PersistentVolumeMode",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.TypedLocalObjectReference": {
|
||||
"id": "v1.TypedLocalObjectReference",
|
||||
"description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.",
|
||||
"required": [
|
||||
"apiGroup",
|
||||
"kind",
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"apiGroup": {
|
||||
"type": "string",
|
||||
"description": "APIGroup is the group for the resource being referenced"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "Kind is the type of resource being referenced"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name is the name of resource being referenced"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.PersistentVolumeClaimStatus": {
|
||||
"id": "v1.PersistentVolumeClaimStatus",
|
||||
"description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
|
||||
|
||||
Reference in New Issue
Block a user