UNPKG

kubernetes-models

Version:
11 lines (10 loc) 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1GRPCAction = exports.GRPCAction = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1GRPCAction_1 = require("../_schemas/IoK8sApiCoreV1GRPCAction.js"); class GRPCAction extends base_1.Model { } exports.GRPCAction = GRPCAction; exports.IoK8sApiCoreV1GRPCAction = GRPCAction; (0, base_1.setSchema)(GRPCAction, "io.k8s.api.core.v1.GRPCAction", IoK8sApiCoreV1GRPCAction_1.addSchema);