kubernetes-models
Version:
14 lines (13 loc) • 597 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoK8sApiAppsV1beta1ScaleSpec = exports.ScaleSpec = void 0;
const base_1 = require("@kubernetes-models/base");
const IoK8sApiAppsV1beta1ScaleSpec_1 = require("../../_schemas/IoK8sApiAppsV1beta1ScaleSpec.js");
/**
* ScaleSpec describes the attributes of a scale subresource
*/
class ScaleSpec extends base_1.Model {
}
exports.ScaleSpec = ScaleSpec;
exports.IoK8sApiAppsV1beta1ScaleSpec = ScaleSpec;
(0, base_1.setSchema)(ScaleSpec, "io.k8s.api.apps.v1beta1.ScaleSpec", IoK8sApiAppsV1beta1ScaleSpec_1.addSchema);