Address Tim's comments
This commit is contained in:
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@@ -82490,7 +82490,7 @@
|
||||
}
|
||||
},
|
||||
"dataSource": {
|
||||
"description": "If specified, volume will be prepopulated with data from the DataSource.",
|
||||
"description": "If specified, volume will be prepopulated with data from the specified data source. This depends on the provisioner for this volume being able to use the specified source. If the provisioner does not support it, it will fail to provision the volume.",
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
||||
},
|
||||
"resources": {
|
||||
|
2
api/swagger-spec/apps_v1.json
generated
2
api/swagger-spec/apps_v1.json
generated
@@ -9516,7 +9516,7 @@
|
||||
},
|
||||
"dataSource": {
|
||||
"$ref": "v1.TypedLocalObjectReference",
|
||||
"description": "If specified, volume will be prepopulated with data from the DataSource."
|
||||
"description": "If specified, volume will be prepopulated with data from the specified data source. This depends on the provisioner for this volume being able to use the specified source. If the provisioner does not support it, it will fail to provision the volume."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
2
api/swagger-spec/apps_v1beta1.json
generated
2
api/swagger-spec/apps_v1beta1.json
generated
@@ -6798,7 +6798,7 @@
|
||||
},
|
||||
"dataSource": {
|
||||
"$ref": "v1.TypedLocalObjectReference",
|
||||
"description": "If specified, volume will be prepopulated with data from the DataSource."
|
||||
"description": "If specified, volume will be prepopulated with data from the specified data source. This depends on the provisioner for this volume being able to use the specified source. If the provisioner does not support it, it will fail to provision the volume."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
2
api/swagger-spec/apps_v1beta2.json
generated
2
api/swagger-spec/apps_v1beta2.json
generated
@@ -9520,7 +9520,7 @@
|
||||
},
|
||||
"dataSource": {
|
||||
"$ref": "v1.TypedLocalObjectReference",
|
||||
"description": "If specified, volume will be prepopulated with data from the DataSource."
|
||||
"description": "If specified, volume will be prepopulated with data from the specified data source. This depends on the provisioner for this volume being able to use the specified source. If the provisioner does not support it, it will fail to provision the volume."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
2
api/swagger-spec/v1.json
generated
2
api/swagger-spec/v1.json
generated
@@ -19311,7 +19311,7 @@
|
||||
},
|
||||
"dataSource": {
|
||||
"$ref": "v1.TypedLocalObjectReference",
|
||||
"description": "If specified, volume will be prepopulated with data from the DataSource."
|
||||
"description": "If specified, volume will be prepopulated with data from the specified data source. This depends on the provisioner for this volume being able to use the specified source. If the provisioner does not support it, it will fail to provision the volume."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user