UNPKG

kubernetes-models

Version:
14 lines (13 loc) 648 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1ClientIPConfig = exports.ClientIPConfig = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1ClientIPConfig_1 = require("../_schemas/IoK8sApiCoreV1ClientIPConfig.js"); /** * ClientIPConfig represents the configurations of Client IP based session affinity. */ class ClientIPConfig extends base_1.Model { } exports.ClientIPConfig = ClientIPConfig; exports.IoK8sApiCoreV1ClientIPConfig = ClientIPConfig; (0, base_1.setSchema)(ClientIPConfig, "io.k8s.api.core.v1.ClientIPConfig", IoK8sApiCoreV1ClientIPConfig_1.addSchema);