@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 972 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.
*/
/**
* TCPSocketAction describes an action based on opening a socket
*/
export class V1TCPSocketAction {
static getAttributeTypeMap() {
return V1TCPSocketAction.attributeTypeMap;
}
constructor() {
}
}
V1TCPSocketAction.discriminator = undefined;
V1TCPSocketAction.mapping = undefined;
V1TCPSocketAction.attributeTypeMap = [
{
"name": "host",
"baseName": "host",
"type": "string",
"format": ""
},
{
"name": "port",
"baseName": "port",
"type": "IntOrString",
"format": "int-or-string"
}
];
//# sourceMappingURL=V1TCPSocketAction.js.map