@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.04 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.
*/
export class V1HostPathVolumeSource {
static getAttributeTypeMap() {
return V1HostPathVolumeSource.attributeTypeMap;
}
constructor() {
}
}
V1HostPathVolumeSource.discriminator = undefined;
V1HostPathVolumeSource.mapping = undefined;
V1HostPathVolumeSource.attributeTypeMap = [
{
"name": "path",
"baseName": "path",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1HostPathVolumeSource.js.map