@highstate/cert-manager 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +14 -0
- package/acme/index.ts +11 -0
- package/acme/v1/challenge.ts +101 -0
- package/acme/v1/challengeList.ts +107 -0
- package/acme/v1/challengePatch.ts +107 -0
- package/acme/v1/index.ts +60 -0
- package/acme/v1/order.ts +101 -0
- package/acme/v1/orderList.ts +107 -0
- package/acme/v1/orderPatch.ts +107 -0
- package/bin/acme/index.d.ts +2 -0
- package/bin/acme/index.js +9 -0
- package/bin/acme/index.js.map +1 -0
- package/bin/acme/v1/challenge.d.ts +63 -0
- package/bin/acme/v1/challenge.js +64 -0
- package/bin/acme/v1/challenge.js.map +1 -0
- package/bin/acme/v1/challengeList.d.ts +67 -0
- package/bin/acme/v1/challengeList.js +65 -0
- package/bin/acme/v1/challengeList.js.map +1 -0
- package/bin/acme/v1/challengePatch.d.ts +69 -0
- package/bin/acme/v1/challengePatch.js +70 -0
- package/bin/acme/v1/challengePatch.js.map +1 -0
- package/bin/acme/v1/index.d.ts +18 -0
- package/bin/acme/v1/index.js +42 -0
- package/bin/acme/v1/index.js.map +1 -0
- package/bin/acme/v1/order.d.ts +63 -0
- package/bin/acme/v1/order.js +64 -0
- package/bin/acme/v1/order.js.map +1 -0
- package/bin/acme/v1/orderList.d.ts +67 -0
- package/bin/acme/v1/orderList.js +65 -0
- package/bin/acme/v1/orderList.js.map +1 -0
- package/bin/acme/v1/orderPatch.d.ts +69 -0
- package/bin/acme/v1/orderPatch.js +70 -0
- package/bin/acme/v1/orderPatch.js.map +1 -0
- package/bin/cert_manager/index.d.ts +2 -0
- package/bin/cert_manager/index.js +9 -0
- package/bin/cert_manager/index.js.map +1 -0
- package/bin/cert_manager/v1/certificate.d.ts +66 -0
- package/bin/cert_manager/v1/certificate.js +67 -0
- package/bin/cert_manager/v1/certificate.js.map +1 -0
- package/bin/cert_manager/v1/certificateList.d.ts +67 -0
- package/bin/cert_manager/v1/certificateList.js +65 -0
- package/bin/cert_manager/v1/certificateList.js.map +1 -0
- package/bin/cert_manager/v1/certificatePatch.d.ts +72 -0
- package/bin/cert_manager/v1/certificatePatch.js +73 -0
- package/bin/cert_manager/v1/certificatePatch.js.map +1 -0
- package/bin/cert_manager/v1/certificateRequest.d.ts +71 -0
- package/bin/cert_manager/v1/certificateRequest.js +72 -0
- package/bin/cert_manager/v1/certificateRequest.js.map +1 -0
- package/bin/cert_manager/v1/certificateRequestList.d.ts +67 -0
- package/bin/cert_manager/v1/certificateRequestList.js +65 -0
- package/bin/cert_manager/v1/certificateRequestList.js.map +1 -0
- package/bin/cert_manager/v1/certificateRequestPatch.d.ts +77 -0
- package/bin/cert_manager/v1/certificateRequestPatch.js +78 -0
- package/bin/cert_manager/v1/certificateRequestPatch.js.map +1 -0
- package/bin/cert_manager/v1/clusterIssuer.d.ts +67 -0
- package/bin/cert_manager/v1/clusterIssuer.js +68 -0
- package/bin/cert_manager/v1/clusterIssuer.js.map +1 -0
- package/bin/cert_manager/v1/clusterIssuerList.d.ts +67 -0
- package/bin/cert_manager/v1/clusterIssuerList.js +65 -0
- package/bin/cert_manager/v1/clusterIssuerList.js.map +1 -0
- package/bin/cert_manager/v1/clusterIssuerPatch.d.ts +73 -0
- package/bin/cert_manager/v1/clusterIssuerPatch.js +74 -0
- package/bin/cert_manager/v1/clusterIssuerPatch.js.map +1 -0
- package/bin/cert_manager/v1/index.d.ts +36 -0
- package/bin/cert_manager/v1/index.js +66 -0
- package/bin/cert_manager/v1/index.js.map +1 -0
- package/bin/cert_manager/v1/issuer.d.ts +66 -0
- package/bin/cert_manager/v1/issuer.js +67 -0
- package/bin/cert_manager/v1/issuer.js.map +1 -0
- package/bin/cert_manager/v1/issuerList.d.ts +67 -0
- package/bin/cert_manager/v1/issuerList.js +65 -0
- package/bin/cert_manager/v1/issuerList.js.map +1 -0
- package/bin/cert_manager/v1/issuerPatch.d.ts +72 -0
- package/bin/cert_manager/v1/issuerPatch.js +73 -0
- package/bin/cert_manager/v1/issuerPatch.js.map +1 -0
- package/bin/index.d.ts +7 -0
- package/bin/index.js +26 -0
- package/bin/index.js.map +1 -0
- package/bin/meta/v1.d.ts +3 -0
- package/bin/meta/v1.js +3 -0
- package/bin/meta/v1.js.map +1 -0
- package/bin/package.json +42 -0
- package/bin/provider.d.ts +21 -0
- package/bin/provider.js +38 -0
- package/bin/provider.js.map +1 -0
- package/bin/types/index.d.ts +3 -0
- package/bin/types/index.js +11 -0
- package/bin/types/index.js.map +1 -0
- package/bin/types/input.d.ts +20729 -0
- package/bin/types/input.js +5 -0
- package/bin/types/input.js.map +1 -0
- package/bin/types/output.d.ts +21177 -0
- package/bin/types/output.js +5 -0
- package/bin/types/output.js.map +1 -0
- package/bin/utilities.d.ts +8 -0
- package/bin/utilities.js +102 -0
- package/bin/utilities.js.map +1 -0
- package/cert_manager/index.ts +11 -0
- package/cert_manager/v1/certificate.ts +104 -0
- package/cert_manager/v1/certificateList.ts +107 -0
- package/cert_manager/v1/certificatePatch.ts +110 -0
- package/cert_manager/v1/certificateRequest.ts +109 -0
- package/cert_manager/v1/certificateRequestList.ts +107 -0
- package/cert_manager/v1/certificateRequestPatch.ts +115 -0
- package/cert_manager/v1/clusterIssuer.ts +105 -0
- package/cert_manager/v1/clusterIssuerList.ts +107 -0
- package/cert_manager/v1/clusterIssuerPatch.ts +111 -0
- package/cert_manager/v1/index.ts +102 -0
- package/cert_manager/v1/issuer.ts +104 -0
- package/cert_manager/v1/issuerList.ts +107 -0
- package/cert_manager/v1/issuerPatch.ts +110 -0
- package/index.ts +32 -0
- package/meta/v1.ts +4 -0
- package/package.json +43 -0
- package/provider.ts +44 -0
- package/scripts/postinstall.js +13 -0
- package/tsconfig.json +45 -0
- package/types/index.ts +13 -0
- package/types/input.ts +21284 -0
- package/types/output.ts +21747 -0
- package/utilities.ts +97 -0
@@ -0,0 +1,66 @@
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
2
|
+
import * as inputs from "../../types/input";
|
3
|
+
import * as outputs from "../../types/output";
|
4
|
+
import { ObjectMeta } from "../../meta/v1";
|
5
|
+
/**
|
6
|
+
* An Issuer represents a certificate issuing authority which can be
|
7
|
+
* referenced as part of `issuerRef` fields.
|
8
|
+
* It is scoped to a single namespace and can therefore only be referenced by
|
9
|
+
* resources within the same namespace.
|
10
|
+
*/
|
11
|
+
export declare class Issuer extends pulumi.CustomResource {
|
12
|
+
/**
|
13
|
+
* Get an existing Issuer resource's state with the given name, ID, and optional extra
|
14
|
+
* properties used to qualify the lookup.
|
15
|
+
*
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
19
|
+
*/
|
20
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Issuer;
|
21
|
+
/**
|
22
|
+
* Returns true if the given object is an instance of Issuer. This is designed to work even
|
23
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
24
|
+
*/
|
25
|
+
static isInstance(obj: any): obj is Issuer;
|
26
|
+
/**
|
27
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
28
|
+
*/
|
29
|
+
readonly apiVersion: pulumi.Output<"cert-manager.io/v1">;
|
30
|
+
/**
|
31
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
32
|
+
*/
|
33
|
+
readonly kind: pulumi.Output<"Issuer">;
|
34
|
+
/**
|
35
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
36
|
+
*/
|
37
|
+
readonly metadata: pulumi.Output<ObjectMeta>;
|
38
|
+
readonly spec: pulumi.Output<outputs.cert_manager.v1.IssuerSpec>;
|
39
|
+
readonly status: pulumi.Output<outputs.cert_manager.v1.IssuerStatus>;
|
40
|
+
/**
|
41
|
+
* Create a Issuer resource with the given unique name, arguments, and options.
|
42
|
+
*
|
43
|
+
* @param name The _unique_ name of the resource.
|
44
|
+
* @param args The arguments to use to populate this resource's properties.
|
45
|
+
* @param opts A bag of options that control this resource's behavior.
|
46
|
+
*/
|
47
|
+
constructor(name: string, args?: IssuerArgs, opts?: pulumi.CustomResourceOptions);
|
48
|
+
}
|
49
|
+
/**
|
50
|
+
* The set of arguments for constructing a Issuer resource.
|
51
|
+
*/
|
52
|
+
export interface IssuerArgs {
|
53
|
+
/**
|
54
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
55
|
+
*/
|
56
|
+
apiVersion?: pulumi.Input<"cert-manager.io/v1">;
|
57
|
+
/**
|
58
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
59
|
+
*/
|
60
|
+
kind?: pulumi.Input<"Issuer">;
|
61
|
+
/**
|
62
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
63
|
+
*/
|
64
|
+
metadata?: pulumi.Input<ObjectMeta>;
|
65
|
+
spec?: pulumi.Input<inputs.cert_manager.v1.IssuerSpec>;
|
66
|
+
}
|
@@ -0,0 +1,67 @@
|
|
1
|
+
"use strict";
|
2
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.Issuer = void 0;
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
7
|
+
const utilities = require("../../utilities");
|
8
|
+
/**
|
9
|
+
* An Issuer represents a certificate issuing authority which can be
|
10
|
+
* referenced as part of `issuerRef` fields.
|
11
|
+
* It is scoped to a single namespace and can therefore only be referenced by
|
12
|
+
* resources within the same namespace.
|
13
|
+
*/
|
14
|
+
class Issuer extends pulumi.CustomResource {
|
15
|
+
/**
|
16
|
+
* Get an existing Issuer resource's state with the given name, ID, and optional extra
|
17
|
+
* properties used to qualify the lookup.
|
18
|
+
*
|
19
|
+
* @param name The _unique_ name of the resulting resource.
|
20
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
22
|
+
*/
|
23
|
+
static get(name, id, opts) {
|
24
|
+
return new Issuer(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
25
|
+
}
|
26
|
+
/**
|
27
|
+
* Returns true if the given object is an instance of Issuer. This is designed to work even
|
28
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
29
|
+
*/
|
30
|
+
static isInstance(obj) {
|
31
|
+
if (obj === undefined || obj === null) {
|
32
|
+
return false;
|
33
|
+
}
|
34
|
+
return obj['__pulumiType'] === Issuer.__pulumiType;
|
35
|
+
}
|
36
|
+
/**
|
37
|
+
* Create a Issuer resource with the given unique name, arguments, and options.
|
38
|
+
*
|
39
|
+
* @param name The _unique_ name of the resource.
|
40
|
+
* @param args The arguments to use to populate this resource's properties.
|
41
|
+
* @param opts A bag of options that control this resource's behavior.
|
42
|
+
*/
|
43
|
+
constructor(name, args, opts) {
|
44
|
+
let resourceInputs = {};
|
45
|
+
opts = opts || {};
|
46
|
+
if (!opts.id) {
|
47
|
+
resourceInputs["apiVersion"] = "cert-manager.io/v1";
|
48
|
+
resourceInputs["kind"] = "Issuer";
|
49
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
50
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
51
|
+
resourceInputs["status"] = undefined /*out*/;
|
52
|
+
}
|
53
|
+
else {
|
54
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
55
|
+
resourceInputs["kind"] = undefined /*out*/;
|
56
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
57
|
+
resourceInputs["spec"] = undefined /*out*/;
|
58
|
+
resourceInputs["status"] = undefined /*out*/;
|
59
|
+
}
|
60
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
61
|
+
super(Issuer.__pulumiType, name, resourceInputs, opts);
|
62
|
+
}
|
63
|
+
}
|
64
|
+
exports.Issuer = Issuer;
|
65
|
+
/** @internal */
|
66
|
+
Issuer.__pulumiType = 'kubernetes:cert-manager.io/v1:Issuer';
|
67
|
+
//# sourceMappingURL=issuer.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"issuer.js","sourceRoot":"","sources":["../../../cert_manager/v1/issuer.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;;;;GAKG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,MAAM,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE,CAAC;YACpC,OAAO,KAAK,CAAC;QACjB,CAAC;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IAiBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAiB,EAAE,IAAmC;QAC5E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACX,cAAc,CAAC,YAAY,CAAC,GAAG,oBAAoB,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,QAAQ,CAAC;YAClC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;aAAM,CAAC;YACJ,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AAnEL,wBAoEC;AAvDG,gBAAgB;AACO,mBAAY,GAAG,sCAAsC,CAAC"}
|
@@ -0,0 +1,67 @@
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
2
|
+
import * as inputs from "../../types/input";
|
3
|
+
import * as outputs from "../../types/output";
|
4
|
+
/**
|
5
|
+
* IssuerList is a list of Issuer
|
6
|
+
*/
|
7
|
+
export declare class IssuerList extends pulumi.CustomResource {
|
8
|
+
/**
|
9
|
+
* Get an existing IssuerList resource's state with the given name, ID, and optional extra
|
10
|
+
* properties used to qualify the lookup.
|
11
|
+
*
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
15
|
+
*/
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): IssuerList;
|
17
|
+
/**
|
18
|
+
* Returns true if the given object is an instance of IssuerList. This is designed to work even
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
20
|
+
*/
|
21
|
+
static isInstance(obj: any): obj is IssuerList;
|
22
|
+
/**
|
23
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
24
|
+
*/
|
25
|
+
readonly apiVersion: pulumi.Output<"cert-manager.io/v1">;
|
26
|
+
/**
|
27
|
+
* List of issuers. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
28
|
+
*/
|
29
|
+
readonly items: pulumi.Output<outputs.cert_manager.v1.Issuer[]>;
|
30
|
+
/**
|
31
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
32
|
+
*/
|
33
|
+
readonly kind: pulumi.Output<"IssuerList">;
|
34
|
+
/**
|
35
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
36
|
+
*/
|
37
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ListMeta>;
|
38
|
+
/**
|
39
|
+
* Create a IssuerList resource with the given unique name, arguments, and options.
|
40
|
+
*
|
41
|
+
* @param name The _unique_ name of the resource.
|
42
|
+
* @param args The arguments to use to populate this resource's properties.
|
43
|
+
* @param opts A bag of options that control this resource's behavior.
|
44
|
+
*/
|
45
|
+
constructor(name: string, args?: IssuerListArgs, opts?: pulumi.CustomResourceOptions);
|
46
|
+
}
|
47
|
+
/**
|
48
|
+
* The set of arguments for constructing a IssuerList resource.
|
49
|
+
*/
|
50
|
+
export interface IssuerListArgs {
|
51
|
+
/**
|
52
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
53
|
+
*/
|
54
|
+
apiVersion?: pulumi.Input<"cert-manager.io/v1">;
|
55
|
+
/**
|
56
|
+
* List of issuers. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
57
|
+
*/
|
58
|
+
items: pulumi.Input<pulumi.Input<inputs.cert_manager.v1.Issuer>[]>;
|
59
|
+
/**
|
60
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
61
|
+
*/
|
62
|
+
kind?: pulumi.Input<"IssuerList">;
|
63
|
+
/**
|
64
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
65
|
+
*/
|
66
|
+
metadata?: pulumi.Input<inputs.meta.v1.ListMeta>;
|
67
|
+
}
|
@@ -0,0 +1,65 @@
|
|
1
|
+
"use strict";
|
2
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.IssuerList = void 0;
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
7
|
+
const utilities = require("../../utilities");
|
8
|
+
/**
|
9
|
+
* IssuerList is a list of Issuer
|
10
|
+
*/
|
11
|
+
class IssuerList extends pulumi.CustomResource {
|
12
|
+
/**
|
13
|
+
* Get an existing IssuerList resource's state with the given name, ID, and optional extra
|
14
|
+
* properties used to qualify the lookup.
|
15
|
+
*
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
19
|
+
*/
|
20
|
+
static get(name, id, opts) {
|
21
|
+
return new IssuerList(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
22
|
+
}
|
23
|
+
/**
|
24
|
+
* Returns true if the given object is an instance of IssuerList. This is designed to work even
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
26
|
+
*/
|
27
|
+
static isInstance(obj) {
|
28
|
+
if (obj === undefined || obj === null) {
|
29
|
+
return false;
|
30
|
+
}
|
31
|
+
return obj['__pulumiType'] === IssuerList.__pulumiType;
|
32
|
+
}
|
33
|
+
/**
|
34
|
+
* Create a IssuerList resource with the given unique name, arguments, and options.
|
35
|
+
*
|
36
|
+
* @param name The _unique_ name of the resource.
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
39
|
+
*/
|
40
|
+
constructor(name, args, opts) {
|
41
|
+
let resourceInputs = {};
|
42
|
+
opts = opts || {};
|
43
|
+
if (!opts.id) {
|
44
|
+
if ((!args || args.items === undefined) && !opts.urn) {
|
45
|
+
throw new Error("Missing required property 'items'");
|
46
|
+
}
|
47
|
+
resourceInputs["apiVersion"] = "cert-manager.io/v1";
|
48
|
+
resourceInputs["items"] = args ? args.items : undefined;
|
49
|
+
resourceInputs["kind"] = "IssuerList";
|
50
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
51
|
+
}
|
52
|
+
else {
|
53
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
54
|
+
resourceInputs["items"] = undefined /*out*/;
|
55
|
+
resourceInputs["kind"] = undefined /*out*/;
|
56
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
57
|
+
}
|
58
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
59
|
+
super(IssuerList.__pulumiType, name, resourceInputs, opts);
|
60
|
+
}
|
61
|
+
}
|
62
|
+
exports.IssuerList = IssuerList;
|
63
|
+
/** @internal */
|
64
|
+
IssuerList.__pulumiType = 'kubernetes:cert-manager.io/v1:IssuerList';
|
65
|
+
//# sourceMappingURL=issuerList.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"issuerList.js","sourceRoot":"","sources":["../../../cert_manager/v1/issuerList.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;GAEG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,UAAU,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE,CAAC;YACpC,OAAO,KAAK,CAAC;QACjB,CAAC;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAmBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAqB,EAAE,IAAmC;QAChF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACX,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;gBACnD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;YACzD,CAAC;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,oBAAoB,CAAC;YACpD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,YAAY,CAAC;YACtC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;QAClE,CAAC;aAAM,CAAC;YACJ,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACnD,CAAC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AAtEL,gCAuEC;AA1DG,gBAAgB;AACO,uBAAY,GAAG,0CAA0C,CAAC"}
|
@@ -0,0 +1,72 @@
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
2
|
+
import * as inputs from "../../types/input";
|
3
|
+
import * as outputs from "../../types/output";
|
4
|
+
import { ObjectMetaPatch } from "../../meta/v1";
|
5
|
+
/**
|
6
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
7
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
8
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
9
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
10
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
|
11
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
12
|
+
* An Issuer represents a certificate issuing authority which can be
|
13
|
+
* referenced as part of `issuerRef` fields.
|
14
|
+
* It is scoped to a single namespace and can therefore only be referenced by
|
15
|
+
* resources within the same namespace.
|
16
|
+
*/
|
17
|
+
export declare class IssuerPatch extends pulumi.CustomResource {
|
18
|
+
/**
|
19
|
+
* Get an existing IssuerPatch resource's state with the given name, ID, and optional extra
|
20
|
+
* properties used to qualify the lookup.
|
21
|
+
*
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
24
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
25
|
+
*/
|
26
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): IssuerPatch;
|
27
|
+
/**
|
28
|
+
* Returns true if the given object is an instance of IssuerPatch. This is designed to work even
|
29
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
30
|
+
*/
|
31
|
+
static isInstance(obj: any): obj is IssuerPatch;
|
32
|
+
/**
|
33
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
34
|
+
*/
|
35
|
+
readonly apiVersion: pulumi.Output<"cert-manager.io/v1">;
|
36
|
+
/**
|
37
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
38
|
+
*/
|
39
|
+
readonly kind: pulumi.Output<"Issuer">;
|
40
|
+
/**
|
41
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
42
|
+
*/
|
43
|
+
readonly metadata: pulumi.Output<ObjectMetaPatch>;
|
44
|
+
readonly spec: pulumi.Output<outputs.cert_manager.v1.IssuerSpecPatch>;
|
45
|
+
readonly status: pulumi.Output<outputs.cert_manager.v1.IssuerStatusPatch>;
|
46
|
+
/**
|
47
|
+
* Create a IssuerPatch resource with the given unique name, arguments, and options.
|
48
|
+
*
|
49
|
+
* @param name The _unique_ name of the resource.
|
50
|
+
* @param args The arguments to use to populate this resource's properties.
|
51
|
+
* @param opts A bag of options that control this resource's behavior.
|
52
|
+
*/
|
53
|
+
constructor(name: string, args?: IssuerPatchArgs, opts?: pulumi.CustomResourceOptions);
|
54
|
+
}
|
55
|
+
/**
|
56
|
+
* The set of arguments for constructing a IssuerPatch resource.
|
57
|
+
*/
|
58
|
+
export interface IssuerPatchArgs {
|
59
|
+
/**
|
60
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
61
|
+
*/
|
62
|
+
apiVersion?: pulumi.Input<"cert-manager.io/v1">;
|
63
|
+
/**
|
64
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
65
|
+
*/
|
66
|
+
kind?: pulumi.Input<"Issuer">;
|
67
|
+
/**
|
68
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
69
|
+
*/
|
70
|
+
metadata?: pulumi.Input<ObjectMetaPatch>;
|
71
|
+
spec?: pulumi.Input<inputs.cert_manager.v1.IssuerSpecPatch>;
|
72
|
+
}
|
@@ -0,0 +1,73 @@
|
|
1
|
+
"use strict";
|
2
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.IssuerPatch = void 0;
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
7
|
+
const utilities = require("../../utilities");
|
8
|
+
/**
|
9
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
10
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
11
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
12
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
13
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
|
14
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
15
|
+
* An Issuer represents a certificate issuing authority which can be
|
16
|
+
* referenced as part of `issuerRef` fields.
|
17
|
+
* It is scoped to a single namespace and can therefore only be referenced by
|
18
|
+
* resources within the same namespace.
|
19
|
+
*/
|
20
|
+
class IssuerPatch extends pulumi.CustomResource {
|
21
|
+
/**
|
22
|
+
* Get an existing IssuerPatch resource's state with the given name, ID, and optional extra
|
23
|
+
* properties used to qualify the lookup.
|
24
|
+
*
|
25
|
+
* @param name The _unique_ name of the resulting resource.
|
26
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
27
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
28
|
+
*/
|
29
|
+
static get(name, id, opts) {
|
30
|
+
return new IssuerPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
31
|
+
}
|
32
|
+
/**
|
33
|
+
* Returns true if the given object is an instance of IssuerPatch. This is designed to work even
|
34
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
35
|
+
*/
|
36
|
+
static isInstance(obj) {
|
37
|
+
if (obj === undefined || obj === null) {
|
38
|
+
return false;
|
39
|
+
}
|
40
|
+
return obj['__pulumiType'] === IssuerPatch.__pulumiType;
|
41
|
+
}
|
42
|
+
/**
|
43
|
+
* Create a IssuerPatch resource with the given unique name, arguments, and options.
|
44
|
+
*
|
45
|
+
* @param name The _unique_ name of the resource.
|
46
|
+
* @param args The arguments to use to populate this resource's properties.
|
47
|
+
* @param opts A bag of options that control this resource's behavior.
|
48
|
+
*/
|
49
|
+
constructor(name, args, opts) {
|
50
|
+
let resourceInputs = {};
|
51
|
+
opts = opts || {};
|
52
|
+
if (!opts.id) {
|
53
|
+
resourceInputs["apiVersion"] = "cert-manager.io/v1";
|
54
|
+
resourceInputs["kind"] = "Issuer";
|
55
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
56
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
57
|
+
resourceInputs["status"] = undefined /*out*/;
|
58
|
+
}
|
59
|
+
else {
|
60
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
61
|
+
resourceInputs["kind"] = undefined /*out*/;
|
62
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
63
|
+
resourceInputs["spec"] = undefined /*out*/;
|
64
|
+
resourceInputs["status"] = undefined /*out*/;
|
65
|
+
}
|
66
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
67
|
+
super(IssuerPatch.__pulumiType, name, resourceInputs, opts);
|
68
|
+
}
|
69
|
+
}
|
70
|
+
exports.IssuerPatch = IssuerPatch;
|
71
|
+
/** @internal */
|
72
|
+
IssuerPatch.__pulumiType = 'kubernetes:cert-manager.io/v1:IssuerPatch';
|
73
|
+
//# sourceMappingURL=issuerPatch.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"issuerPatch.js","sourceRoot":"","sources":["../../../cert_manager/v1/issuerPatch.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;;;;;;;;;;GAWG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE,CAAC;YACpC,OAAO,KAAK,CAAC;QACjB,CAAC;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAiBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAsB,EAAE,IAAmC;QACjF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACX,cAAc,CAAC,YAAY,CAAC,GAAG,oBAAoB,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,QAAQ,CAAC;YAClC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;aAAM,CAAC;YACJ,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAnEL,kCAoEC;AAvDG,gBAAgB;AACO,wBAAY,GAAG,2CAA2C,CAAC"}
|
package/bin/index.d.ts
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
export { ProviderArgs } from "./provider";
|
2
|
+
export type Provider = import("./provider").Provider;
|
3
|
+
export declare const Provider: typeof import("./provider").Provider;
|
4
|
+
import * as acme from "./acme";
|
5
|
+
import * as cert_manager from "./cert_manager";
|
6
|
+
import * as types from "./types";
|
7
|
+
export { acme, cert_manager, types, };
|
package/bin/index.js
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
"use strict";
|
2
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.types = exports.cert_manager = exports.acme = exports.Provider = void 0;
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
7
|
+
const utilities = require("./utilities");
|
8
|
+
exports.Provider = null;
|
9
|
+
utilities.lazyLoad(exports, ["Provider"], () => require("./provider"));
|
10
|
+
// Export sub-modules:
|
11
|
+
const acme = require("./acme");
|
12
|
+
exports.acme = acme;
|
13
|
+
const cert_manager = require("./cert_manager");
|
14
|
+
exports.cert_manager = cert_manager;
|
15
|
+
const types = require("./types");
|
16
|
+
exports.types = types;
|
17
|
+
pulumi.runtime.registerResourcePackage("crds", {
|
18
|
+
version: utilities.getVersion(),
|
19
|
+
constructProvider: (name, type, urn) => {
|
20
|
+
if (type !== "pulumi:providers:kubernetes") {
|
21
|
+
throw new Error(`unknown provider type ${type}`);
|
22
|
+
}
|
23
|
+
return new exports.Provider(name, undefined, { urn });
|
24
|
+
},
|
25
|
+
});
|
26
|
+
//# sourceMappingURL=index.js.map
|
package/bin/index.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAK5B,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,sBAAsB;AACtB,+BAA+B;AAK3B,oBAAI;AAJR,+CAA+C;AAK3C,oCAAY;AAJhB,iCAAiC;AAK7B,sBAAK;AAET,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,MAAM,EAAE;IAC3C,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,6BAA6B,EAAE,CAAC;YACzC,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;QACrD,CAAC;QACD,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
|
package/bin/meta/v1.d.ts
ADDED
package/bin/meta/v1.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../../meta/v1.ts"],"names":[],"mappings":""}
|
package/bin/package.json
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
{
|
2
|
+
"name": "@highstate/cert-manager",
|
3
|
+
"version": "0.4.4",
|
4
|
+
"keywords": [
|
5
|
+
"pulumi",
|
6
|
+
"kubernetes",
|
7
|
+
"category/cloud",
|
8
|
+
"kind/native"
|
9
|
+
],
|
10
|
+
"homepage": "https://pulumi.com",
|
11
|
+
"repository": "https://github.com/pulumi/pulumi-kubernetes",
|
12
|
+
"license": "Apache-2.0",
|
13
|
+
"main": "bin/index.js",
|
14
|
+
"scripts": {
|
15
|
+
"build": "tsc --noCheck && cp package.json bin/package.json"
|
16
|
+
},
|
17
|
+
"publishConfig": {
|
18
|
+
"access": "public"
|
19
|
+
},
|
20
|
+
"dependencies": {
|
21
|
+
"@pulumi/kubernetes": "4.18.0",
|
22
|
+
"@pulumi/pulumi": "^3.25.0",
|
23
|
+
"@types/node-fetch": "^2.1.4",
|
24
|
+
"@types/tmp": "^0.0.33",
|
25
|
+
"glob": "^10.3.10",
|
26
|
+
"node-fetch": "^2.3.0",
|
27
|
+
"shell-quote": "^1.6.1",
|
28
|
+
"tmp": "^0.0.33"
|
29
|
+
},
|
30
|
+
"devDependencies": {
|
31
|
+
"@types/mocha": "^5.2.5",
|
32
|
+
"@types/node": "^14",
|
33
|
+
"@types/shell-quote": "^1.6.0",
|
34
|
+
"mocha": "^5.2.0",
|
35
|
+
"typescript": "^5.7.2"
|
36
|
+
},
|
37
|
+
"pulumi": {
|
38
|
+
"resource": true,
|
39
|
+
"name": "@highstate/cert-manager",
|
40
|
+
"version": "0.4.4"
|
41
|
+
}
|
42
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
2
|
+
export declare class Provider extends pulumi.ProviderResource {
|
3
|
+
/**
|
4
|
+
* Returns true if the given object is an instance of Provider. This is designed to work even
|
5
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
6
|
+
*/
|
7
|
+
static isInstance(obj: any): obj is Provider;
|
8
|
+
/**
|
9
|
+
* Create a Provider resource with the given unique name, arguments, and options.
|
10
|
+
*
|
11
|
+
* @param name The _unique_ name of the resource.
|
12
|
+
* @param args The arguments to use to populate this resource's properties.
|
13
|
+
* @param opts A bag of options that control this resource's behavior.
|
14
|
+
*/
|
15
|
+
constructor(name: string, args?: ProviderArgs, opts?: pulumi.ResourceOptions);
|
16
|
+
}
|
17
|
+
/**
|
18
|
+
* The set of arguments for constructing a Provider resource.
|
19
|
+
*/
|
20
|
+
export interface ProviderArgs {
|
21
|
+
}
|
package/bin/provider.js
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.Provider = void 0;
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
7
|
+
const utilities = require("./utilities");
|
8
|
+
class Provider extends pulumi.ProviderResource {
|
9
|
+
/**
|
10
|
+
* Returns true if the given object is an instance of Provider. This is designed to work even
|
11
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
12
|
+
*/
|
13
|
+
static isInstance(obj) {
|
14
|
+
if (obj === undefined || obj === null) {
|
15
|
+
return false;
|
16
|
+
}
|
17
|
+
return obj['__pulumiType'] === "pulumi:providers:" + Provider.__pulumiType;
|
18
|
+
}
|
19
|
+
/**
|
20
|
+
* Create a Provider resource with the given unique name, arguments, and options.
|
21
|
+
*
|
22
|
+
* @param name The _unique_ name of the resource.
|
23
|
+
* @param args The arguments to use to populate this resource's properties.
|
24
|
+
* @param opts A bag of options that control this resource's behavior.
|
25
|
+
*/
|
26
|
+
constructor(name, args, opts) {
|
27
|
+
let resourceInputs = {};
|
28
|
+
opts = opts || {};
|
29
|
+
{
|
30
|
+
}
|
31
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
32
|
+
super(Provider.__pulumiType, name, resourceInputs, opts);
|
33
|
+
}
|
34
|
+
}
|
35
|
+
exports.Provider = Provider;
|
36
|
+
/** @internal */
|
37
|
+
Provider.__pulumiType = 'crds';
|
38
|
+
//# sourceMappingURL=provider.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE,CAAC;YACpC,OAAO,KAAK,CAAC;QACjB,CAAC;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;IAGD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,CAAC;QACD,CAAC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AA9BL,4BA+BC;AA9BG,gBAAgB;AACO,qBAAY,GAAG,MAAM,CAAC"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.output = exports.input = void 0;
|
6
|
+
// Export sub-modules:
|
7
|
+
const input = require("./input");
|
8
|
+
exports.input = input;
|
9
|
+
const output = require("./output");
|
10
|
+
exports.output = output;
|
11
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAIjF,sBAAsB;AACtB,iCAAiC;AAI7B,sBAAK;AAHT,mCAAmC;AAI/B,wBAAM"}
|