"description":"Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources",
"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.",
"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.",
"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.",
"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.",
@@ -1210,6 +1210,7 @@ var map_PersistentVolumeClaimSpec = map[string]string{
"volumeName":"VolumeName is the binding reference to the PersistentVolume backing this claim.",
"storageClassName":"Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1",
"volumeMode":"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":"If specified, volume will be prepopulated with data from the DataSource.",
"":"Volume represents a named volume in a pod that may be accessed by any container in the pod.",
"name":"Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",