kubernetes-models
Version:
14 lines (13 loc) • 728 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoK8sApiFlowcontrolV1beta2FlowSchemaStatus = exports.FlowSchemaStatus = void 0;
const base_1 = require("@kubernetes-models/base");
const IoK8sApiFlowcontrolV1beta2FlowSchemaStatus_1 = require("../../_schemas/IoK8sApiFlowcontrolV1beta2FlowSchemaStatus.js");
/**
* FlowSchemaStatus represents the current state of a FlowSchema.
*/
class FlowSchemaStatus extends base_1.Model {
}
exports.FlowSchemaStatus = FlowSchemaStatus;
exports.IoK8sApiFlowcontrolV1beta2FlowSchemaStatus = FlowSchemaStatus;
(0, base_1.setSchema)(FlowSchemaStatus, "io.k8s.api.flowcontrol.v1beta2.FlowSchemaStatus", IoK8sApiFlowcontrolV1beta2FlowSchemaStatus_1.addSchema);