UNPKG

kubernetes-models

Version:
14 lines (13 loc) 668 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiAppsV1beta2StatefulSetSpec = exports.StatefulSetSpec = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiAppsV1beta2StatefulSetSpec_1 = require("../../_schemas/IoK8sApiAppsV1beta2StatefulSetSpec.js"); /** * A StatefulSetSpec is the specification of a StatefulSet. */ class StatefulSetSpec extends base_1.Model { } exports.StatefulSetSpec = StatefulSetSpec; exports.IoK8sApiAppsV1beta2StatefulSetSpec = StatefulSetSpec; (0, base_1.setSchema)(StatefulSetSpec, "io.k8s.api.apps.v1beta2.StatefulSetSpec", IoK8sApiAppsV1beta2StatefulSetSpec_1.addSchema);