UNPKG

kubernetes-models

Version:
14 lines (13 loc) 819 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod = exports.FlowDistinguisherMethod = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod_1 = require("../../_schemas/IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod.js"); /** * FlowDistinguisherMethod specifies the method of a flow distinguisher. */ class FlowDistinguisherMethod extends base_1.Model { } exports.FlowDistinguisherMethod = FlowDistinguisherMethod; exports.IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod = FlowDistinguisherMethod; (0, base_1.setSchema)(FlowDistinguisherMethod, "io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod", IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod_1.addSchema);