kubernetes-models
Version:
15 lines (14 loc) • 757 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoK8sApiCoreV1NodeConfigSource = exports.NodeConfigSource = void 0;
const base_1 = require("@kubernetes-models/base");
const IoK8sApiCoreV1NodeConfigSource_1 = require("../_schemas/IoK8sApiCoreV1NodeConfigSource.js");
/**
* NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22
* @deprecated
*/
class NodeConfigSource extends base_1.Model {
}
exports.NodeConfigSource = NodeConfigSource;
exports.IoK8sApiCoreV1NodeConfigSource = NodeConfigSource;
(0, base_1.setSchema)(NodeConfigSource, "io.k8s.api.core.v1.NodeConfigSource", IoK8sApiCoreV1NodeConfigSource_1.addSchema);