@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.05 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.
*/
/**
* PortStatus represents the error condition of a service port
*/
export class V1PortStatus {
static getAttributeTypeMap() {
return V1PortStatus.attributeTypeMap;
}
constructor() {
}
}
V1PortStatus.discriminator = undefined;
V1PortStatus.mapping = undefined;
V1PortStatus.attributeTypeMap = [
{
"name": "error",
"baseName": "error",
"type": "string",
"format": ""
},
{
"name": "port",
"baseName": "port",
"type": "number",
"format": "int32"
},
{
"name": "protocol",
"baseName": "protocol",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1PortStatus.js.map