@kilic.dev/pulumi-k8s-crds 1.3.1 → 1.4.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 (63) hide show
  1. package/dist/gateway/index.d.ts +3 -1
  2. package/dist/gateway/index.js +5 -1
  3. package/dist/gateway/v1alpha1/backend.d.ts +66 -0
  4. package/dist/gateway/v1alpha1/backend.js +111 -0
  5. package/dist/gateway/v1alpha1/backendList.d.ts +69 -0
  6. package/dist/gateway/v1alpha1/backendList.js +113 -0
  7. package/dist/gateway/v1alpha1/backendPatch.d.ts +72 -0
  8. package/dist/gateway/v1alpha1/backendPatch.js +117 -0
  9. package/dist/gateway/v1alpha1/backendTrafficPolicy.d.ts +66 -0
  10. package/dist/gateway/v1alpha1/backendTrafficPolicy.js +111 -0
  11. package/dist/gateway/v1alpha1/backendTrafficPolicyList.d.ts +69 -0
  12. package/dist/gateway/v1alpha1/backendTrafficPolicyList.js +113 -0
  13. package/dist/gateway/v1alpha1/backendTrafficPolicyPatch.d.ts +72 -0
  14. package/dist/gateway/v1alpha1/backendTrafficPolicyPatch.js +117 -0
  15. package/dist/gateway/v1alpha1/clientTrafficPolicy.d.ts +66 -0
  16. package/dist/gateway/v1alpha1/clientTrafficPolicy.js +111 -0
  17. package/dist/gateway/v1alpha1/clientTrafficPolicyList.d.ts +69 -0
  18. package/dist/gateway/v1alpha1/clientTrafficPolicyList.js +113 -0
  19. package/dist/gateway/v1alpha1/clientTrafficPolicyPatch.d.ts +72 -0
  20. package/dist/gateway/v1alpha1/clientTrafficPolicyPatch.js +117 -0
  21. package/dist/gateway/v1alpha1/envoyExtensionPolicy.d.ts +65 -0
  22. package/dist/gateway/v1alpha1/envoyExtensionPolicy.js +110 -0
  23. package/dist/gateway/v1alpha1/envoyExtensionPolicyList.d.ts +69 -0
  24. package/dist/gateway/v1alpha1/envoyExtensionPolicyList.js +113 -0
  25. package/dist/gateway/v1alpha1/envoyExtensionPolicyPatch.d.ts +71 -0
  26. package/dist/gateway/v1alpha1/envoyExtensionPolicyPatch.js +116 -0
  27. package/dist/gateway/v1alpha1/envoyPatchPolicy.d.ts +66 -0
  28. package/dist/gateway/v1alpha1/envoyPatchPolicy.js +111 -0
  29. package/dist/gateway/v1alpha1/envoyPatchPolicyList.d.ts +69 -0
  30. package/dist/gateway/v1alpha1/envoyPatchPolicyList.js +113 -0
  31. package/dist/gateway/v1alpha1/envoyPatchPolicyPatch.d.ts +72 -0
  32. package/dist/gateway/v1alpha1/envoyPatchPolicyPatch.js +117 -0
  33. package/dist/gateway/v1alpha1/envoyProxy.d.ts +70 -0
  34. package/dist/gateway/v1alpha1/envoyProxy.js +113 -0
  35. package/dist/gateway/v1alpha1/envoyProxyList.d.ts +69 -0
  36. package/dist/gateway/v1alpha1/envoyProxyList.js +113 -0
  37. package/dist/gateway/v1alpha1/envoyProxyPatch.d.ts +76 -0
  38. package/dist/gateway/v1alpha1/envoyProxyPatch.js +119 -0
  39. package/dist/gateway/v1alpha1/httprouteFilter.d.ts +65 -0
  40. package/dist/gateway/v1alpha1/httprouteFilter.js +108 -0
  41. package/dist/gateway/v1alpha1/httprouteFilterList.d.ts +69 -0
  42. package/dist/gateway/v1alpha1/httprouteFilterList.js +113 -0
  43. package/dist/gateway/v1alpha1/httprouteFilterPatch.d.ts +71 -0
  44. package/dist/gateway/v1alpha1/httprouteFilterPatch.js +114 -0
  45. package/dist/gateway/v1alpha1/index.d.ts +72 -0
  46. package/dist/gateway/v1alpha1/index.js +146 -0
  47. package/dist/gateway/v1alpha1/securityPolicy.d.ts +66 -0
  48. package/dist/gateway/v1alpha1/securityPolicy.js +111 -0
  49. package/dist/gateway/v1alpha1/securityPolicyList.d.ts +69 -0
  50. package/dist/gateway/v1alpha1/securityPolicyList.js +113 -0
  51. package/dist/gateway/v1alpha1/securityPolicyPatch.d.ts +72 -0
  52. package/dist/gateway/v1alpha1/securityPolicyPatch.js +117 -0
  53. package/dist/gateway/v1alpha3/backendTLSPolicy.d.ts +66 -0
  54. package/dist/gateway/v1alpha3/backendTLSPolicy.js +111 -0
  55. package/dist/gateway/v1alpha3/backendTLSPolicyList.d.ts +69 -0
  56. package/dist/gateway/v1alpha3/backendTLSPolicyList.js +113 -0
  57. package/dist/gateway/v1alpha3/backendTLSPolicyPatch.d.ts +72 -0
  58. package/dist/gateway/v1alpha3/backendTLSPolicyPatch.js +117 -0
  59. package/dist/gateway/v1alpha3/index.d.ts +9 -0
  60. package/dist/gateway/v1alpha3/index.js +62 -0
  61. package/dist/types/input.d.ts +28385 -0
  62. package/dist/types/output.d.ts +31087 -1030
  63. package/package.json +1 -1
@@ -1,4 +1,6 @@
1
1
  import * as v1 from "./v1";
2
+ import * as v1alpha1 from "./v1alpha1";
2
3
  import * as v1alpha2 from "./v1alpha2";
4
+ import * as v1alpha3 from "./v1alpha3";
3
5
  import * as v1beta1 from "./v1beta1";
4
- export { v1, v1alpha2, v1beta1, };
6
+ export { v1, v1alpha1, v1alpha2, v1alpha3, v1beta1, };
@@ -35,11 +35,15 @@ var __importStar = (this && this.__importStar) || (function () {
35
35
  };
36
36
  })();
37
37
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.v1beta1 = exports.v1alpha2 = exports.v1 = void 0;
38
+ exports.v1beta1 = exports.v1alpha3 = exports.v1alpha2 = exports.v1alpha1 = exports.v1 = void 0;
39
39
  // Export sub-modules:
40
40
  const v1 = __importStar(require("./v1"));
41
41
  exports.v1 = v1;
42
+ const v1alpha1 = __importStar(require("./v1alpha1"));
43
+ exports.v1alpha1 = v1alpha1;
42
44
  const v1alpha2 = __importStar(require("./v1alpha2"));
43
45
  exports.v1alpha2 = v1alpha2;
46
+ const v1alpha3 = __importStar(require("./v1alpha3"));
47
+ exports.v1alpha3 = v1alpha3;
44
48
  const v1beta1 = __importStar(require("./v1beta1"));
45
49
  exports.v1beta1 = v1beta1;
@@ -0,0 +1,66 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ import { ObjectMeta } from "../../meta/v1";
5
+ /**
6
+ * Backend allows the user to configure the endpoints of a backend and
7
+ * the behavior of the connection from Envoy Proxy to the backend.
8
+ */
9
+ export declare class Backend extends pulumi.CustomResource {
10
+ /**
11
+ * Get an existing Backend resource's state with the given name, ID, and optional extra
12
+ * properties used to qualify the lookup.
13
+ *
14
+ * @param name The _unique_ name of the resulting resource.
15
+ * @param id The _unique_ provider ID of the resource to lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Backend;
19
+ /** @internal */
20
+ static readonly __pulumiType = "kubernetes:gateway.envoyproxy.io/v1alpha1:Backend";
21
+ /**
22
+ * Returns true if the given object is an instance of Backend. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj: any): obj is Backend;
26
+ /**
27
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
28
+ */
29
+ readonly apiVersion: pulumi.Output<"gateway.envoyproxy.io/v1alpha1">;
30
+ /**
31
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
+ */
33
+ readonly kind: pulumi.Output<"Backend">;
34
+ /**
35
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
36
+ */
37
+ readonly metadata: pulumi.Output<ObjectMeta>;
38
+ readonly spec: pulumi.Output<outputs.gateway.v1alpha1.BackendSpec>;
39
+ readonly status: pulumi.Output<outputs.gateway.v1alpha1.BackendStatus>;
40
+ /**
41
+ * Create a Backend 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?: BackendArgs, opts?: pulumi.CustomResourceOptions);
48
+ }
49
+ /**
50
+ * The set of arguments for constructing a Backend resource.
51
+ */
52
+ export interface BackendArgs {
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<"gateway.envoyproxy.io/v1alpha1">;
57
+ /**
58
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
59
+ */
60
+ kind?: pulumi.Input<"Backend">;
61
+ /**
62
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
63
+ */
64
+ metadata?: pulumi.Input<ObjectMeta>;
65
+ spec?: pulumi.Input<inputs.gateway.v1alpha1.BackendSpec>;
66
+ }
@@ -0,0 +1,111 @@
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 () {
21
+ var ownKeys = function(o) {
22
+ ownKeys = Object.getOwnPropertyNames || function (o) {
23
+ var ar = [];
24
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
25
+ return ar;
26
+ };
27
+ return ownKeys(o);
28
+ };
29
+ return function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ })();
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.Backend = void 0;
39
+ const pulumi = __importStar(require("@pulumi/pulumi"));
40
+ const utilities = __importStar(require("../../utilities"));
41
+ /**
42
+ * Backend allows the user to configure the endpoints of a backend and
43
+ * the behavior of the connection from Envoy Proxy to the backend.
44
+ */
45
+ class Backend extends pulumi.CustomResource {
46
+ /**
47
+ * Get an existing Backend resource's state with the given name, ID, and optional extra
48
+ * properties used to qualify the lookup.
49
+ *
50
+ * @param name The _unique_ name of the resulting resource.
51
+ * @param id The _unique_ provider ID of the resource to lookup.
52
+ * @param opts Optional settings to control the behavior of the CustomResource.
53
+ */
54
+ static get(name, id, opts) {
55
+ return new Backend(name, undefined, { ...opts, id: id });
56
+ }
57
+ /** @internal */
58
+ static __pulumiType = 'kubernetes:gateway.envoyproxy.io/v1alpha1:Backend';
59
+ /**
60
+ * Returns true if the given object is an instance of Backend. This is designed to work even
61
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
62
+ */
63
+ static isInstance(obj) {
64
+ if (obj === undefined || obj === null) {
65
+ return false;
66
+ }
67
+ return obj['__pulumiType'] === Backend.__pulumiType;
68
+ }
69
+ /**
70
+ * 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
71
+ */
72
+ apiVersion;
73
+ /**
74
+ * 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
75
+ */
76
+ kind;
77
+ /**
78
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
79
+ */
80
+ metadata;
81
+ spec;
82
+ status;
83
+ /**
84
+ * Create a Backend resource with the given unique name, arguments, and options.
85
+ *
86
+ * @param name The _unique_ name of the resource.
87
+ * @param args The arguments to use to populate this resource's properties.
88
+ * @param opts A bag of options that control this resource's behavior.
89
+ */
90
+ constructor(name, args, opts) {
91
+ let resourceInputs = {};
92
+ opts = opts || {};
93
+ if (!opts.id) {
94
+ resourceInputs["apiVersion"] = "gateway.envoyproxy.io/v1alpha1";
95
+ resourceInputs["kind"] = "Backend";
96
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
97
+ resourceInputs["spec"] = args ? args.spec : undefined;
98
+ resourceInputs["status"] = undefined /*out*/;
99
+ }
100
+ else {
101
+ resourceInputs["apiVersion"] = undefined /*out*/;
102
+ resourceInputs["kind"] = undefined /*out*/;
103
+ resourceInputs["metadata"] = undefined /*out*/;
104
+ resourceInputs["spec"] = undefined /*out*/;
105
+ resourceInputs["status"] = undefined /*out*/;
106
+ }
107
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
108
+ super(Backend.__pulumiType, name, resourceInputs, opts);
109
+ }
110
+ }
111
+ exports.Backend = Backend;
@@ -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
+ * BackendList is a list of Backend
6
+ */
7
+ export declare class BackendList extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing BackendList 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): BackendList;
17
+ /** @internal */
18
+ static readonly __pulumiType = "kubernetes:gateway.envoyproxy.io/v1alpha1:BackendList";
19
+ /**
20
+ * Returns true if the given object is an instance of BackendList. 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 BackendList;
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<"gateway.envoyproxy.io/v1alpha1">;
28
+ /**
29
+ * List of backends. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
30
+ */
31
+ readonly items: pulumi.Output<outputs.gateway.v1alpha1.Backend[]>;
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<"BackendList">;
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 BackendList 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?: BackendListArgs, opts?: pulumi.CustomResourceOptions);
48
+ }
49
+ /**
50
+ * The set of arguments for constructing a BackendList resource.
51
+ */
52
+ export interface BackendListArgs {
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<"gateway.envoyproxy.io/v1alpha1">;
57
+ /**
58
+ * List of backends. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
59
+ */
60
+ items: pulumi.Input<pulumi.Input<inputs.gateway.v1alpha1.Backend>[]>;
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<"BackendList">;
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,113 @@
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 () {
21
+ var ownKeys = function(o) {
22
+ ownKeys = Object.getOwnPropertyNames || function (o) {
23
+ var ar = [];
24
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
25
+ return ar;
26
+ };
27
+ return ownKeys(o);
28
+ };
29
+ return function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ })();
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.BackendList = void 0;
39
+ const pulumi = __importStar(require("@pulumi/pulumi"));
40
+ const utilities = __importStar(require("../../utilities"));
41
+ /**
42
+ * BackendList is a list of Backend
43
+ */
44
+ class BackendList extends pulumi.CustomResource {
45
+ /**
46
+ * Get an existing BackendList resource's state with the given name, ID, and optional extra
47
+ * properties used to qualify the lookup.
48
+ *
49
+ * @param name The _unique_ name of the resulting resource.
50
+ * @param id The _unique_ provider ID of the resource to lookup.
51
+ * @param opts Optional settings to control the behavior of the CustomResource.
52
+ */
53
+ static get(name, id, opts) {
54
+ return new BackendList(name, undefined, { ...opts, id: id });
55
+ }
56
+ /** @internal */
57
+ static __pulumiType = 'kubernetes:gateway.envoyproxy.io/v1alpha1:BackendList';
58
+ /**
59
+ * Returns true if the given object is an instance of BackendList. This is designed to work even
60
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
61
+ */
62
+ static isInstance(obj) {
63
+ if (obj === undefined || obj === null) {
64
+ return false;
65
+ }
66
+ return obj['__pulumiType'] === BackendList.__pulumiType;
67
+ }
68
+ /**
69
+ * 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
70
+ */
71
+ apiVersion;
72
+ /**
73
+ * List of backends. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
74
+ */
75
+ items;
76
+ /**
77
+ * 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
78
+ */
79
+ kind;
80
+ /**
81
+ * Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
82
+ */
83
+ metadata;
84
+ /**
85
+ * Create a BackendList resource with the given unique name, arguments, and options.
86
+ *
87
+ * @param name The _unique_ name of the resource.
88
+ * @param args The arguments to use to populate this resource's properties.
89
+ * @param opts A bag of options that control this resource's behavior.
90
+ */
91
+ constructor(name, args, opts) {
92
+ let resourceInputs = {};
93
+ opts = opts || {};
94
+ if (!opts.id) {
95
+ if ((!args || args.items === undefined) && !opts.urn) {
96
+ throw new Error("Missing required property 'items'");
97
+ }
98
+ resourceInputs["apiVersion"] = "gateway.envoyproxy.io/v1alpha1";
99
+ resourceInputs["items"] = args ? args.items : undefined;
100
+ resourceInputs["kind"] = "BackendList";
101
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
102
+ }
103
+ else {
104
+ resourceInputs["apiVersion"] = undefined /*out*/;
105
+ resourceInputs["items"] = undefined /*out*/;
106
+ resourceInputs["kind"] = undefined /*out*/;
107
+ resourceInputs["metadata"] = undefined /*out*/;
108
+ }
109
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
110
+ super(BackendList.__pulumiType, name, resourceInputs, opts);
111
+ }
112
+ }
113
+ exports.BackendList = BackendList;
@@ -0,0 +1,72 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ import { ObjectMetaPatch } from "../../meta/v1";
5
+ /**
6
+ * Patch resources are used to modify existing Kubernetes resources by using
7
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
8
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
9
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
10
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
11
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
12
+ * Backend allows the user to configure the endpoints of a backend and
13
+ * the behavior of the connection from Envoy Proxy to the backend.
14
+ */
15
+ export declare class BackendPatch extends pulumi.CustomResource {
16
+ /**
17
+ * Get an existing BackendPatch resource's state with the given name, ID, and optional extra
18
+ * properties used to qualify the lookup.
19
+ *
20
+ * @param name The _unique_ name of the resulting resource.
21
+ * @param id The _unique_ provider ID of the resource to lookup.
22
+ * @param opts Optional settings to control the behavior of the CustomResource.
23
+ */
24
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): BackendPatch;
25
+ /** @internal */
26
+ static readonly __pulumiType = "kubernetes:gateway.envoyproxy.io/v1alpha1:BackendPatch";
27
+ /**
28
+ * Returns true if the given object is an instance of BackendPatch. This is designed to work even
29
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
30
+ */
31
+ static isInstance(obj: any): obj is BackendPatch;
32
+ /**
33
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
34
+ */
35
+ readonly apiVersion: pulumi.Output<"gateway.envoyproxy.io/v1alpha1">;
36
+ /**
37
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
38
+ */
39
+ readonly kind: pulumi.Output<"Backend">;
40
+ /**
41
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
42
+ */
43
+ readonly metadata: pulumi.Output<ObjectMetaPatch>;
44
+ readonly spec: pulumi.Output<outputs.gateway.v1alpha1.BackendSpecPatch>;
45
+ readonly status: pulumi.Output<outputs.gateway.v1alpha1.BackendStatusPatch>;
46
+ /**
47
+ * Create a BackendPatch resource with the given unique name, arguments, and options.
48
+ *
49
+ * @param name The _unique_ name of the resource.
50
+ * @param args The arguments to use to populate this resource's properties.
51
+ * @param opts A bag of options that control this resource's behavior.
52
+ */
53
+ constructor(name: string, args?: BackendPatchArgs, opts?: pulumi.CustomResourceOptions);
54
+ }
55
+ /**
56
+ * The set of arguments for constructing a BackendPatch resource.
57
+ */
58
+ export interface BackendPatchArgs {
59
+ /**
60
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
61
+ */
62
+ apiVersion?: pulumi.Input<"gateway.envoyproxy.io/v1alpha1">;
63
+ /**
64
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
65
+ */
66
+ kind?: pulumi.Input<"Backend">;
67
+ /**
68
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
69
+ */
70
+ metadata?: pulumi.Input<ObjectMetaPatch>;
71
+ spec?: pulumi.Input<inputs.gateway.v1alpha1.BackendSpecPatch>;
72
+ }
@@ -0,0 +1,117 @@
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 () {
21
+ var ownKeys = function(o) {
22
+ ownKeys = Object.getOwnPropertyNames || function (o) {
23
+ var ar = [];
24
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
25
+ return ar;
26
+ };
27
+ return ownKeys(o);
28
+ };
29
+ return function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ })();
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.BackendPatch = void 0;
39
+ const pulumi = __importStar(require("@pulumi/pulumi"));
40
+ const utilities = __importStar(require("../../utilities"));
41
+ /**
42
+ * Patch resources are used to modify existing Kubernetes resources by using
43
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
44
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
45
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
46
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
47
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
48
+ * Backend allows the user to configure the endpoints of a backend and
49
+ * the behavior of the connection from Envoy Proxy to the backend.
50
+ */
51
+ class BackendPatch extends pulumi.CustomResource {
52
+ /**
53
+ * Get an existing BackendPatch resource's state with the given name, ID, and optional extra
54
+ * properties used to qualify the lookup.
55
+ *
56
+ * @param name The _unique_ name of the resulting resource.
57
+ * @param id The _unique_ provider ID of the resource to lookup.
58
+ * @param opts Optional settings to control the behavior of the CustomResource.
59
+ */
60
+ static get(name, id, opts) {
61
+ return new BackendPatch(name, undefined, { ...opts, id: id });
62
+ }
63
+ /** @internal */
64
+ static __pulumiType = 'kubernetes:gateway.envoyproxy.io/v1alpha1:BackendPatch';
65
+ /**
66
+ * Returns true if the given object is an instance of BackendPatch. This is designed to work even
67
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
68
+ */
69
+ static isInstance(obj) {
70
+ if (obj === undefined || obj === null) {
71
+ return false;
72
+ }
73
+ return obj['__pulumiType'] === BackendPatch.__pulumiType;
74
+ }
75
+ /**
76
+ * 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
77
+ */
78
+ apiVersion;
79
+ /**
80
+ * 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
81
+ */
82
+ kind;
83
+ /**
84
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
85
+ */
86
+ metadata;
87
+ spec;
88
+ status;
89
+ /**
90
+ * Create a BackendPatch resource with the given unique name, arguments, and options.
91
+ *
92
+ * @param name The _unique_ name of the resource.
93
+ * @param args The arguments to use to populate this resource's properties.
94
+ * @param opts A bag of options that control this resource's behavior.
95
+ */
96
+ constructor(name, args, opts) {
97
+ let resourceInputs = {};
98
+ opts = opts || {};
99
+ if (!opts.id) {
100
+ resourceInputs["apiVersion"] = "gateway.envoyproxy.io/v1alpha1";
101
+ resourceInputs["kind"] = "Backend";
102
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
103
+ resourceInputs["spec"] = args ? args.spec : undefined;
104
+ resourceInputs["status"] = undefined /*out*/;
105
+ }
106
+ else {
107
+ resourceInputs["apiVersion"] = undefined /*out*/;
108
+ resourceInputs["kind"] = undefined /*out*/;
109
+ resourceInputs["metadata"] = undefined /*out*/;
110
+ resourceInputs["spec"] = undefined /*out*/;
111
+ resourceInputs["status"] = undefined /*out*/;
112
+ }
113
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
114
+ super(BackendPatch.__pulumiType, name, resourceInputs, opts);
115
+ }
116
+ }
117
+ exports.BackendPatch = BackendPatch;
@@ -0,0 +1,66 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ import { ObjectMeta } from "../../meta/v1";
5
+ /**
6
+ * BackendTrafficPolicy allows the user to configure the behavior of the connection
7
+ * between the Envoy Proxy listener and the backend service.
8
+ */
9
+ export declare class BackendTrafficPolicy extends pulumi.CustomResource {
10
+ /**
11
+ * Get an existing BackendTrafficPolicy resource's state with the given name, ID, and optional extra
12
+ * properties used to qualify the lookup.
13
+ *
14
+ * @param name The _unique_ name of the resulting resource.
15
+ * @param id The _unique_ provider ID of the resource to lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): BackendTrafficPolicy;
19
+ /** @internal */
20
+ static readonly __pulumiType = "kubernetes:gateway.envoyproxy.io/v1alpha1:BackendTrafficPolicy";
21
+ /**
22
+ * Returns true if the given object is an instance of BackendTrafficPolicy. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj: any): obj is BackendTrafficPolicy;
26
+ /**
27
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
28
+ */
29
+ readonly apiVersion: pulumi.Output<"gateway.envoyproxy.io/v1alpha1">;
30
+ /**
31
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
+ */
33
+ readonly kind: pulumi.Output<"BackendTrafficPolicy">;
34
+ /**
35
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
36
+ */
37
+ readonly metadata: pulumi.Output<ObjectMeta>;
38
+ readonly spec: pulumi.Output<outputs.gateway.v1alpha1.BackendTrafficPolicySpec>;
39
+ readonly status: pulumi.Output<outputs.gateway.v1alpha1.BackendTrafficPolicyStatus>;
40
+ /**
41
+ * Create a BackendTrafficPolicy 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?: BackendTrafficPolicyArgs, opts?: pulumi.CustomResourceOptions);
48
+ }
49
+ /**
50
+ * The set of arguments for constructing a BackendTrafficPolicy resource.
51
+ */
52
+ export interface BackendTrafficPolicyArgs {
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<"gateway.envoyproxy.io/v1alpha1">;
57
+ /**
58
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
59
+ */
60
+ kind?: pulumi.Input<"BackendTrafficPolicy">;
61
+ /**
62
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
63
+ */
64
+ metadata?: pulumi.Input<ObjectMeta>;
65
+ spec?: pulumi.Input<inputs.gateway.v1alpha1.BackendTrafficPolicySpec>;
66
+ }