cdktf-crd
Version:
11 lines (10 loc) • 504 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GeneratorsExternalSecretsIoGithubAccessTokenV1alpha1 = void 0;
const manifest_1 = require("@cdktf/provider-kubernetes/lib/manifest");
class GeneratorsExternalSecretsIoGithubAccessTokenV1alpha1 extends manifest_1.Manifest {
constructor(scope, id, config) {
super(scope, id, config);
}
}
exports.GeneratorsExternalSecretsIoGithubAccessTokenV1alpha1 = GeneratorsExternalSecretsIoGithubAccessTokenV1alpha1;