@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,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.CertificateList = void 0;
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
7
|
+
const utilities = require("../../utilities");
|
8
|
+
/**
|
9
|
+
* CertificateList is a list of Certificate
|
10
|
+
*/
|
11
|
+
class CertificateList extends pulumi.CustomResource {
|
12
|
+
/**
|
13
|
+
* Get an existing CertificateList 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 CertificateList(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
22
|
+
}
|
23
|
+
/**
|
24
|
+
* Returns true if the given object is an instance of CertificateList. 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'] === CertificateList.__pulumiType;
|
32
|
+
}
|
33
|
+
/**
|
34
|
+
* Create a CertificateList 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"] = "CertificateList";
|
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(CertificateList.__pulumiType, name, resourceInputs, opts);
|
60
|
+
}
|
61
|
+
}
|
62
|
+
exports.CertificateList = CertificateList;
|
63
|
+
/** @internal */
|
64
|
+
CertificateList.__pulumiType = 'kubernetes:cert-manager.io/v1:CertificateList';
|
65
|
+
//# sourceMappingURL=certificateList.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"certificateList.js","sourceRoot":"","sources":["../../../cert_manager/v1/certificateList.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;GAEG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5E,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IAmBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA0B,EAAE,IAAmC;QACrF,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,iBAAiB,CAAC;YAC3C,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,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AAtEL,0CAuEC;AA1DG,gBAAgB;AACO,4BAAY,GAAG,+CAA+C,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
|
+
* A Certificate resource should be created to ensure an up to date and signed
|
13
|
+
* X.509 certificate is stored in the Kubernetes Secret resource named in `spec.secretName`.
|
14
|
+
*
|
15
|
+
* The stored certificate will be renewed before it expires (as configured by `spec.renewBefore`).
|
16
|
+
*/
|
17
|
+
export declare class CertificatePatch extends pulumi.CustomResource {
|
18
|
+
/**
|
19
|
+
* Get an existing CertificatePatch 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): CertificatePatch;
|
27
|
+
/**
|
28
|
+
* Returns true if the given object is an instance of CertificatePatch. 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 CertificatePatch;
|
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<"Certificate">;
|
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.CertificateSpecPatch>;
|
45
|
+
readonly status: pulumi.Output<outputs.cert_manager.v1.CertificateStatusPatch>;
|
46
|
+
/**
|
47
|
+
* Create a CertificatePatch 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?: CertificatePatchArgs, opts?: pulumi.CustomResourceOptions);
|
54
|
+
}
|
55
|
+
/**
|
56
|
+
* The set of arguments for constructing a CertificatePatch resource.
|
57
|
+
*/
|
58
|
+
export interface CertificatePatchArgs {
|
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<"Certificate">;
|
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.CertificateSpecPatch>;
|
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.CertificatePatch = 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
|
+
* A Certificate resource should be created to ensure an up to date and signed
|
16
|
+
* X.509 certificate is stored in the Kubernetes Secret resource named in `spec.secretName`.
|
17
|
+
*
|
18
|
+
* The stored certificate will be renewed before it expires (as configured by `spec.renewBefore`).
|
19
|
+
*/
|
20
|
+
class CertificatePatch extends pulumi.CustomResource {
|
21
|
+
/**
|
22
|
+
* Get an existing CertificatePatch 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 CertificatePatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
31
|
+
}
|
32
|
+
/**
|
33
|
+
* Returns true if the given object is an instance of CertificatePatch. 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'] === CertificatePatch.__pulumiType;
|
41
|
+
}
|
42
|
+
/**
|
43
|
+
* Create a CertificatePatch 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"] = "Certificate";
|
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(CertificatePatch.__pulumiType, name, resourceInputs, opts);
|
68
|
+
}
|
69
|
+
}
|
70
|
+
exports.CertificatePatch = CertificatePatch;
|
71
|
+
/** @internal */
|
72
|
+
CertificatePatch.__pulumiType = 'kubernetes:cert-manager.io/v1:CertificatePatch';
|
73
|
+
//# sourceMappingURL=certificatePatch.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"certificatePatch.js","sourceRoot":"","sources":["../../../cert_manager/v1/certificatePatch.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;;;;;;;;;;GAWG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7E,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAiBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA2B,EAAE,IAAmC;QACtF,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,aAAa,CAAC;YACvC,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,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAnEL,4CAoEC;AAvDG,gBAAgB;AACO,6BAAY,GAAG,gDAAgD,CAAC"}
|
@@ -0,0 +1,71 @@
|
|
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
|
+
* A CertificateRequest is used to request a signed certificate from one of the
|
7
|
+
* configured issuers.
|
8
|
+
*
|
9
|
+
* All fields within the CertificateRequest's `spec` are immutable after creation.
|
10
|
+
* A CertificateRequest will either succeed or fail, as denoted by its `Ready` status
|
11
|
+
* condition and its `status.failureTime` field.
|
12
|
+
*
|
13
|
+
* A CertificateRequest is a one-shot resource, meaning it represents a single
|
14
|
+
* point in time request for a certificate and cannot be re-used.
|
15
|
+
*/
|
16
|
+
export declare class CertificateRequest extends pulumi.CustomResource {
|
17
|
+
/**
|
18
|
+
* Get an existing CertificateRequest resource's state with the given name, ID, and optional extra
|
19
|
+
* properties used to qualify the lookup.
|
20
|
+
*
|
21
|
+
* @param name The _unique_ name of the resulting resource.
|
22
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
23
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
24
|
+
*/
|
25
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CertificateRequest;
|
26
|
+
/**
|
27
|
+
* Returns true if the given object is an instance of CertificateRequest. 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: any): obj is CertificateRequest;
|
31
|
+
/**
|
32
|
+
* 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
|
33
|
+
*/
|
34
|
+
readonly apiVersion: pulumi.Output<"cert-manager.io/v1">;
|
35
|
+
/**
|
36
|
+
* 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
|
37
|
+
*/
|
38
|
+
readonly kind: pulumi.Output<"CertificateRequest">;
|
39
|
+
/**
|
40
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
41
|
+
*/
|
42
|
+
readonly metadata: pulumi.Output<ObjectMeta>;
|
43
|
+
readonly spec: pulumi.Output<outputs.cert_manager.v1.CertificateRequestSpec>;
|
44
|
+
readonly status: pulumi.Output<outputs.cert_manager.v1.CertificateRequestStatus>;
|
45
|
+
/**
|
46
|
+
* Create a CertificateRequest resource with the given unique name, arguments, and options.
|
47
|
+
*
|
48
|
+
* @param name The _unique_ name of the resource.
|
49
|
+
* @param args The arguments to use to populate this resource's properties.
|
50
|
+
* @param opts A bag of options that control this resource's behavior.
|
51
|
+
*/
|
52
|
+
constructor(name: string, args?: CertificateRequestArgs, opts?: pulumi.CustomResourceOptions);
|
53
|
+
}
|
54
|
+
/**
|
55
|
+
* The set of arguments for constructing a CertificateRequest resource.
|
56
|
+
*/
|
57
|
+
export interface CertificateRequestArgs {
|
58
|
+
/**
|
59
|
+
* 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
|
60
|
+
*/
|
61
|
+
apiVersion?: pulumi.Input<"cert-manager.io/v1">;
|
62
|
+
/**
|
63
|
+
* 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
|
64
|
+
*/
|
65
|
+
kind?: pulumi.Input<"CertificateRequest">;
|
66
|
+
/**
|
67
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
68
|
+
*/
|
69
|
+
metadata?: pulumi.Input<ObjectMeta>;
|
70
|
+
spec?: pulumi.Input<inputs.cert_manager.v1.CertificateRequestSpec>;
|
71
|
+
}
|
@@ -0,0 +1,72 @@
|
|
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.CertificateRequest = void 0;
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
7
|
+
const utilities = require("../../utilities");
|
8
|
+
/**
|
9
|
+
* A CertificateRequest is used to request a signed certificate from one of the
|
10
|
+
* configured issuers.
|
11
|
+
*
|
12
|
+
* All fields within the CertificateRequest's `spec` are immutable after creation.
|
13
|
+
* A CertificateRequest will either succeed or fail, as denoted by its `Ready` status
|
14
|
+
* condition and its `status.failureTime` field.
|
15
|
+
*
|
16
|
+
* A CertificateRequest is a one-shot resource, meaning it represents a single
|
17
|
+
* point in time request for a certificate and cannot be re-used.
|
18
|
+
*/
|
19
|
+
class CertificateRequest extends pulumi.CustomResource {
|
20
|
+
/**
|
21
|
+
* Get an existing CertificateRequest resource's state with the given name, ID, and optional extra
|
22
|
+
* properties used to qualify the lookup.
|
23
|
+
*
|
24
|
+
* @param name The _unique_ name of the resulting resource.
|
25
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
26
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
27
|
+
*/
|
28
|
+
static get(name, id, opts) {
|
29
|
+
return new CertificateRequest(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
30
|
+
}
|
31
|
+
/**
|
32
|
+
* Returns true if the given object is an instance of CertificateRequest. This is designed to work even
|
33
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
34
|
+
*/
|
35
|
+
static isInstance(obj) {
|
36
|
+
if (obj === undefined || obj === null) {
|
37
|
+
return false;
|
38
|
+
}
|
39
|
+
return obj['__pulumiType'] === CertificateRequest.__pulumiType;
|
40
|
+
}
|
41
|
+
/**
|
42
|
+
* Create a CertificateRequest resource with the given unique name, arguments, and options.
|
43
|
+
*
|
44
|
+
* @param name The _unique_ name of the resource.
|
45
|
+
* @param args The arguments to use to populate this resource's properties.
|
46
|
+
* @param opts A bag of options that control this resource's behavior.
|
47
|
+
*/
|
48
|
+
constructor(name, args, opts) {
|
49
|
+
let resourceInputs = {};
|
50
|
+
opts = opts || {};
|
51
|
+
if (!opts.id) {
|
52
|
+
resourceInputs["apiVersion"] = "cert-manager.io/v1";
|
53
|
+
resourceInputs["kind"] = "CertificateRequest";
|
54
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
55
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
56
|
+
resourceInputs["status"] = undefined /*out*/;
|
57
|
+
}
|
58
|
+
else {
|
59
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
60
|
+
resourceInputs["kind"] = undefined /*out*/;
|
61
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
62
|
+
resourceInputs["spec"] = undefined /*out*/;
|
63
|
+
resourceInputs["status"] = undefined /*out*/;
|
64
|
+
}
|
65
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
66
|
+
super(CertificateRequest.__pulumiType, name, resourceInputs, opts);
|
67
|
+
}
|
68
|
+
}
|
69
|
+
exports.CertificateRequest = CertificateRequest;
|
70
|
+
/** @internal */
|
71
|
+
CertificateRequest.__pulumiType = 'kubernetes:cert-manager.io/v1:CertificateRequest';
|
72
|
+
//# sourceMappingURL=certificateRequest.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"certificateRequest.js","sourceRoot":"","sources":["../../../cert_manager/v1/certificateRequest.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;;;;;;;;;GAUG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/E,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAiBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA6B,EAAE,IAAmC;QACxF,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,oBAAoB,CAAC;YAC9C,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,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAnEL,gDAoEC;AAvDG,gBAAgB;AACO,+BAAY,GAAG,kDAAkD,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
|
+
* CertificateRequestList is a list of CertificateRequest
|
6
|
+
*/
|
7
|
+
export declare class CertificateRequestList extends pulumi.CustomResource {
|
8
|
+
/**
|
9
|
+
* Get an existing CertificateRequestList 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): CertificateRequestList;
|
17
|
+
/**
|
18
|
+
* Returns true if the given object is an instance of CertificateRequestList. 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 CertificateRequestList;
|
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 certificaterequests. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
28
|
+
*/
|
29
|
+
readonly items: pulumi.Output<outputs.cert_manager.v1.CertificateRequest[]>;
|
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<"CertificateRequestList">;
|
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 CertificateRequestList 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?: CertificateRequestListArgs, opts?: pulumi.CustomResourceOptions);
|
46
|
+
}
|
47
|
+
/**
|
48
|
+
* The set of arguments for constructing a CertificateRequestList resource.
|
49
|
+
*/
|
50
|
+
export interface CertificateRequestListArgs {
|
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 certificaterequests. 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.CertificateRequest>[]>;
|
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<"CertificateRequestList">;
|
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.CertificateRequestList = void 0;
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
7
|
+
const utilities = require("../../utilities");
|
8
|
+
/**
|
9
|
+
* CertificateRequestList is a list of CertificateRequest
|
10
|
+
*/
|
11
|
+
class CertificateRequestList extends pulumi.CustomResource {
|
12
|
+
/**
|
13
|
+
* Get an existing CertificateRequestList 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 CertificateRequestList(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
22
|
+
}
|
23
|
+
/**
|
24
|
+
* Returns true if the given object is an instance of CertificateRequestList. 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'] === CertificateRequestList.__pulumiType;
|
32
|
+
}
|
33
|
+
/**
|
34
|
+
* Create a CertificateRequestList 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"] = "CertificateRequestList";
|
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(CertificateRequestList.__pulumiType, name, resourceInputs, opts);
|
60
|
+
}
|
61
|
+
}
|
62
|
+
exports.CertificateRequestList = CertificateRequestList;
|
63
|
+
/** @internal */
|
64
|
+
CertificateRequestList.__pulumiType = 'kubernetes:cert-manager.io/v1:CertificateRequestList';
|
65
|
+
//# sourceMappingURL=certificateRequestList.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"certificateRequestList.js","sourceRoot":"","sources":["../../../cert_manager/v1/certificateRequestList.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;GAEG;AACH,MAAa,sBAAuB,SAAQ,MAAM,CAAC,cAAc;IAC7D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,sBAAsB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnF,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,sBAAsB,CAAC,YAAY,CAAC;IACvE,CAAC;IAmBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAiC,EAAE,IAAmC;QAC5F,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,wBAAwB,CAAC;YAClD,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,sBAAsB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3E,CAAC;;AAtEL,wDAuEC;AA1DG,gBAAgB;AACO,mCAAY,GAAG,sDAAsD,CAAC"}
|
@@ -0,0 +1,77 @@
|
|
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
|
+
* A CertificateRequest is used to request a signed certificate from one of the
|
13
|
+
* configured issuers.
|
14
|
+
*
|
15
|
+
* All fields within the CertificateRequest's `spec` are immutable after creation.
|
16
|
+
* A CertificateRequest will either succeed or fail, as denoted by its `Ready` status
|
17
|
+
* condition and its `status.failureTime` field.
|
18
|
+
*
|
19
|
+
* A CertificateRequest is a one-shot resource, meaning it represents a single
|
20
|
+
* point in time request for a certificate and cannot be re-used.
|
21
|
+
*/
|
22
|
+
export declare class CertificateRequestPatch extends pulumi.CustomResource {
|
23
|
+
/**
|
24
|
+
* Get an existing CertificateRequestPatch resource's state with the given name, ID, and optional extra
|
25
|
+
* properties used to qualify the lookup.
|
26
|
+
*
|
27
|
+
* @param name The _unique_ name of the resulting resource.
|
28
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
30
|
+
*/
|
31
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CertificateRequestPatch;
|
32
|
+
/**
|
33
|
+
* Returns true if the given object is an instance of CertificateRequestPatch. 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: any): obj is CertificateRequestPatch;
|
37
|
+
/**
|
38
|
+
* 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
|
39
|
+
*/
|
40
|
+
readonly apiVersion: pulumi.Output<"cert-manager.io/v1">;
|
41
|
+
/**
|
42
|
+
* 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
|
43
|
+
*/
|
44
|
+
readonly kind: pulumi.Output<"CertificateRequest">;
|
45
|
+
/**
|
46
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
47
|
+
*/
|
48
|
+
readonly metadata: pulumi.Output<ObjectMetaPatch>;
|
49
|
+
readonly spec: pulumi.Output<outputs.cert_manager.v1.CertificateRequestSpecPatch>;
|
50
|
+
readonly status: pulumi.Output<outputs.cert_manager.v1.CertificateRequestStatusPatch>;
|
51
|
+
/**
|
52
|
+
* Create a CertificateRequestPatch resource with the given unique name, arguments, and options.
|
53
|
+
*
|
54
|
+
* @param name The _unique_ name of the resource.
|
55
|
+
* @param args The arguments to use to populate this resource's properties.
|
56
|
+
* @param opts A bag of options that control this resource's behavior.
|
57
|
+
*/
|
58
|
+
constructor(name: string, args?: CertificateRequestPatchArgs, opts?: pulumi.CustomResourceOptions);
|
59
|
+
}
|
60
|
+
/**
|
61
|
+
* The set of arguments for constructing a CertificateRequestPatch resource.
|
62
|
+
*/
|
63
|
+
export interface CertificateRequestPatchArgs {
|
64
|
+
/**
|
65
|
+
* 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
|
66
|
+
*/
|
67
|
+
apiVersion?: pulumi.Input<"cert-manager.io/v1">;
|
68
|
+
/**
|
69
|
+
* 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
|
70
|
+
*/
|
71
|
+
kind?: pulumi.Input<"CertificateRequest">;
|
72
|
+
/**
|
73
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
74
|
+
*/
|
75
|
+
metadata?: pulumi.Input<ObjectMetaPatch>;
|
76
|
+
spec?: pulumi.Input<inputs.cert_manager.v1.CertificateRequestSpecPatch>;
|
77
|
+
}
|