UNPKG

kubernetes-models

Version:
14 lines (13 loc) 678 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiAppsV1beta2DeploymentSpec = exports.DeploymentSpec = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiAppsV1beta2DeploymentSpec_1 = require("../../_schemas/IoK8sApiAppsV1beta2DeploymentSpec.js"); /** * DeploymentSpec is the specification of the desired behavior of the Deployment. */ class DeploymentSpec extends base_1.Model { } exports.DeploymentSpec = DeploymentSpec; exports.IoK8sApiAppsV1beta2DeploymentSpec = DeploymentSpec; (0, base_1.setSchema)(DeploymentSpec, "io.k8s.api.apps.v1beta2.DeploymentSpec", IoK8sApiAppsV1beta2DeploymentSpec_1.addSchema);