pulumi-extra-crds 1.0.0 → 1.0.14
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/.crd2pulumi-checksum +1 -0
- package/.github/workflows/generate.yml +31 -28
- package/CHANGELOG.md +100 -0
- package/LICENSE +201 -0
- package/README.md +325 -0
- package/crd2pulumi.tar.gz +0 -0
- package/generated/crds/README.md +14 -0
- package/generated/crds/acme/index.d.ts +2 -0
- package/generated/crds/acme/index.js +8 -0
- package/generated/crds/acme/index.ts +11 -0
- package/generated/crds/acme/v1/challenge.d.ts +64 -0
- package/generated/crds/acme/v1/challenge.js +63 -0
- package/generated/crds/acme/v1/challenge.ts +99 -0
- package/generated/crds/acme/v1/challengeList.d.ts +69 -0
- package/generated/crds/acme/v1/challengeList.js +64 -0
- package/generated/crds/acme/v1/challengeList.ts +105 -0
- package/generated/crds/acme/v1/challengePatch.d.ts +70 -0
- package/generated/crds/acme/v1/challengePatch.js +69 -0
- package/generated/crds/acme/v1/challengePatch.ts +105 -0
- package/generated/crds/acme/v1/index.d.ts +18 -0
- package/generated/crds/acme/v1/index.js +41 -0
- package/generated/crds/acme/v1/index.ts +60 -0
- package/generated/crds/acme/v1/order.d.ts +64 -0
- package/generated/crds/acme/v1/order.js +63 -0
- package/generated/crds/acme/v1/order.ts +99 -0
- package/generated/crds/acme/v1/orderList.d.ts +69 -0
- package/generated/crds/acme/v1/orderList.js +64 -0
- package/generated/crds/acme/v1/orderList.ts +105 -0
- package/generated/crds/acme/v1/orderPatch.d.ts +70 -0
- package/generated/crds/acme/v1/orderPatch.js +69 -0
- package/generated/crds/acme/v1/orderPatch.ts +105 -0
- package/generated/crds/cert_manager/index.d.ts +2 -0
- package/generated/crds/cert_manager/index.js +8 -0
- package/generated/crds/cert_manager/index.ts +11 -0
- package/generated/crds/cert_manager/v1/certificate.d.ts +67 -0
- package/generated/crds/cert_manager/v1/certificate.js +66 -0
- package/generated/crds/cert_manager/v1/certificate.ts +102 -0
- package/generated/crds/cert_manager/v1/certificateList.d.ts +69 -0
- package/generated/crds/cert_manager/v1/certificateList.js +64 -0
- package/generated/crds/cert_manager/v1/certificateList.ts +105 -0
- package/generated/crds/cert_manager/v1/certificatePatch.d.ts +73 -0
- package/generated/crds/cert_manager/v1/certificatePatch.js +72 -0
- package/generated/crds/cert_manager/v1/certificatePatch.ts +108 -0
- package/generated/crds/cert_manager/v1/certificateRequest.d.ts +72 -0
- package/generated/crds/cert_manager/v1/certificateRequest.js +71 -0
- package/generated/crds/cert_manager/v1/certificateRequest.ts +107 -0
- package/generated/crds/cert_manager/v1/certificateRequestList.d.ts +69 -0
- package/generated/crds/cert_manager/v1/certificateRequestList.js +64 -0
- package/generated/crds/cert_manager/v1/certificateRequestList.ts +105 -0
- package/generated/crds/cert_manager/v1/certificateRequestPatch.d.ts +78 -0
- package/generated/crds/cert_manager/v1/certificateRequestPatch.js +77 -0
- package/generated/crds/cert_manager/v1/certificateRequestPatch.ts +113 -0
- package/generated/crds/cert_manager/v1/clusterIssuer.d.ts +68 -0
- package/generated/crds/cert_manager/v1/clusterIssuer.js +67 -0
- package/generated/crds/cert_manager/v1/clusterIssuer.ts +103 -0
- package/generated/crds/cert_manager/v1/clusterIssuerList.d.ts +69 -0
- package/generated/crds/cert_manager/v1/clusterIssuerList.js +64 -0
- package/generated/crds/cert_manager/v1/clusterIssuerList.ts +105 -0
- package/generated/crds/cert_manager/v1/clusterIssuerPatch.d.ts +74 -0
- package/generated/crds/cert_manager/v1/clusterIssuerPatch.js +73 -0
- package/generated/crds/cert_manager/v1/clusterIssuerPatch.ts +109 -0
- package/generated/crds/cert_manager/v1/index.d.ts +36 -0
- package/generated/crds/cert_manager/v1/index.js +65 -0
- package/generated/crds/cert_manager/v1/index.ts +102 -0
- package/generated/crds/cert_manager/v1/issuer.d.ts +67 -0
- package/generated/crds/cert_manager/v1/issuer.js +66 -0
- package/generated/crds/cert_manager/v1/issuer.ts +102 -0
- package/generated/crds/cert_manager/v1/issuerList.d.ts +69 -0
- package/generated/crds/cert_manager/v1/issuerList.js +64 -0
- package/generated/crds/cert_manager/v1/issuerList.ts +105 -0
- package/generated/crds/cert_manager/v1/issuerPatch.d.ts +73 -0
- package/generated/crds/cert_manager/v1/issuerPatch.js +72 -0
- package/generated/crds/cert_manager/v1/issuerPatch.ts +108 -0
- package/generated/crds/gateway/index.d.ts +5 -0
- package/generated/crds/gateway/index.js +14 -0
- package/generated/crds/gateway/index.ts +17 -0
- package/generated/crds/gateway/v1/gateway.d.ts +65 -0
- package/generated/crds/gateway/v1/gateway.js +66 -0
- package/generated/crds/gateway/v1/gateway.ts +102 -0
- package/generated/crds/gateway/v1/gatewayClass.d.ts +80 -0
- package/generated/crds/gateway/v1/gatewayClass.js +81 -0
- package/generated/crds/gateway/v1/gatewayClass.ts +117 -0
- package/generated/crds/gateway/v1/gatewayClassList.d.ts +69 -0
- package/generated/crds/gateway/v1/gatewayClassList.js +64 -0
- package/generated/crds/gateway/v1/gatewayClassList.ts +105 -0
- package/generated/crds/gateway/v1/gatewayClassPatch.d.ts +86 -0
- package/generated/crds/gateway/v1/gatewayClassPatch.js +87 -0
- package/generated/crds/gateway/v1/gatewayClassPatch.ts +123 -0
- package/generated/crds/gateway/v1/gatewayList.d.ts +69 -0
- package/generated/crds/gateway/v1/gatewayList.js +64 -0
- package/generated/crds/gateway/v1/gatewayList.ts +105 -0
- package/generated/crds/gateway/v1/gatewayPatch.d.ts +71 -0
- package/generated/crds/gateway/v1/gatewayPatch.js +72 -0
- package/generated/crds/gateway/v1/gatewayPatch.ts +108 -0
- package/generated/crds/gateway/v1/grpcroute.d.ts +90 -0
- package/generated/crds/gateway/v1/grpcroute.js +91 -0
- package/generated/crds/gateway/v1/grpcroute.ts +127 -0
- package/generated/crds/gateway/v1/grpcrouteList.d.ts +69 -0
- package/generated/crds/gateway/v1/grpcrouteList.js +64 -0
- package/generated/crds/gateway/v1/grpcrouteList.ts +105 -0
- package/generated/crds/gateway/v1/grpcroutePatch.d.ts +96 -0
- package/generated/crds/gateway/v1/grpcroutePatch.js +97 -0
- package/generated/crds/gateway/v1/grpcroutePatch.ts +133 -0
- package/generated/crds/gateway/v1/httproute.d.ts +67 -0
- package/generated/crds/gateway/v1/httproute.js +68 -0
- package/generated/crds/gateway/v1/httproute.ts +104 -0
- package/generated/crds/gateway/v1/httprouteList.d.ts +69 -0
- package/generated/crds/gateway/v1/httprouteList.js +64 -0
- package/generated/crds/gateway/v1/httprouteList.ts +105 -0
- package/generated/crds/gateway/v1/httproutePatch.d.ts +73 -0
- package/generated/crds/gateway/v1/httproutePatch.js +74 -0
- package/generated/crds/gateway/v1/httproutePatch.ts +110 -0
- package/generated/crds/gateway/v1/index.d.ts +36 -0
- package/generated/crds/gateway/v1/index.js +65 -0
- package/generated/crds/gateway/v1/index.ts +102 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicy.d.ts +65 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicy.js +64 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicy.ts +100 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyList.js +64 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyPatch.d.ts +71 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyPatch.js +70 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyPatch.ts +106 -0
- package/generated/crds/gateway/v1alpha2/grpcroute.d.ts +90 -0
- package/generated/crds/gateway/v1alpha2/grpcroute.js +91 -0
- package/generated/crds/gateway/v1alpha2/grpcroute.ts +127 -0
- package/generated/crds/gateway/v1alpha2/grpcrouteList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/grpcrouteList.js +64 -0
- package/generated/crds/gateway/v1alpha2/grpcrouteList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/grpcroutePatch.d.ts +96 -0
- package/generated/crds/gateway/v1alpha2/grpcroutePatch.js +97 -0
- package/generated/crds/gateway/v1alpha2/grpcroutePatch.ts +133 -0
- package/generated/crds/gateway/v1alpha2/index.d.ts +54 -0
- package/generated/crds/gateway/v1alpha2/index.js +89 -0
- package/generated/crds/gateway/v1alpha2/index.ts +144 -0
- package/generated/crds/gateway/v1alpha2/referenceGrant.d.ts +82 -0
- package/generated/crds/gateway/v1alpha2/referenceGrant.js +82 -0
- package/generated/crds/gateway/v1alpha2/referenceGrant.ts +117 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantList.js +64 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantPatch.d.ts +88 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantPatch.js +88 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantPatch.ts +123 -0
- package/generated/crds/gateway/v1alpha2/tcproute.d.ts +66 -0
- package/generated/crds/gateway/v1alpha2/tcproute.js +65 -0
- package/generated/crds/gateway/v1alpha2/tcproute.ts +101 -0
- package/generated/crds/gateway/v1alpha2/tcprouteList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/tcprouteList.js +64 -0
- package/generated/crds/gateway/v1alpha2/tcprouteList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/tcproutePatch.d.ts +72 -0
- package/generated/crds/gateway/v1alpha2/tcproutePatch.js +71 -0
- package/generated/crds/gateway/v1alpha2/tcproutePatch.ts +107 -0
- package/generated/crds/gateway/v1alpha2/tlsroute.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/tlsroute.js +68 -0
- package/generated/crds/gateway/v1alpha2/tlsroute.ts +104 -0
- package/generated/crds/gateway/v1alpha2/tlsrouteList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/tlsrouteList.js +64 -0
- package/generated/crds/gateway/v1alpha2/tlsrouteList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/tlsroutePatch.d.ts +75 -0
- package/generated/crds/gateway/v1alpha2/tlsroutePatch.js +74 -0
- package/generated/crds/gateway/v1alpha2/tlsroutePatch.ts +110 -0
- package/generated/crds/gateway/v1alpha2/udproute.d.ts +66 -0
- package/generated/crds/gateway/v1alpha2/udproute.js +65 -0
- package/generated/crds/gateway/v1alpha2/udproute.ts +101 -0
- package/generated/crds/gateway/v1alpha2/udprouteList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/udprouteList.js +64 -0
- package/generated/crds/gateway/v1alpha2/udprouteList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/udproutePatch.d.ts +72 -0
- package/generated/crds/gateway/v1alpha2/udproutePatch.js +71 -0
- package/generated/crds/gateway/v1alpha2/udproutePatch.ts +107 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicy.d.ts +65 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicy.js +64 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicy.ts +100 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyList.js +64 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyList.ts +105 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyPatch.d.ts +71 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyPatch.js +70 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyPatch.ts +106 -0
- package/generated/crds/gateway/v1alpha3/index.d.ts +9 -0
- package/generated/crds/gateway/v1alpha3/index.js +29 -0
- package/generated/crds/gateway/v1alpha3/index.ts +39 -0
- package/generated/crds/gateway/v1beta1/gateway.d.ts +65 -0
- package/generated/crds/gateway/v1beta1/gateway.js +66 -0
- package/generated/crds/gateway/v1beta1/gateway.ts +102 -0
- package/generated/crds/gateway/v1beta1/gatewayClass.d.ts +80 -0
- package/generated/crds/gateway/v1beta1/gatewayClass.js +81 -0
- package/generated/crds/gateway/v1beta1/gatewayClass.ts +117 -0
- package/generated/crds/gateway/v1beta1/gatewayClassList.d.ts +69 -0
- package/generated/crds/gateway/v1beta1/gatewayClassList.js +64 -0
- package/generated/crds/gateway/v1beta1/gatewayClassList.ts +105 -0
- package/generated/crds/gateway/v1beta1/gatewayClassPatch.d.ts +86 -0
- package/generated/crds/gateway/v1beta1/gatewayClassPatch.js +87 -0
- package/generated/crds/gateway/v1beta1/gatewayClassPatch.ts +123 -0
- package/generated/crds/gateway/v1beta1/gatewayList.d.ts +69 -0
- package/generated/crds/gateway/v1beta1/gatewayList.js +64 -0
- package/generated/crds/gateway/v1beta1/gatewayList.ts +105 -0
- package/generated/crds/gateway/v1beta1/gatewayPatch.d.ts +71 -0
- package/generated/crds/gateway/v1beta1/gatewayPatch.js +72 -0
- package/generated/crds/gateway/v1beta1/gatewayPatch.ts +108 -0
- package/generated/crds/gateway/v1beta1/httproute.d.ts +67 -0
- package/generated/crds/gateway/v1beta1/httproute.js +68 -0
- package/generated/crds/gateway/v1beta1/httproute.ts +104 -0
- package/generated/crds/gateway/v1beta1/httprouteList.d.ts +69 -0
- package/generated/crds/gateway/v1beta1/httprouteList.js +64 -0
- package/generated/crds/gateway/v1beta1/httprouteList.ts +105 -0
- package/generated/crds/gateway/v1beta1/httproutePatch.d.ts +73 -0
- package/generated/crds/gateway/v1beta1/httproutePatch.js +74 -0
- package/generated/crds/gateway/v1beta1/httproutePatch.ts +110 -0
- package/generated/crds/gateway/v1beta1/index.d.ts +36 -0
- package/generated/crds/gateway/v1beta1/index.js +65 -0
- package/generated/crds/gateway/v1beta1/index.ts +102 -0
- package/generated/crds/gateway/v1beta1/referenceGrant.d.ts +78 -0
- package/generated/crds/gateway/v1beta1/referenceGrant.js +78 -0
- package/generated/crds/gateway/v1beta1/referenceGrant.ts +113 -0
- package/generated/crds/gateway/v1beta1/referenceGrantList.d.ts +69 -0
- package/generated/crds/gateway/v1beta1/referenceGrantList.js +64 -0
- package/generated/crds/gateway/v1beta1/referenceGrantList.ts +105 -0
- package/generated/crds/gateway/v1beta1/referenceGrantPatch.d.ts +84 -0
- package/generated/crds/gateway/v1beta1/referenceGrantPatch.js +84 -0
- package/generated/crds/gateway/v1beta1/referenceGrantPatch.ts +119 -0
- package/generated/crds/index.d.ts +8 -0
- package/generated/crds/index.js +27 -0
- package/generated/crds/index.ts +34 -0
- package/generated/crds/meta/v1.d.ts +3 -0
- package/generated/crds/meta/v1.js +2 -0
- package/generated/crds/meta/v1.ts +4 -0
- package/generated/crds/package.json +32 -0
- package/generated/crds/provider.d.ts +23 -0
- package/generated/crds/provider.js +37 -0
- package/generated/crds/provider.ts +44 -0
- package/generated/crds/scripts/postinstall.js +13 -0
- package/generated/crds/tsconfig.json +15 -0
- package/generated/crds/types/index.d.ts +3 -0
- package/generated/crds/types/index.js +10 -0
- package/generated/crds/types/index.ts +13 -0
- package/generated/crds/types/input.d.ts +38601 -0
- package/generated/crds/types/input.js +4 -0
- package/generated/crds/types/input.ts +39421 -0
- package/generated/crds/types/output.d.ts +42150 -0
- package/generated/crds/types/output.js +4 -0
- package/generated/crds/types/output.ts +43038 -0
- package/generated/crds/utilities.d.ts +13 -0
- package/generated/crds/utilities.js +91 -0
- package/generated/crds/utilities.ts +98 -0
- package/package.json +9 -4
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
|
2
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
+
|
|
4
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
5
|
+
import * as inputs from "../../types/input";
|
|
6
|
+
import * as outputs from "../../types/output";
|
|
7
|
+
import * as utilities from "../../utilities";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* ClusterIssuerList is a list of ClusterIssuer
|
|
11
|
+
*/
|
|
12
|
+
export class ClusterIssuerList extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing ClusterIssuerList resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ClusterIssuerList {
|
|
22
|
+
return new ClusterIssuerList(name, undefined as any, { ...opts, id: id });
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/** @internal */
|
|
26
|
+
public static readonly __pulumiType = 'kubernetes:cert-manager.io/v1:ClusterIssuerList';
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Returns true if the given object is an instance of ClusterIssuerList. This is designed to work even
|
|
30
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
31
|
+
*/
|
|
32
|
+
public static isInstance(obj: any): obj is ClusterIssuerList {
|
|
33
|
+
if (obj === undefined || obj === null) {
|
|
34
|
+
return false;
|
|
35
|
+
}
|
|
36
|
+
return obj['__pulumiType'] === ClusterIssuerList.__pulumiType;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* 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
|
|
41
|
+
*/
|
|
42
|
+
public readonly apiVersion!: pulumi.Output<"cert-manager.io/v1">;
|
|
43
|
+
/**
|
|
44
|
+
* List of clusterissuers. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
45
|
+
*/
|
|
46
|
+
public readonly items!: pulumi.Output<outputs.cert_manager.v1.ClusterIssuer[]>;
|
|
47
|
+
/**
|
|
48
|
+
* 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
|
|
49
|
+
*/
|
|
50
|
+
public readonly kind!: pulumi.Output<"ClusterIssuerList">;
|
|
51
|
+
/**
|
|
52
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
53
|
+
*/
|
|
54
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ListMeta>;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Create a ClusterIssuerList resource with the given unique name, arguments, and options.
|
|
58
|
+
*
|
|
59
|
+
* @param name The _unique_ name of the resource.
|
|
60
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
61
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
62
|
+
*/
|
|
63
|
+
constructor(name: string, args?: ClusterIssuerListArgs, opts?: pulumi.CustomResourceOptions) {
|
|
64
|
+
let resourceInputs: pulumi.Inputs = {};
|
|
65
|
+
opts = opts || {};
|
|
66
|
+
if (!opts.id) {
|
|
67
|
+
if ((!args || args.items === undefined) && !opts.urn) {
|
|
68
|
+
throw new Error("Missing required property 'items'");
|
|
69
|
+
}
|
|
70
|
+
resourceInputs["apiVersion"] = "cert-manager.io/v1";
|
|
71
|
+
resourceInputs["items"] = args ? args.items : undefined;
|
|
72
|
+
resourceInputs["kind"] = "ClusterIssuerList";
|
|
73
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
74
|
+
} else {
|
|
75
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["items"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
79
|
+
}
|
|
80
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
|
+
super(ClusterIssuerList.__pulumiType, name, resourceInputs, opts);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* The set of arguments for constructing a ClusterIssuerList resource.
|
|
87
|
+
*/
|
|
88
|
+
export interface ClusterIssuerListArgs {
|
|
89
|
+
/**
|
|
90
|
+
* 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
|
|
91
|
+
*/
|
|
92
|
+
apiVersion?: pulumi.Input<"cert-manager.io/v1">;
|
|
93
|
+
/**
|
|
94
|
+
* List of clusterissuers. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
95
|
+
*/
|
|
96
|
+
items: pulumi.Input<pulumi.Input<inputs.cert_manager.v1.ClusterIssuer>[]>;
|
|
97
|
+
/**
|
|
98
|
+
* 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
|
|
99
|
+
*/
|
|
100
|
+
kind?: pulumi.Input<"ClusterIssuerList">;
|
|
101
|
+
/**
|
|
102
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
103
|
+
*/
|
|
104
|
+
metadata?: pulumi.Input<inputs.meta.v1.ListMeta>;
|
|
105
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
|
6
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
7
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
|
8
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
9
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
|
|
10
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
11
|
+
* A ClusterIssuer represents a certificate issuing authority which can be
|
|
12
|
+
* referenced as part of `issuerRef` fields.
|
|
13
|
+
* It is similar to an Issuer, however it is cluster-scoped and therefore can
|
|
14
|
+
* be referenced by resources that exist in *any* namespace, not just the same
|
|
15
|
+
* namespace as the referent.
|
|
16
|
+
*/
|
|
17
|
+
export declare class ClusterIssuerPatch extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing ClusterIssuerPatch 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): ClusterIssuerPatch;
|
|
27
|
+
/** @internal */
|
|
28
|
+
static readonly __pulumiType = "kubernetes:cert-manager.io/v1:ClusterIssuerPatch";
|
|
29
|
+
/**
|
|
30
|
+
* Returns true if the given object is an instance of ClusterIssuerPatch. This is designed to work even
|
|
31
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
32
|
+
*/
|
|
33
|
+
static isInstance(obj: any): obj is ClusterIssuerPatch;
|
|
34
|
+
/**
|
|
35
|
+
* 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
|
|
36
|
+
*/
|
|
37
|
+
readonly apiVersion: pulumi.Output<"cert-manager.io/v1">;
|
|
38
|
+
/**
|
|
39
|
+
* 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
|
|
40
|
+
*/
|
|
41
|
+
readonly kind: pulumi.Output<"ClusterIssuer">;
|
|
42
|
+
/**
|
|
43
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
44
|
+
*/
|
|
45
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
46
|
+
readonly spec: pulumi.Output<outputs.cert_manager.v1.ClusterIssuerSpecPatch>;
|
|
47
|
+
readonly status: pulumi.Output<outputs.cert_manager.v1.ClusterIssuerStatusPatch>;
|
|
48
|
+
/**
|
|
49
|
+
* Create a ClusterIssuerPatch resource with the given unique name, arguments, and options.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resource.
|
|
52
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
53
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
54
|
+
*/
|
|
55
|
+
constructor(name: string, args?: ClusterIssuerPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* The set of arguments for constructing a ClusterIssuerPatch resource.
|
|
59
|
+
*/
|
|
60
|
+
export interface ClusterIssuerPatchArgs {
|
|
61
|
+
/**
|
|
62
|
+
* 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
|
|
63
|
+
*/
|
|
64
|
+
apiVersion?: pulumi.Input<"cert-manager.io/v1">;
|
|
65
|
+
/**
|
|
66
|
+
* 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
|
|
67
|
+
*/
|
|
68
|
+
kind?: pulumi.Input<"ClusterIssuer">;
|
|
69
|
+
/**
|
|
70
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
71
|
+
*/
|
|
72
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
73
|
+
spec?: pulumi.Input<inputs.cert_manager.v1.ClusterIssuerSpecPatch>;
|
|
74
|
+
}
|
|
@@ -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.ClusterIssuerPatch = 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 ClusterIssuer represents a certificate issuing authority which can be
|
|
16
|
+
* referenced as part of `issuerRef` fields.
|
|
17
|
+
* It is similar to an Issuer, however it is cluster-scoped and therefore can
|
|
18
|
+
* be referenced by resources that exist in *any* namespace, not just the same
|
|
19
|
+
* namespace as the referent.
|
|
20
|
+
*/
|
|
21
|
+
class ClusterIssuerPatch extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing ClusterIssuerPatch resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
29
|
+
*/
|
|
30
|
+
static get(name, id, opts) {
|
|
31
|
+
return new ClusterIssuerPatch(name, undefined, { ...opts, id: id });
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Returns true if the given object is an instance of ClusterIssuerPatch. This is designed to work even
|
|
35
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
36
|
+
*/
|
|
37
|
+
static isInstance(obj) {
|
|
38
|
+
if (obj === undefined || obj === null) {
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
return obj['__pulumiType'] === ClusterIssuerPatch.__pulumiType;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Create a ClusterIssuerPatch resource with the given unique name, arguments, and options.
|
|
45
|
+
*
|
|
46
|
+
* @param name The _unique_ name of the resource.
|
|
47
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
48
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
49
|
+
*/
|
|
50
|
+
constructor(name, args, opts) {
|
|
51
|
+
let resourceInputs = {};
|
|
52
|
+
opts = opts || {};
|
|
53
|
+
if (!opts.id) {
|
|
54
|
+
resourceInputs["apiVersion"] = "cert-manager.io/v1";
|
|
55
|
+
resourceInputs["kind"] = "ClusterIssuer";
|
|
56
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
57
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
58
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
59
|
+
}
|
|
60
|
+
else {
|
|
61
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["spec"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
66
|
+
}
|
|
67
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
68
|
+
super(ClusterIssuerPatch.__pulumiType, name, resourceInputs, opts);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.ClusterIssuerPatch = ClusterIssuerPatch;
|
|
72
|
+
/** @internal */
|
|
73
|
+
ClusterIssuerPatch.__pulumiType = 'kubernetes:cert-manager.io/v1:ClusterIssuerPatch';
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
|
2
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
+
|
|
4
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
5
|
+
import * as inputs from "../../types/input";
|
|
6
|
+
import * as outputs from "../../types/output";
|
|
7
|
+
import * as utilities from "../../utilities";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
|
11
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
12
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
|
13
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
14
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
|
|
15
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
16
|
+
* A ClusterIssuer represents a certificate issuing authority which can be
|
|
17
|
+
* referenced as part of `issuerRef` fields.
|
|
18
|
+
* It is similar to an Issuer, however it is cluster-scoped and therefore can
|
|
19
|
+
* be referenced by resources that exist in *any* namespace, not just the same
|
|
20
|
+
* namespace as the referent.
|
|
21
|
+
*/
|
|
22
|
+
export class ClusterIssuerPatch extends pulumi.CustomResource {
|
|
23
|
+
/**
|
|
24
|
+
* Get an existing ClusterIssuerPatch 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
|
+
public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ClusterIssuerPatch {
|
|
32
|
+
return new ClusterIssuerPatch(name, undefined as any, { ...opts, id: id });
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/** @internal */
|
|
36
|
+
public static readonly __pulumiType = 'kubernetes:cert-manager.io/v1:ClusterIssuerPatch';
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of ClusterIssuerPatch. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
public static isInstance(obj: any): obj is ClusterIssuerPatch {
|
|
43
|
+
if (obj === undefined || obj === null) {
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
return obj['__pulumiType'] === ClusterIssuerPatch.__pulumiType;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* 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
|
|
51
|
+
*/
|
|
52
|
+
public readonly apiVersion!: pulumi.Output<"cert-manager.io/v1">;
|
|
53
|
+
/**
|
|
54
|
+
* 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
|
|
55
|
+
*/
|
|
56
|
+
public readonly kind!: pulumi.Output<"ClusterIssuer">;
|
|
57
|
+
/**
|
|
58
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
59
|
+
*/
|
|
60
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
61
|
+
public readonly spec!: pulumi.Output<outputs.cert_manager.v1.ClusterIssuerSpecPatch>;
|
|
62
|
+
public /*out*/ readonly status!: pulumi.Output<outputs.cert_manager.v1.ClusterIssuerStatusPatch>;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Create a ClusterIssuerPatch resource with the given unique name, arguments, and options.
|
|
66
|
+
*
|
|
67
|
+
* @param name The _unique_ name of the resource.
|
|
68
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
69
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
70
|
+
*/
|
|
71
|
+
constructor(name: string, args?: ClusterIssuerPatchArgs, opts?: pulumi.CustomResourceOptions) {
|
|
72
|
+
let resourceInputs: pulumi.Inputs = {};
|
|
73
|
+
opts = opts || {};
|
|
74
|
+
if (!opts.id) {
|
|
75
|
+
resourceInputs["apiVersion"] = "cert-manager.io/v1";
|
|
76
|
+
resourceInputs["kind"] = "ClusterIssuer";
|
|
77
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
78
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
79
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
80
|
+
} else {
|
|
81
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["spec"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
86
|
+
}
|
|
87
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
88
|
+
super(ClusterIssuerPatch.__pulumiType, name, resourceInputs, opts);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* The set of arguments for constructing a ClusterIssuerPatch resource.
|
|
94
|
+
*/
|
|
95
|
+
export interface ClusterIssuerPatchArgs {
|
|
96
|
+
/**
|
|
97
|
+
* 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
|
|
98
|
+
*/
|
|
99
|
+
apiVersion?: pulumi.Input<"cert-manager.io/v1">;
|
|
100
|
+
/**
|
|
101
|
+
* 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
|
|
102
|
+
*/
|
|
103
|
+
kind?: pulumi.Input<"ClusterIssuer">;
|
|
104
|
+
/**
|
|
105
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
106
|
+
*/
|
|
107
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
108
|
+
spec?: pulumi.Input<inputs.cert_manager.v1.ClusterIssuerSpecPatch>;
|
|
109
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export { CertificateArgs } from "./certificate";
|
|
2
|
+
export type Certificate = import("./certificate").Certificate;
|
|
3
|
+
export declare const Certificate: typeof import("./certificate").Certificate;
|
|
4
|
+
export { CertificateListArgs } from "./certificateList";
|
|
5
|
+
export type CertificateList = import("./certificateList").CertificateList;
|
|
6
|
+
export declare const CertificateList: typeof import("./certificateList").CertificateList;
|
|
7
|
+
export { CertificatePatchArgs } from "./certificatePatch";
|
|
8
|
+
export type CertificatePatch = import("./certificatePatch").CertificatePatch;
|
|
9
|
+
export declare const CertificatePatch: typeof import("./certificatePatch").CertificatePatch;
|
|
10
|
+
export { CertificateRequestArgs } from "./certificateRequest";
|
|
11
|
+
export type CertificateRequest = import("./certificateRequest").CertificateRequest;
|
|
12
|
+
export declare const CertificateRequest: typeof import("./certificateRequest").CertificateRequest;
|
|
13
|
+
export { CertificateRequestListArgs } from "./certificateRequestList";
|
|
14
|
+
export type CertificateRequestList = import("./certificateRequestList").CertificateRequestList;
|
|
15
|
+
export declare const CertificateRequestList: typeof import("./certificateRequestList").CertificateRequestList;
|
|
16
|
+
export { CertificateRequestPatchArgs } from "./certificateRequestPatch";
|
|
17
|
+
export type CertificateRequestPatch = import("./certificateRequestPatch").CertificateRequestPatch;
|
|
18
|
+
export declare const CertificateRequestPatch: typeof import("./certificateRequestPatch").CertificateRequestPatch;
|
|
19
|
+
export { ClusterIssuerArgs } from "./clusterIssuer";
|
|
20
|
+
export type ClusterIssuer = import("./clusterIssuer").ClusterIssuer;
|
|
21
|
+
export declare const ClusterIssuer: typeof import("./clusterIssuer").ClusterIssuer;
|
|
22
|
+
export { ClusterIssuerListArgs } from "./clusterIssuerList";
|
|
23
|
+
export type ClusterIssuerList = import("./clusterIssuerList").ClusterIssuerList;
|
|
24
|
+
export declare const ClusterIssuerList: typeof import("./clusterIssuerList").ClusterIssuerList;
|
|
25
|
+
export { ClusterIssuerPatchArgs } from "./clusterIssuerPatch";
|
|
26
|
+
export type ClusterIssuerPatch = import("./clusterIssuerPatch").ClusterIssuerPatch;
|
|
27
|
+
export declare const ClusterIssuerPatch: typeof import("./clusterIssuerPatch").ClusterIssuerPatch;
|
|
28
|
+
export { IssuerArgs } from "./issuer";
|
|
29
|
+
export type Issuer = import("./issuer").Issuer;
|
|
30
|
+
export declare const Issuer: typeof import("./issuer").Issuer;
|
|
31
|
+
export { IssuerListArgs } from "./issuerList";
|
|
32
|
+
export type IssuerList = import("./issuerList").IssuerList;
|
|
33
|
+
export declare const IssuerList: typeof import("./issuerList").IssuerList;
|
|
34
|
+
export { IssuerPatchArgs } from "./issuerPatch";
|
|
35
|
+
export type IssuerPatch = import("./issuerPatch").IssuerPatch;
|
|
36
|
+
export declare const IssuerPatch: typeof import("./issuerPatch").IssuerPatch;
|
|
@@ -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.IssuerPatch = exports.IssuerList = exports.Issuer = exports.ClusterIssuerPatch = exports.ClusterIssuerList = exports.ClusterIssuer = exports.CertificateRequestPatch = exports.CertificateRequestList = exports.CertificateRequest = exports.CertificatePatch = exports.CertificateList = exports.Certificate = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
exports.Certificate = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Certificate"], () => require("./certificate"));
|
|
10
|
+
exports.CertificateList = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["CertificateList"], () => require("./certificateList"));
|
|
12
|
+
exports.CertificatePatch = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["CertificatePatch"], () => require("./certificatePatch"));
|
|
14
|
+
exports.CertificateRequest = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["CertificateRequest"], () => require("./certificateRequest"));
|
|
16
|
+
exports.CertificateRequestList = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["CertificateRequestList"], () => require("./certificateRequestList"));
|
|
18
|
+
exports.CertificateRequestPatch = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["CertificateRequestPatch"], () => require("./certificateRequestPatch"));
|
|
20
|
+
exports.ClusterIssuer = null;
|
|
21
|
+
utilities.lazyLoad(exports, ["ClusterIssuer"], () => require("./clusterIssuer"));
|
|
22
|
+
exports.ClusterIssuerList = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["ClusterIssuerList"], () => require("./clusterIssuerList"));
|
|
24
|
+
exports.ClusterIssuerPatch = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["ClusterIssuerPatch"], () => require("./clusterIssuerPatch"));
|
|
26
|
+
exports.Issuer = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["Issuer"], () => require("./issuer"));
|
|
28
|
+
exports.IssuerList = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["IssuerList"], () => require("./issuerList"));
|
|
30
|
+
exports.IssuerPatch = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["IssuerPatch"], () => require("./issuerPatch"));
|
|
32
|
+
const _module = {
|
|
33
|
+
version: utilities.getVersion(),
|
|
34
|
+
construct: (name, type, urn) => {
|
|
35
|
+
switch (type) {
|
|
36
|
+
case "kubernetes:cert-manager.io/v1:Certificate":
|
|
37
|
+
return new exports.Certificate(name, undefined, { urn });
|
|
38
|
+
case "kubernetes:cert-manager.io/v1:CertificateList":
|
|
39
|
+
return new exports.CertificateList(name, undefined, { urn });
|
|
40
|
+
case "kubernetes:cert-manager.io/v1:CertificatePatch":
|
|
41
|
+
return new exports.CertificatePatch(name, undefined, { urn });
|
|
42
|
+
case "kubernetes:cert-manager.io/v1:CertificateRequest":
|
|
43
|
+
return new exports.CertificateRequest(name, undefined, { urn });
|
|
44
|
+
case "kubernetes:cert-manager.io/v1:CertificateRequestList":
|
|
45
|
+
return new exports.CertificateRequestList(name, undefined, { urn });
|
|
46
|
+
case "kubernetes:cert-manager.io/v1:CertificateRequestPatch":
|
|
47
|
+
return new exports.CertificateRequestPatch(name, undefined, { urn });
|
|
48
|
+
case "kubernetes:cert-manager.io/v1:ClusterIssuer":
|
|
49
|
+
return new exports.ClusterIssuer(name, undefined, { urn });
|
|
50
|
+
case "kubernetes:cert-manager.io/v1:ClusterIssuerList":
|
|
51
|
+
return new exports.ClusterIssuerList(name, undefined, { urn });
|
|
52
|
+
case "kubernetes:cert-manager.io/v1:ClusterIssuerPatch":
|
|
53
|
+
return new exports.ClusterIssuerPatch(name, undefined, { urn });
|
|
54
|
+
case "kubernetes:cert-manager.io/v1:Issuer":
|
|
55
|
+
return new exports.Issuer(name, undefined, { urn });
|
|
56
|
+
case "kubernetes:cert-manager.io/v1:IssuerList":
|
|
57
|
+
return new exports.IssuerList(name, undefined, { urn });
|
|
58
|
+
case "kubernetes:cert-manager.io/v1:IssuerPatch":
|
|
59
|
+
return new exports.IssuerPatch(name, undefined, { urn });
|
|
60
|
+
default:
|
|
61
|
+
throw new Error(`unknown resource type ${type}`);
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
pulumi.runtime.registerResourceModule("crds", "cert-manager.io/v1", _module);
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
|
2
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
+
|
|
4
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
5
|
+
import * as utilities from "../../utilities";
|
|
6
|
+
|
|
7
|
+
// Export members:
|
|
8
|
+
export { CertificateArgs } from "./certificate";
|
|
9
|
+
export type Certificate = import("./certificate").Certificate;
|
|
10
|
+
export const Certificate: typeof import("./certificate").Certificate = null as any;
|
|
11
|
+
utilities.lazyLoad(exports, ["Certificate"], () => require("./certificate"));
|
|
12
|
+
|
|
13
|
+
export { CertificateListArgs } from "./certificateList";
|
|
14
|
+
export type CertificateList = import("./certificateList").CertificateList;
|
|
15
|
+
export const CertificateList: typeof import("./certificateList").CertificateList = null as any;
|
|
16
|
+
utilities.lazyLoad(exports, ["CertificateList"], () => require("./certificateList"));
|
|
17
|
+
|
|
18
|
+
export { CertificatePatchArgs } from "./certificatePatch";
|
|
19
|
+
export type CertificatePatch = import("./certificatePatch").CertificatePatch;
|
|
20
|
+
export const CertificatePatch: typeof import("./certificatePatch").CertificatePatch = null as any;
|
|
21
|
+
utilities.lazyLoad(exports, ["CertificatePatch"], () => require("./certificatePatch"));
|
|
22
|
+
|
|
23
|
+
export { CertificateRequestArgs } from "./certificateRequest";
|
|
24
|
+
export type CertificateRequest = import("./certificateRequest").CertificateRequest;
|
|
25
|
+
export const CertificateRequest: typeof import("./certificateRequest").CertificateRequest = null as any;
|
|
26
|
+
utilities.lazyLoad(exports, ["CertificateRequest"], () => require("./certificateRequest"));
|
|
27
|
+
|
|
28
|
+
export { CertificateRequestListArgs } from "./certificateRequestList";
|
|
29
|
+
export type CertificateRequestList = import("./certificateRequestList").CertificateRequestList;
|
|
30
|
+
export const CertificateRequestList: typeof import("./certificateRequestList").CertificateRequestList = null as any;
|
|
31
|
+
utilities.lazyLoad(exports, ["CertificateRequestList"], () => require("./certificateRequestList"));
|
|
32
|
+
|
|
33
|
+
export { CertificateRequestPatchArgs } from "./certificateRequestPatch";
|
|
34
|
+
export type CertificateRequestPatch = import("./certificateRequestPatch").CertificateRequestPatch;
|
|
35
|
+
export const CertificateRequestPatch: typeof import("./certificateRequestPatch").CertificateRequestPatch = null as any;
|
|
36
|
+
utilities.lazyLoad(exports, ["CertificateRequestPatch"], () => require("./certificateRequestPatch"));
|
|
37
|
+
|
|
38
|
+
export { ClusterIssuerArgs } from "./clusterIssuer";
|
|
39
|
+
export type ClusterIssuer = import("./clusterIssuer").ClusterIssuer;
|
|
40
|
+
export const ClusterIssuer: typeof import("./clusterIssuer").ClusterIssuer = null as any;
|
|
41
|
+
utilities.lazyLoad(exports, ["ClusterIssuer"], () => require("./clusterIssuer"));
|
|
42
|
+
|
|
43
|
+
export { ClusterIssuerListArgs } from "./clusterIssuerList";
|
|
44
|
+
export type ClusterIssuerList = import("./clusterIssuerList").ClusterIssuerList;
|
|
45
|
+
export const ClusterIssuerList: typeof import("./clusterIssuerList").ClusterIssuerList = null as any;
|
|
46
|
+
utilities.lazyLoad(exports, ["ClusterIssuerList"], () => require("./clusterIssuerList"));
|
|
47
|
+
|
|
48
|
+
export { ClusterIssuerPatchArgs } from "./clusterIssuerPatch";
|
|
49
|
+
export type ClusterIssuerPatch = import("./clusterIssuerPatch").ClusterIssuerPatch;
|
|
50
|
+
export const ClusterIssuerPatch: typeof import("./clusterIssuerPatch").ClusterIssuerPatch = null as any;
|
|
51
|
+
utilities.lazyLoad(exports, ["ClusterIssuerPatch"], () => require("./clusterIssuerPatch"));
|
|
52
|
+
|
|
53
|
+
export { IssuerArgs } from "./issuer";
|
|
54
|
+
export type Issuer = import("./issuer").Issuer;
|
|
55
|
+
export const Issuer: typeof import("./issuer").Issuer = null as any;
|
|
56
|
+
utilities.lazyLoad(exports, ["Issuer"], () => require("./issuer"));
|
|
57
|
+
|
|
58
|
+
export { IssuerListArgs } from "./issuerList";
|
|
59
|
+
export type IssuerList = import("./issuerList").IssuerList;
|
|
60
|
+
export const IssuerList: typeof import("./issuerList").IssuerList = null as any;
|
|
61
|
+
utilities.lazyLoad(exports, ["IssuerList"], () => require("./issuerList"));
|
|
62
|
+
|
|
63
|
+
export { IssuerPatchArgs } from "./issuerPatch";
|
|
64
|
+
export type IssuerPatch = import("./issuerPatch").IssuerPatch;
|
|
65
|
+
export const IssuerPatch: typeof import("./issuerPatch").IssuerPatch = null as any;
|
|
66
|
+
utilities.lazyLoad(exports, ["IssuerPatch"], () => require("./issuerPatch"));
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
const _module = {
|
|
70
|
+
version: utilities.getVersion(),
|
|
71
|
+
construct: (name: string, type: string, urn: string): pulumi.Resource => {
|
|
72
|
+
switch (type) {
|
|
73
|
+
case "kubernetes:cert-manager.io/v1:Certificate":
|
|
74
|
+
return new Certificate(name, <any>undefined, { urn })
|
|
75
|
+
case "kubernetes:cert-manager.io/v1:CertificateList":
|
|
76
|
+
return new CertificateList(name, <any>undefined, { urn })
|
|
77
|
+
case "kubernetes:cert-manager.io/v1:CertificatePatch":
|
|
78
|
+
return new CertificatePatch(name, <any>undefined, { urn })
|
|
79
|
+
case "kubernetes:cert-manager.io/v1:CertificateRequest":
|
|
80
|
+
return new CertificateRequest(name, <any>undefined, { urn })
|
|
81
|
+
case "kubernetes:cert-manager.io/v1:CertificateRequestList":
|
|
82
|
+
return new CertificateRequestList(name, <any>undefined, { urn })
|
|
83
|
+
case "kubernetes:cert-manager.io/v1:CertificateRequestPatch":
|
|
84
|
+
return new CertificateRequestPatch(name, <any>undefined, { urn })
|
|
85
|
+
case "kubernetes:cert-manager.io/v1:ClusterIssuer":
|
|
86
|
+
return new ClusterIssuer(name, <any>undefined, { urn })
|
|
87
|
+
case "kubernetes:cert-manager.io/v1:ClusterIssuerList":
|
|
88
|
+
return new ClusterIssuerList(name, <any>undefined, { urn })
|
|
89
|
+
case "kubernetes:cert-manager.io/v1:ClusterIssuerPatch":
|
|
90
|
+
return new ClusterIssuerPatch(name, <any>undefined, { urn })
|
|
91
|
+
case "kubernetes:cert-manager.io/v1:Issuer":
|
|
92
|
+
return new Issuer(name, <any>undefined, { urn })
|
|
93
|
+
case "kubernetes:cert-manager.io/v1:IssuerList":
|
|
94
|
+
return new IssuerList(name, <any>undefined, { urn })
|
|
95
|
+
case "kubernetes:cert-manager.io/v1:IssuerPatch":
|
|
96
|
+
return new IssuerPatch(name, <any>undefined, { urn })
|
|
97
|
+
default:
|
|
98
|
+
throw new Error(`unknown resource type ${type}`);
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
};
|
|
102
|
+
pulumi.runtime.registerResourceModule("crds", "cert-manager.io/v1", _module)
|
|
@@ -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
|
+
* An Issuer represents a certificate issuing authority which can be
|
|
6
|
+
* referenced as part of `issuerRef` fields.
|
|
7
|
+
* It is scoped to a single namespace and can therefore only be referenced by
|
|
8
|
+
* resources within the same namespace.
|
|
9
|
+
*/
|
|
10
|
+
export declare class Issuer extends pulumi.CustomResource {
|
|
11
|
+
/**
|
|
12
|
+
* Get an existing Issuer resource's state with the given name, ID, and optional extra
|
|
13
|
+
* properties used to qualify the lookup.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resulting resource.
|
|
16
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
17
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
18
|
+
*/
|
|
19
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Issuer;
|
|
20
|
+
/** @internal */
|
|
21
|
+
static readonly __pulumiType = "kubernetes:cert-manager.io/v1:Issuer";
|
|
22
|
+
/**
|
|
23
|
+
* Returns true if the given object is an instance of Issuer. This is designed to work even
|
|
24
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
25
|
+
*/
|
|
26
|
+
static isInstance(obj: any): obj is Issuer;
|
|
27
|
+
/**
|
|
28
|
+
* 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
|
|
29
|
+
*/
|
|
30
|
+
readonly apiVersion: pulumi.Output<"cert-manager.io/v1">;
|
|
31
|
+
/**
|
|
32
|
+
* 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
|
|
33
|
+
*/
|
|
34
|
+
readonly kind: pulumi.Output<"Issuer">;
|
|
35
|
+
/**
|
|
36
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
37
|
+
*/
|
|
38
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMeta>;
|
|
39
|
+
readonly spec: pulumi.Output<outputs.cert_manager.v1.IssuerSpec>;
|
|
40
|
+
readonly status: pulumi.Output<outputs.cert_manager.v1.IssuerStatus>;
|
|
41
|
+
/**
|
|
42
|
+
* Create a Issuer 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: string, args?: IssuerArgs, opts?: pulumi.CustomResourceOptions);
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* The set of arguments for constructing a Issuer resource.
|
|
52
|
+
*/
|
|
53
|
+
export interface IssuerArgs {
|
|
54
|
+
/**
|
|
55
|
+
* 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
|
|
56
|
+
*/
|
|
57
|
+
apiVersion?: pulumi.Input<"cert-manager.io/v1">;
|
|
58
|
+
/**
|
|
59
|
+
* 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
|
|
60
|
+
*/
|
|
61
|
+
kind?: pulumi.Input<"Issuer">;
|
|
62
|
+
/**
|
|
63
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
64
|
+
*/
|
|
65
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
|
|
66
|
+
spec?: pulumi.Input<inputs.cert_manager.v1.IssuerSpec>;
|
|
67
|
+
}
|