@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 982 B
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.
*/
/**
* HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod\'s hosts file.
*/
export class V1HostAlias {
static getAttributeTypeMap() {
return V1HostAlias.attributeTypeMap;
}
constructor() {
}
}
V1HostAlias.discriminator = undefined;
V1HostAlias.mapping = undefined;
V1HostAlias.attributeTypeMap = [
{
"name": "hostnames",
"baseName": "hostnames",
"type": "Array<string>",
"format": ""
},
{
"name": "ip",
"baseName": "ip",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1HostAlias.js.map