@kilic.dev/pulumi-k8s-crds 1.1.10 → 1.2.1

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.
Files changed (244) hide show
  1. package/dist/acme/v1/challenge.d.ts +22 -5
  2. package/dist/acme/v1/challenge.js +10 -1
  3. package/dist/acme/v1/challengeList.d.ts +69 -0
  4. package/dist/acme/v1/challengeList.js +103 -0
  5. package/dist/acme/v1/challengePatch.d.ts +71 -0
  6. package/dist/acme/v1/challengePatch.js +106 -0
  7. package/dist/acme/v1/index.d.ts +12 -0
  8. package/dist/acme/v1/index.js +17 -1
  9. package/dist/acme/v1/order.d.ts +22 -5
  10. package/dist/acme/v1/order.js +10 -1
  11. package/dist/acme/v1/orderList.d.ts +69 -0
  12. package/dist/acme/v1/orderList.js +103 -0
  13. package/dist/acme/v1/orderPatch.d.ts +71 -0
  14. package/dist/acme/v1/orderPatch.js +106 -0
  15. package/dist/argoproj/v1alpha1/appProject.d.ts +18 -13
  16. package/dist/argoproj/v1alpha1/appProject.js +9 -6
  17. package/dist/argoproj/v1alpha1/appProjectList.d.ts +69 -0
  18. package/dist/argoproj/v1alpha1/appProjectList.js +103 -0
  19. package/dist/argoproj/v1alpha1/appProjectPatch.d.ts +76 -0
  20. package/dist/argoproj/v1alpha1/appProjectPatch.js +111 -0
  21. package/dist/argoproj/v1alpha1/application.d.ts +17 -18
  22. package/dist/argoproj/v1alpha1/application.js +9 -9
  23. package/dist/argoproj/v1alpha1/applicationList.d.ts +69 -0
  24. package/dist/argoproj/v1alpha1/applicationList.js +103 -0
  25. package/dist/argoproj/v1alpha1/applicationPatch.d.ts +73 -0
  26. package/dist/argoproj/v1alpha1/applicationPatch.js +109 -0
  27. package/dist/argoproj/v1alpha1/applicationSet.d.ts +22 -5
  28. package/dist/argoproj/v1alpha1/applicationSet.js +10 -1
  29. package/dist/argoproj/v1alpha1/applicationSetList.d.ts +69 -0
  30. package/dist/argoproj/v1alpha1/applicationSetList.js +103 -0
  31. package/dist/argoproj/v1alpha1/applicationSetPatch.d.ts +70 -0
  32. package/dist/argoproj/v1alpha1/applicationSetPatch.js +105 -0
  33. package/dist/argoproj/v1alpha1/index.d.ts +18 -0
  34. package/dist/argoproj/v1alpha1/index.js +25 -1
  35. package/dist/{certmanager → cert_manager}/v1/certificate.d.ts +18 -21
  36. package/dist/{certmanager → cert_manager}/v1/certificate.js +9 -10
  37. package/dist/cert_manager/v1/certificateList.d.ts +69 -0
  38. package/dist/cert_manager/v1/certificateList.js +103 -0
  39. package/dist/cert_manager/v1/certificatePatch.d.ts +74 -0
  40. package/dist/cert_manager/v1/certificatePatch.js +109 -0
  41. package/dist/{certmanager → cert_manager}/v1/certificateRequest.d.ts +18 -21
  42. package/dist/{certmanager → cert_manager}/v1/certificateRequest.js +9 -10
  43. package/dist/cert_manager/v1/certificateRequestList.d.ts +69 -0
  44. package/dist/cert_manager/v1/certificateRequestList.js +103 -0
  45. package/dist/cert_manager/v1/certificateRequestPatch.d.ts +79 -0
  46. package/dist/cert_manager/v1/certificateRequestPatch.js +114 -0
  47. package/dist/{certmanager → cert_manager}/v1/clusterIssuer.d.ts +18 -13
  48. package/dist/{certmanager → cert_manager}/v1/clusterIssuer.js +9 -6
  49. package/dist/cert_manager/v1/clusterIssuerList.d.ts +69 -0
  50. package/dist/cert_manager/v1/clusterIssuerList.js +103 -0
  51. package/dist/cert_manager/v1/clusterIssuerPatch.d.ts +75 -0
  52. package/dist/cert_manager/v1/clusterIssuerPatch.js +110 -0
  53. package/dist/cert_manager/v1/index.d.ts +36 -0
  54. package/dist/{certmanager → cert_manager}/v1/index.js +33 -1
  55. package/dist/{certmanager → cert_manager}/v1/issuer.d.ts +18 -13
  56. package/dist/{certmanager → cert_manager}/v1/issuer.js +9 -6
  57. package/dist/cert_manager/v1/issuerList.d.ts +69 -0
  58. package/dist/cert_manager/v1/issuerList.js +103 -0
  59. package/dist/cert_manager/v1/issuerPatch.d.ts +74 -0
  60. package/dist/cert_manager/v1/issuerPatch.js +109 -0
  61. package/dist/cilium/index.d.ts +3 -0
  62. package/dist/cilium/index.js +33 -0
  63. package/dist/cilium/v2/ciliumClusterwideEnvoyConfig.d.ts +61 -0
  64. package/dist/cilium/v2/ciliumClusterwideEnvoyConfig.js +94 -0
  65. package/dist/cilium/v2/ciliumClusterwideEnvoyConfigList.d.ts +69 -0
  66. package/dist/cilium/v2/ciliumClusterwideEnvoyConfigList.js +103 -0
  67. package/dist/cilium/v2/ciliumClusterwideEnvoyConfigPatch.d.ts +69 -0
  68. package/dist/cilium/v2/ciliumClusterwideEnvoyConfigPatch.js +102 -0
  69. package/dist/cilium/v2/ciliumClusterwideNetworkPolicy.d.ts +75 -0
  70. package/dist/cilium/v2/ciliumClusterwideNetworkPolicy.js +108 -0
  71. package/dist/cilium/v2/ciliumClusterwideNetworkPolicyList.d.ts +69 -0
  72. package/dist/cilium/v2/ciliumClusterwideNetworkPolicyList.js +103 -0
  73. package/dist/cilium/v2/ciliumClusterwideNetworkPolicyPatch.d.ts +81 -0
  74. package/dist/cilium/v2/ciliumClusterwideNetworkPolicyPatch.js +114 -0
  75. package/dist/cilium/v2/ciliumEgressGatewayPolicy.d.ts +61 -0
  76. package/dist/cilium/v2/ciliumEgressGatewayPolicy.js +94 -0
  77. package/dist/cilium/v2/ciliumEgressGatewayPolicyList.d.ts +69 -0
  78. package/dist/cilium/v2/ciliumEgressGatewayPolicyList.js +103 -0
  79. package/dist/cilium/v2/ciliumEgressGatewayPolicyPatch.d.ts +69 -0
  80. package/dist/cilium/v2/ciliumEgressGatewayPolicyPatch.js +102 -0
  81. package/dist/cilium/v2/ciliumEnvoyConfig.d.ts +61 -0
  82. package/dist/cilium/v2/ciliumEnvoyConfig.js +94 -0
  83. package/dist/cilium/v2/ciliumEnvoyConfigList.d.ts +69 -0
  84. package/dist/cilium/v2/ciliumEnvoyConfigList.js +103 -0
  85. package/dist/cilium/v2/ciliumEnvoyConfigPatch.d.ts +69 -0
  86. package/dist/cilium/v2/ciliumEnvoyConfigPatch.js +102 -0
  87. package/dist/cilium/v2/ciliumLocalRedirectPolicy.d.ts +66 -0
  88. package/dist/cilium/v2/ciliumLocalRedirectPolicy.js +101 -0
  89. package/dist/cilium/v2/ciliumLocalRedirectPolicyList.d.ts +69 -0
  90. package/dist/cilium/v2/ciliumLocalRedirectPolicyList.js +103 -0
  91. package/dist/cilium/v2/ciliumLocalRedirectPolicyPatch.d.ts +72 -0
  92. package/dist/cilium/v2/ciliumLocalRedirectPolicyPatch.js +107 -0
  93. package/dist/cilium/v2/ciliumNetworkPolicy.d.ts +74 -0
  94. package/dist/cilium/v2/ciliumNetworkPolicy.js +107 -0
  95. package/dist/cilium/v2/ciliumNetworkPolicyList.d.ts +69 -0
  96. package/dist/cilium/v2/ciliumNetworkPolicyList.js +103 -0
  97. package/dist/cilium/v2/ciliumNetworkPolicyPatch.d.ts +80 -0
  98. package/dist/cilium/v2/ciliumNetworkPolicyPatch.js +113 -0
  99. package/dist/cilium/v2/index.d.ts +54 -0
  100. package/dist/cilium/v2/index.js +112 -0
  101. package/dist/cilium/v2alpha1/ciliumCIDRGroup.d.ts +66 -0
  102. package/dist/cilium/v2alpha1/ciliumCIDRGroup.js +99 -0
  103. package/dist/cilium/v2alpha1/ciliumCIDRGroupList.d.ts +69 -0
  104. package/dist/cilium/v2alpha1/ciliumCIDRGroupList.js +103 -0
  105. package/dist/cilium/v2alpha1/ciliumCIDRGroupPatch.d.ts +72 -0
  106. package/dist/cilium/v2alpha1/ciliumCIDRGroupPatch.js +105 -0
  107. package/dist/cilium/v2alpha1/ciliumLoadBalancerIPPool.d.ts +67 -0
  108. package/dist/cilium/v2alpha1/ciliumLoadBalancerIPPool.js +102 -0
  109. package/dist/cilium/v2alpha1/ciliumLoadBalancerIPPoolList.d.ts +69 -0
  110. package/dist/cilium/v2alpha1/ciliumLoadBalancerIPPoolList.js +103 -0
  111. package/dist/cilium/v2alpha1/ciliumLoadBalancerIPPoolPatch.d.ts +73 -0
  112. package/dist/cilium/v2alpha1/ciliumLoadBalancerIPPoolPatch.js +108 -0
  113. package/dist/cilium/v2alpha1/ciliumPodIPPool.d.ts +65 -0
  114. package/dist/cilium/v2alpha1/ciliumPodIPPool.js +98 -0
  115. package/dist/cilium/v2alpha1/ciliumPodIPPoolList.d.ts +69 -0
  116. package/dist/cilium/v2alpha1/ciliumPodIPPoolList.js +103 -0
  117. package/dist/cilium/v2alpha1/ciliumPodIPPoolPatch.d.ts +71 -0
  118. package/dist/cilium/v2alpha1/ciliumPodIPPoolPatch.js +104 -0
  119. package/dist/cilium/v2alpha1/index.d.ts +27 -0
  120. package/dist/cilium/v2alpha1/index.js +76 -0
  121. package/dist/gateway/index.d.ts +4 -0
  122. package/dist/gateway/index.js +35 -0
  123. package/dist/gateway/v1/gateway.d.ts +66 -0
  124. package/dist/gateway/v1/gateway.js +103 -0
  125. package/dist/gateway/v1/gatewayClass.d.ts +81 -0
  126. package/dist/gateway/v1/gatewayClass.js +118 -0
  127. package/dist/gateway/v1/gatewayClassList.d.ts +69 -0
  128. package/dist/gateway/v1/gatewayClassList.js +103 -0
  129. package/dist/gateway/v1/gatewayClassPatch.d.ts +87 -0
  130. package/dist/gateway/v1/gatewayClassPatch.js +124 -0
  131. package/dist/gateway/v1/gatewayList.d.ts +69 -0
  132. package/dist/gateway/v1/gatewayList.js +103 -0
  133. package/dist/gateway/v1/gatewayPatch.d.ts +72 -0
  134. package/dist/gateway/v1/gatewayPatch.js +109 -0
  135. package/dist/gateway/v1/grpcroute.d.ts +91 -0
  136. package/dist/gateway/v1/grpcroute.js +126 -0
  137. package/dist/gateway/v1/grpcrouteList.d.ts +69 -0
  138. package/dist/gateway/v1/grpcrouteList.js +103 -0
  139. package/dist/gateway/v1/grpcroutePatch.d.ts +97 -0
  140. package/dist/gateway/v1/grpcroutePatch.js +132 -0
  141. package/dist/gateway/v1/httproute.d.ts +68 -0
  142. package/dist/gateway/v1/httproute.js +105 -0
  143. package/dist/gateway/v1/httprouteList.d.ts +69 -0
  144. package/dist/gateway/v1/httprouteList.js +103 -0
  145. package/dist/gateway/v1/httproutePatch.d.ts +74 -0
  146. package/dist/gateway/v1/httproutePatch.js +111 -0
  147. package/dist/gateway/v1/index.d.ts +36 -0
  148. package/dist/gateway/v1/index.js +88 -0
  149. package/dist/gateway/v1alpha2/index.d.ts +27 -0
  150. package/dist/gateway/v1alpha2/index.js +76 -0
  151. package/dist/gateway/v1alpha2/tcproute.d.ts +67 -0
  152. package/dist/gateway/v1alpha2/tcproute.js +102 -0
  153. package/dist/gateway/v1alpha2/tcprouteList.d.ts +69 -0
  154. package/dist/gateway/v1alpha2/tcprouteList.js +103 -0
  155. package/dist/gateway/v1alpha2/tcproutePatch.d.ts +73 -0
  156. package/dist/gateway/v1alpha2/tcproutePatch.js +108 -0
  157. package/dist/gateway/v1alpha2/tlsroute.d.ts +70 -0
  158. package/dist/gateway/v1alpha2/tlsroute.js +105 -0
  159. package/dist/gateway/v1alpha2/tlsrouteList.d.ts +69 -0
  160. package/dist/gateway/v1alpha2/tlsrouteList.js +103 -0
  161. package/dist/gateway/v1alpha2/tlsroutePatch.d.ts +76 -0
  162. package/dist/gateway/v1alpha2/tlsroutePatch.js +111 -0
  163. package/dist/gateway/v1alpha2/udproute.d.ts +67 -0
  164. package/dist/gateway/v1alpha2/udproute.js +102 -0
  165. package/dist/gateway/v1alpha2/udprouteList.d.ts +69 -0
  166. package/dist/gateway/v1alpha2/udprouteList.js +103 -0
  167. package/dist/gateway/v1alpha2/udproutePatch.d.ts +73 -0
  168. package/dist/gateway/v1alpha2/udproutePatch.js +108 -0
  169. package/dist/gateway/v1beta1/gateway.d.ts +66 -0
  170. package/dist/gateway/v1beta1/gateway.js +103 -0
  171. package/dist/gateway/v1beta1/gatewayClass.d.ts +81 -0
  172. package/dist/gateway/v1beta1/gatewayClass.js +118 -0
  173. package/dist/gateway/v1beta1/gatewayClassList.d.ts +69 -0
  174. package/dist/gateway/v1beta1/gatewayClassList.js +103 -0
  175. package/dist/gateway/v1beta1/gatewayClassPatch.d.ts +87 -0
  176. package/dist/gateway/v1beta1/gatewayClassPatch.js +124 -0
  177. package/dist/gateway/v1beta1/gatewayList.d.ts +69 -0
  178. package/dist/gateway/v1beta1/gatewayList.js +103 -0
  179. package/dist/gateway/v1beta1/gatewayPatch.d.ts +72 -0
  180. package/dist/gateway/v1beta1/gatewayPatch.js +109 -0
  181. package/dist/gateway/v1beta1/httproute.d.ts +68 -0
  182. package/dist/gateway/v1beta1/httproute.js +105 -0
  183. package/dist/gateway/v1beta1/httprouteList.d.ts +69 -0
  184. package/dist/gateway/v1beta1/httprouteList.js +103 -0
  185. package/dist/gateway/v1beta1/httproutePatch.d.ts +74 -0
  186. package/dist/gateway/v1beta1/httproutePatch.js +111 -0
  187. package/dist/gateway/v1beta1/index.d.ts +36 -0
  188. package/dist/gateway/v1beta1/index.js +88 -0
  189. package/dist/gateway/v1beta1/referenceGrant.d.ts +79 -0
  190. package/dist/gateway/v1beta1/referenceGrant.js +112 -0
  191. package/dist/gateway/v1beta1/referenceGrantList.d.ts +69 -0
  192. package/dist/gateway/v1beta1/referenceGrantList.js +103 -0
  193. package/dist/gateway/v1beta1/referenceGrantPatch.d.ts +85 -0
  194. package/dist/gateway/v1beta1/referenceGrantPatch.js +118 -0
  195. package/dist/index.d.ts +4 -2
  196. package/dist/index.js +8 -4
  197. package/dist/meta/v1.d.ts +1 -0
  198. package/dist/postgresql/v1/backup.d.ts +18 -19
  199. package/dist/postgresql/v1/backup.js +10 -11
  200. package/dist/postgresql/v1/backupList.d.ts +69 -0
  201. package/dist/postgresql/v1/backupList.js +103 -0
  202. package/dist/postgresql/v1/backupPatch.d.ts +71 -0
  203. package/dist/postgresql/v1/backupPatch.js +106 -0
  204. package/dist/postgresql/v1/cluster.d.ts +18 -19
  205. package/dist/postgresql/v1/cluster.js +10 -11
  206. package/dist/postgresql/v1/clusterImageCatalog.d.ts +19 -9
  207. package/dist/postgresql/v1/clusterImageCatalog.js +8 -3
  208. package/dist/postgresql/v1/clusterImageCatalogList.d.ts +69 -0
  209. package/dist/postgresql/v1/clusterImageCatalogList.js +103 -0
  210. package/dist/postgresql/v1/clusterImageCatalogPatch.d.ts +70 -0
  211. package/dist/postgresql/v1/clusterImageCatalogPatch.js +103 -0
  212. package/dist/postgresql/v1/clusterList.d.ts +69 -0
  213. package/dist/postgresql/v1/clusterList.js +103 -0
  214. package/dist/postgresql/v1/clusterPatch.d.ts +71 -0
  215. package/dist/postgresql/v1/clusterPatch.js +106 -0
  216. package/dist/postgresql/v1/imageCatalog.d.ts +19 -9
  217. package/dist/postgresql/v1/imageCatalog.js +8 -3
  218. package/dist/postgresql/v1/imageCatalogList.d.ts +69 -0
  219. package/dist/postgresql/v1/imageCatalogList.js +103 -0
  220. package/dist/postgresql/v1/imageCatalogPatch.d.ts +70 -0
  221. package/dist/postgresql/v1/imageCatalogPatch.js +103 -0
  222. package/dist/postgresql/v1/index.d.ts +36 -0
  223. package/dist/postgresql/v1/index.js +49 -1
  224. package/dist/postgresql/v1/pooler.d.ts +18 -19
  225. package/dist/postgresql/v1/pooler.js +10 -11
  226. package/dist/postgresql/v1/poolerList.d.ts +69 -0
  227. package/dist/postgresql/v1/poolerList.js +103 -0
  228. package/dist/postgresql/v1/poolerPatch.d.ts +71 -0
  229. package/dist/postgresql/v1/poolerPatch.js +106 -0
  230. package/dist/postgresql/v1/scheduledBackup.d.ts +18 -19
  231. package/dist/postgresql/v1/scheduledBackup.js +10 -11
  232. package/dist/postgresql/v1/scheduledBackupList.d.ts +69 -0
  233. package/dist/postgresql/v1/scheduledBackupList.js +103 -0
  234. package/dist/postgresql/v1/scheduledBackupPatch.d.ts +71 -0
  235. package/dist/postgresql/v1/scheduledBackupPatch.js +106 -0
  236. package/dist/types/input.d.ts +93009 -21150
  237. package/dist/types/input.js +0 -1108
  238. package/dist/types/output.d.ts +102086 -23860
  239. package/dist/types/output.js +0 -1107
  240. package/dist/utilities.js +1 -1
  241. package/package.json +2 -2
  242. package/dist/certmanager/v1/index.d.ts +0 -12
  243. /package/dist/{certmanager → cert_manager}/index.d.ts +0 -0
  244. /package/dist/{certmanager → cert_manager}/index.js +0 -0
@@ -22,11 +22,20 @@ export declare class Challenge extends pulumi.CustomResource {
22
22
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
23
23
  */
24
24
  static isInstance(obj: any): obj is Challenge;
25
- readonly apiVersion: pulumi.Output<"acme.cert-manager.io/v1" | undefined>;
26
- readonly kind: pulumi.Output<"Challenge" | undefined>;
25
+ /**
26
+ * 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
27
+ */
28
+ readonly apiVersion: pulumi.Output<"acme.cert-manager.io/v1">;
29
+ /**
30
+ * 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
31
+ */
32
+ readonly kind: pulumi.Output<"Challenge">;
33
+ /**
34
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
35
+ */
27
36
  readonly metadata: pulumi.Output<ObjectMeta>;
28
37
  readonly spec: pulumi.Output<outputs.acme.v1.ChallengeSpec>;
29
- readonly status: pulumi.Output<outputs.acme.v1.ChallengeStatus | undefined>;
38
+ readonly status: pulumi.Output<outputs.acme.v1.ChallengeStatus>;
30
39
  /**
31
40
  * Create a Challenge resource with the given unique name, arguments, and options.
32
41
  *
@@ -40,9 +49,17 @@ export declare class Challenge extends pulumi.CustomResource {
40
49
  * The set of arguments for constructing a Challenge resource.
41
50
  */
42
51
  export interface ChallengeArgs {
52
+ /**
53
+ * 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
54
+ */
43
55
  apiVersion?: pulumi.Input<"acme.cert-manager.io/v1">;
56
+ /**
57
+ * 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
58
+ */
44
59
  kind?: pulumi.Input<"Challenge">;
60
+ /**
61
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
62
+ */
45
63
  metadata?: pulumi.Input<ObjectMeta>;
46
- spec?: pulumi.Input<inputs.acme.v1.ChallengeSpecArgs>;
47
- status?: pulumi.Input<inputs.acme.v1.ChallengeStatusArgs>;
64
+ spec?: pulumi.Input<inputs.acme.v1.ChallengeSpec>;
48
65
  }
@@ -55,8 +55,17 @@ class Challenge extends pulumi.CustomResource {
55
55
  }
56
56
  return obj['__pulumiType'] === Challenge.__pulumiType;
57
57
  }
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
+ */
58
61
  apiVersion;
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
+ */
59
65
  kind;
66
+ /**
67
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
68
+ */
60
69
  metadata;
61
70
  spec;
62
71
  status;
@@ -75,7 +84,7 @@ class Challenge extends pulumi.CustomResource {
75
84
  resourceInputs["kind"] = "Challenge";
76
85
  resourceInputs["metadata"] = args ? args.metadata : undefined;
77
86
  resourceInputs["spec"] = args ? args.spec : undefined;
78
- resourceInputs["status"] = args ? args.status : undefined;
87
+ resourceInputs["status"] = undefined /*out*/;
79
88
  }
80
89
  else {
81
90
  resourceInputs["apiVersion"] = undefined /*out*/;
@@ -0,0 +1,69 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * ChallengeList is a list of Challenge
6
+ */
7
+ export declare class ChallengeList extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing ChallengeList 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): ChallengeList;
17
+ /** @internal */
18
+ static readonly __pulumiType = "kubernetes:acme.cert-manager.io/v1:ChallengeList";
19
+ /**
20
+ * Returns true if the given object is an instance of ChallengeList. This is designed to work even
21
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
22
+ */
23
+ static isInstance(obj: any): obj is ChallengeList;
24
+ /**
25
+ * 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
26
+ */
27
+ readonly apiVersion: pulumi.Output<"acme.cert-manager.io/v1">;
28
+ /**
29
+ * List of challenges. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
30
+ */
31
+ readonly items: pulumi.Output<outputs.acme.v1.Challenge[]>;
32
+ /**
33
+ * 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
34
+ */
35
+ readonly kind: pulumi.Output<"ChallengeList">;
36
+ /**
37
+ * Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
38
+ */
39
+ readonly metadata: pulumi.Output<outputs.meta.v1.ListMeta>;
40
+ /**
41
+ * Create a ChallengeList resource with the given unique name, arguments, and options.
42
+ *
43
+ * @param name The _unique_ name of the resource.
44
+ * @param args The arguments to use to populate this resource's properties.
45
+ * @param opts A bag of options that control this resource's behavior.
46
+ */
47
+ constructor(name: string, args?: ChallengeListArgs, opts?: pulumi.CustomResourceOptions);
48
+ }
49
+ /**
50
+ * The set of arguments for constructing a ChallengeList resource.
51
+ */
52
+ export interface ChallengeListArgs {
53
+ /**
54
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
55
+ */
56
+ apiVersion?: pulumi.Input<"acme.cert-manager.io/v1">;
57
+ /**
58
+ * List of challenges. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
59
+ */
60
+ items: pulumi.Input<pulumi.Input<inputs.acme.v1.Challenge>[]>;
61
+ /**
62
+ * 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
63
+ */
64
+ kind?: pulumi.Input<"ChallengeList">;
65
+ /**
66
+ * Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
67
+ */
68
+ metadata?: pulumi.Input<inputs.meta.v1.ListMeta>;
69
+ }
@@ -0,0 +1,103 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.ChallengeList = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../../utilities"));
31
+ /**
32
+ * ChallengeList is a list of Challenge
33
+ */
34
+ class ChallengeList extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing ChallengeList resource's state with the given name, ID, and optional extra
37
+ * properties used to qualify the lookup.
38
+ *
39
+ * @param name The _unique_ name of the resulting resource.
40
+ * @param id The _unique_ provider ID of the resource to lookup.
41
+ * @param opts Optional settings to control the behavior of the CustomResource.
42
+ */
43
+ static get(name, id, opts) {
44
+ return new ChallengeList(name, undefined, { ...opts, id: id });
45
+ }
46
+ /** @internal */
47
+ static __pulumiType = 'kubernetes:acme.cert-manager.io/v1:ChallengeList';
48
+ /**
49
+ * Returns true if the given object is an instance of ChallengeList. This is designed to work even
50
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
+ */
52
+ static isInstance(obj) {
53
+ if (obj === undefined || obj === null) {
54
+ return false;
55
+ }
56
+ return obj['__pulumiType'] === ChallengeList.__pulumiType;
57
+ }
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;
62
+ /**
63
+ * List of challenges. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
64
+ */
65
+ items;
66
+ /**
67
+ * 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
68
+ */
69
+ kind;
70
+ /**
71
+ * Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
72
+ */
73
+ metadata;
74
+ /**
75
+ * Create a ChallengeList resource with the given unique name, arguments, and options.
76
+ *
77
+ * @param name The _unique_ name of the resource.
78
+ * @param args The arguments to use to populate this resource's properties.
79
+ * @param opts A bag of options that control this resource's behavior.
80
+ */
81
+ constructor(name, args, opts) {
82
+ let resourceInputs = {};
83
+ opts = opts || {};
84
+ if (!opts.id) {
85
+ if ((!args || args.items === undefined) && !opts.urn) {
86
+ throw new Error("Missing required property 'items'");
87
+ }
88
+ resourceInputs["apiVersion"] = "acme.cert-manager.io/v1";
89
+ resourceInputs["items"] = args ? args.items : undefined;
90
+ resourceInputs["kind"] = "ChallengeList";
91
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
92
+ }
93
+ else {
94
+ resourceInputs["apiVersion"] = undefined /*out*/;
95
+ resourceInputs["items"] = undefined /*out*/;
96
+ resourceInputs["kind"] = undefined /*out*/;
97
+ resourceInputs["metadata"] = undefined /*out*/;
98
+ }
99
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
100
+ super(ChallengeList.__pulumiType, name, resourceInputs, opts);
101
+ }
102
+ }
103
+ exports.ChallengeList = ChallengeList;
@@ -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 { 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
+ * Challenge is a type to represent a Challenge request with an ACME server
13
+ */
14
+ export declare class ChallengePatch extends pulumi.CustomResource {
15
+ /**
16
+ * Get an existing ChallengePatch resource's state with the given name, ID, and optional extra
17
+ * properties used to qualify the lookup.
18
+ *
19
+ * @param name The _unique_ name of the resulting resource.
20
+ * @param id The _unique_ provider ID of the resource to lookup.
21
+ * @param opts Optional settings to control the behavior of the CustomResource.
22
+ */
23
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ChallengePatch;
24
+ /** @internal */
25
+ static readonly __pulumiType = "kubernetes:acme.cert-manager.io/v1:ChallengePatch";
26
+ /**
27
+ * Returns true if the given object is an instance of ChallengePatch. 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 ChallengePatch;
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<"acme.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<"Challenge">;
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<ObjectMetaPatch>;
43
+ readonly spec: pulumi.Output<outputs.acme.v1.ChallengeSpecPatch>;
44
+ readonly status: pulumi.Output<outputs.acme.v1.ChallengeStatusPatch>;
45
+ /**
46
+ * Create a ChallengePatch 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?: ChallengePatchArgs, opts?: pulumi.CustomResourceOptions);
53
+ }
54
+ /**
55
+ * The set of arguments for constructing a ChallengePatch resource.
56
+ */
57
+ export interface ChallengePatchArgs {
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<"acme.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<"Challenge">;
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<ObjectMetaPatch>;
70
+ spec?: pulumi.Input<inputs.acme.v1.ChallengeSpecPatch>;
71
+ }
@@ -0,0 +1,106 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.ChallengePatch = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../../utilities"));
31
+ /**
32
+ * Patch resources are used to modify existing Kubernetes resources by using
33
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
34
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
35
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
36
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
37
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
38
+ * Challenge is a type to represent a Challenge request with an ACME server
39
+ */
40
+ class ChallengePatch extends pulumi.CustomResource {
41
+ /**
42
+ * Get an existing ChallengePatch resource's state with the given name, ID, and optional extra
43
+ * properties used to qualify the lookup.
44
+ *
45
+ * @param name The _unique_ name of the resulting resource.
46
+ * @param id The _unique_ provider ID of the resource to lookup.
47
+ * @param opts Optional settings to control the behavior of the CustomResource.
48
+ */
49
+ static get(name, id, opts) {
50
+ return new ChallengePatch(name, undefined, { ...opts, id: id });
51
+ }
52
+ /** @internal */
53
+ static __pulumiType = 'kubernetes:acme.cert-manager.io/v1:ChallengePatch';
54
+ /**
55
+ * Returns true if the given object is an instance of ChallengePatch. This is designed to work even
56
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
57
+ */
58
+ static isInstance(obj) {
59
+ if (obj === undefined || obj === null) {
60
+ return false;
61
+ }
62
+ return obj['__pulumiType'] === ChallengePatch.__pulumiType;
63
+ }
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;
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;
72
+ /**
73
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
74
+ */
75
+ metadata;
76
+ spec;
77
+ status;
78
+ /**
79
+ * Create a ChallengePatch resource with the given unique name, arguments, and options.
80
+ *
81
+ * @param name The _unique_ name of the resource.
82
+ * @param args The arguments to use to populate this resource's properties.
83
+ * @param opts A bag of options that control this resource's behavior.
84
+ */
85
+ constructor(name, args, opts) {
86
+ let resourceInputs = {};
87
+ opts = opts || {};
88
+ if (!opts.id) {
89
+ resourceInputs["apiVersion"] = "acme.cert-manager.io/v1";
90
+ resourceInputs["kind"] = "Challenge";
91
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
92
+ resourceInputs["spec"] = args ? args.spec : undefined;
93
+ resourceInputs["status"] = undefined /*out*/;
94
+ }
95
+ else {
96
+ resourceInputs["apiVersion"] = undefined /*out*/;
97
+ resourceInputs["kind"] = undefined /*out*/;
98
+ resourceInputs["metadata"] = undefined /*out*/;
99
+ resourceInputs["spec"] = undefined /*out*/;
100
+ resourceInputs["status"] = undefined /*out*/;
101
+ }
102
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
103
+ super(ChallengePatch.__pulumiType, name, resourceInputs, opts);
104
+ }
105
+ }
106
+ exports.ChallengePatch = ChallengePatch;
@@ -1,6 +1,18 @@
1
1
  export { ChallengeArgs } from "./challenge";
2
2
  export type Challenge = import("./challenge").Challenge;
3
3
  export declare const Challenge: typeof import("./challenge").Challenge;
4
+ export { ChallengeListArgs } from "./challengeList";
5
+ export type ChallengeList = import("./challengeList").ChallengeList;
6
+ export declare const ChallengeList: typeof import("./challengeList").ChallengeList;
7
+ export { ChallengePatchArgs } from "./challengePatch";
8
+ export type ChallengePatch = import("./challengePatch").ChallengePatch;
9
+ export declare const ChallengePatch: typeof import("./challengePatch").ChallengePatch;
4
10
  export { OrderArgs } from "./order";
5
11
  export type Order = import("./order").Order;
6
12
  export declare const Order: typeof import("./order").Order;
13
+ export { OrderListArgs } from "./orderList";
14
+ export type OrderList = import("./orderList").OrderList;
15
+ export declare const OrderList: typeof import("./orderList").OrderList;
16
+ export { OrderPatchArgs } from "./orderPatch";
17
+ export type OrderPatch = import("./orderPatch").OrderPatch;
18
+ export declare const OrderPatch: typeof import("./orderPatch").OrderPatch;
@@ -25,21 +25,37 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  return result;
26
26
  };
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
- exports.Order = exports.Challenge = void 0;
28
+ exports.OrderPatch = exports.OrderList = exports.Order = exports.ChallengePatch = exports.ChallengeList = exports.Challenge = void 0;
29
29
  const pulumi = __importStar(require("@pulumi/pulumi"));
30
30
  const utilities = __importStar(require("../../utilities"));
31
31
  exports.Challenge = null;
32
32
  utilities.lazyLoad(exports, ["Challenge"], () => require("./challenge"));
33
+ exports.ChallengeList = null;
34
+ utilities.lazyLoad(exports, ["ChallengeList"], () => require("./challengeList"));
35
+ exports.ChallengePatch = null;
36
+ utilities.lazyLoad(exports, ["ChallengePatch"], () => require("./challengePatch"));
33
37
  exports.Order = null;
34
38
  utilities.lazyLoad(exports, ["Order"], () => require("./order"));
39
+ exports.OrderList = null;
40
+ utilities.lazyLoad(exports, ["OrderList"], () => require("./orderList"));
41
+ exports.OrderPatch = null;
42
+ utilities.lazyLoad(exports, ["OrderPatch"], () => require("./orderPatch"));
35
43
  const _module = {
36
44
  version: utilities.getVersion(),
37
45
  construct: (name, type, urn) => {
38
46
  switch (type) {
39
47
  case "kubernetes:acme.cert-manager.io/v1:Challenge":
40
48
  return new exports.Challenge(name, undefined, { urn });
49
+ case "kubernetes:acme.cert-manager.io/v1:ChallengeList":
50
+ return new exports.ChallengeList(name, undefined, { urn });
51
+ case "kubernetes:acme.cert-manager.io/v1:ChallengePatch":
52
+ return new exports.ChallengePatch(name, undefined, { urn });
41
53
  case "kubernetes:acme.cert-manager.io/v1:Order":
42
54
  return new exports.Order(name, undefined, { urn });
55
+ case "kubernetes:acme.cert-manager.io/v1:OrderList":
56
+ return new exports.OrderList(name, undefined, { urn });
57
+ case "kubernetes:acme.cert-manager.io/v1:OrderPatch":
58
+ return new exports.OrderPatch(name, undefined, { urn });
43
59
  default:
44
60
  throw new Error(`unknown resource type ${type}`);
45
61
  }
@@ -22,11 +22,20 @@ export declare class Order extends pulumi.CustomResource {
22
22
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
23
23
  */
24
24
  static isInstance(obj: any): obj is Order;
25
- readonly apiVersion: pulumi.Output<"acme.cert-manager.io/v1" | undefined>;
26
- readonly kind: pulumi.Output<"Order" | undefined>;
25
+ /**
26
+ * 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
27
+ */
28
+ readonly apiVersion: pulumi.Output<"acme.cert-manager.io/v1">;
29
+ /**
30
+ * 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
31
+ */
32
+ readonly kind: pulumi.Output<"Order">;
33
+ /**
34
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
35
+ */
27
36
  readonly metadata: pulumi.Output<ObjectMeta>;
28
37
  readonly spec: pulumi.Output<outputs.acme.v1.OrderSpec>;
29
- readonly status: pulumi.Output<outputs.acme.v1.OrderStatus | undefined>;
38
+ readonly status: pulumi.Output<outputs.acme.v1.OrderStatus>;
30
39
  /**
31
40
  * Create a Order resource with the given unique name, arguments, and options.
32
41
  *
@@ -40,9 +49,17 @@ export declare class Order extends pulumi.CustomResource {
40
49
  * The set of arguments for constructing a Order resource.
41
50
  */
42
51
  export interface OrderArgs {
52
+ /**
53
+ * 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
54
+ */
43
55
  apiVersion?: pulumi.Input<"acme.cert-manager.io/v1">;
56
+ /**
57
+ * 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
58
+ */
44
59
  kind?: pulumi.Input<"Order">;
60
+ /**
61
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
62
+ */
45
63
  metadata?: pulumi.Input<ObjectMeta>;
46
- spec?: pulumi.Input<inputs.acme.v1.OrderSpecArgs>;
47
- status?: pulumi.Input<inputs.acme.v1.OrderStatusArgs>;
64
+ spec?: pulumi.Input<inputs.acme.v1.OrderSpec>;
48
65
  }
@@ -55,8 +55,17 @@ class Order extends pulumi.CustomResource {
55
55
  }
56
56
  return obj['__pulumiType'] === Order.__pulumiType;
57
57
  }
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
+ */
58
61
  apiVersion;
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
+ */
59
65
  kind;
66
+ /**
67
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
68
+ */
60
69
  metadata;
61
70
  spec;
62
71
  status;
@@ -75,7 +84,7 @@ class Order extends pulumi.CustomResource {
75
84
  resourceInputs["kind"] = "Order";
76
85
  resourceInputs["metadata"] = args ? args.metadata : undefined;
77
86
  resourceInputs["spec"] = args ? args.spec : undefined;
78
- resourceInputs["status"] = args ? args.status : undefined;
87
+ resourceInputs["status"] = undefined /*out*/;
79
88
  }
80
89
  else {
81
90
  resourceInputs["apiVersion"] = undefined /*out*/;
@@ -0,0 +1,69 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * OrderList is a list of Order
6
+ */
7
+ export declare class OrderList extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing OrderList 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): OrderList;
17
+ /** @internal */
18
+ static readonly __pulumiType = "kubernetes:acme.cert-manager.io/v1:OrderList";
19
+ /**
20
+ * Returns true if the given object is an instance of OrderList. This is designed to work even
21
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
22
+ */
23
+ static isInstance(obj: any): obj is OrderList;
24
+ /**
25
+ * 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
26
+ */
27
+ readonly apiVersion: pulumi.Output<"acme.cert-manager.io/v1">;
28
+ /**
29
+ * List of orders. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
30
+ */
31
+ readonly items: pulumi.Output<outputs.acme.v1.Order[]>;
32
+ /**
33
+ * 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
34
+ */
35
+ readonly kind: pulumi.Output<"OrderList">;
36
+ /**
37
+ * Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
38
+ */
39
+ readonly metadata: pulumi.Output<outputs.meta.v1.ListMeta>;
40
+ /**
41
+ * Create a OrderList resource with the given unique name, arguments, and options.
42
+ *
43
+ * @param name The _unique_ name of the resource.
44
+ * @param args The arguments to use to populate this resource's properties.
45
+ * @param opts A bag of options that control this resource's behavior.
46
+ */
47
+ constructor(name: string, args?: OrderListArgs, opts?: pulumi.CustomResourceOptions);
48
+ }
49
+ /**
50
+ * The set of arguments for constructing a OrderList resource.
51
+ */
52
+ export interface OrderListArgs {
53
+ /**
54
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
55
+ */
56
+ apiVersion?: pulumi.Input<"acme.cert-manager.io/v1">;
57
+ /**
58
+ * List of orders. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
59
+ */
60
+ items: pulumi.Input<pulumi.Input<inputs.acme.v1.Order>[]>;
61
+ /**
62
+ * 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
63
+ */
64
+ kind?: pulumi.Input<"OrderList">;
65
+ /**
66
+ * Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
67
+ */
68
+ metadata?: pulumi.Input<inputs.meta.v1.ListMeta>;
69
+ }