@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.43 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.
*/
/**
* Adapts a Secret into a volume. The contents of the target Secret\'s Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.
*/
export class V1SecretVolumeSource {
static getAttributeTypeMap() {
return V1SecretVolumeSource.attributeTypeMap;
}
constructor() {
}
}
V1SecretVolumeSource.discriminator = undefined;
V1SecretVolumeSource.mapping = undefined;
V1SecretVolumeSource.attributeTypeMap = [
{
"name": "defaultMode",
"baseName": "defaultMode",
"type": "number",
"format": "int32"
},
{
"name": "items",
"baseName": "items",
"type": "Array<V1KeyToPath>",
"format": ""
},
{
"name": "optional",
"baseName": "optional",
"type": "boolean",
"format": ""
},
{
"name": "secretName",
"baseName": "secretName",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1SecretVolumeSource.js.map