@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 907 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.
*/
/**
* SessionAffinityConfig represents the configurations of session affinity.
*/
export class V1SessionAffinityConfig {
static getAttributeTypeMap() {
return V1SessionAffinityConfig.attributeTypeMap;
}
constructor() {
}
}
V1SessionAffinityConfig.discriminator = undefined;
V1SessionAffinityConfig.mapping = undefined;
V1SessionAffinityConfig.attributeTypeMap = [
{
"name": "clientIP",
"baseName": "clientIP",
"type": "V1ClientIPConfig",
"format": ""
}
];
//# sourceMappingURL=V1SessionAffinityConfig.js.map