kubernetes-models
Version:
14 lines (13 loc) • 983 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoK8sApiCoreV1ServiceAccountTokenProjection = exports.ServiceAccountTokenProjection = void 0;
const base_1 = require("@kubernetes-models/base");
const IoK8sApiCoreV1ServiceAccountTokenProjection_1 = require("../_schemas/IoK8sApiCoreV1ServiceAccountTokenProjection.js");
/**
* ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).
*/
class ServiceAccountTokenProjection extends base_1.Model {
}
exports.ServiceAccountTokenProjection = ServiceAccountTokenProjection;
exports.IoK8sApiCoreV1ServiceAccountTokenProjection = ServiceAccountTokenProjection;
(0, base_1.setSchema)(ServiceAccountTokenProjection, "io.k8s.api.core.v1.ServiceAccountTokenProjection", IoK8sApiCoreV1ServiceAccountTokenProjection_1.addSchema);