@kilic.dev/pulumi-k8s-crds 1.3.0 → 1.4.0
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/dist/gateway/index.d.ts +3 -1
- package/dist/gateway/index.js +5 -1
- package/dist/gateway/v1alpha1/backend.d.ts +66 -0
- package/dist/gateway/v1alpha1/backend.js +111 -0
- package/dist/gateway/v1alpha1/backendList.d.ts +69 -0
- package/dist/gateway/v1alpha1/backendList.js +113 -0
- package/dist/gateway/v1alpha1/backendPatch.d.ts +72 -0
- package/dist/gateway/v1alpha1/backendPatch.js +117 -0
- package/dist/gateway/v1alpha1/backendTrafficPolicy.d.ts +66 -0
- package/dist/gateway/v1alpha1/backendTrafficPolicy.js +111 -0
- package/dist/gateway/v1alpha1/backendTrafficPolicyList.d.ts +69 -0
- package/dist/gateway/v1alpha1/backendTrafficPolicyList.js +113 -0
- package/dist/gateway/v1alpha1/backendTrafficPolicyPatch.d.ts +72 -0
- package/dist/gateway/v1alpha1/backendTrafficPolicyPatch.js +117 -0
- package/dist/gateway/v1alpha1/clientTrafficPolicy.d.ts +66 -0
- package/dist/gateway/v1alpha1/clientTrafficPolicy.js +111 -0
- package/dist/gateway/v1alpha1/clientTrafficPolicyList.d.ts +69 -0
- package/dist/gateway/v1alpha1/clientTrafficPolicyList.js +113 -0
- package/dist/gateway/v1alpha1/clientTrafficPolicyPatch.d.ts +72 -0
- package/dist/gateway/v1alpha1/clientTrafficPolicyPatch.js +117 -0
- package/dist/gateway/v1alpha1/envoyExtensionPolicy.d.ts +65 -0
- package/dist/gateway/v1alpha1/envoyExtensionPolicy.js +110 -0
- package/dist/gateway/v1alpha1/envoyExtensionPolicyList.d.ts +69 -0
- package/dist/gateway/v1alpha1/envoyExtensionPolicyList.js +113 -0
- package/dist/gateway/v1alpha1/envoyExtensionPolicyPatch.d.ts +71 -0
- package/dist/gateway/v1alpha1/envoyExtensionPolicyPatch.js +116 -0
- package/dist/gateway/v1alpha1/envoyPatchPolicy.d.ts +66 -0
- package/dist/gateway/v1alpha1/envoyPatchPolicy.js +111 -0
- package/dist/gateway/v1alpha1/envoyPatchPolicyList.d.ts +69 -0
- package/dist/gateway/v1alpha1/envoyPatchPolicyList.js +113 -0
- package/dist/gateway/v1alpha1/envoyPatchPolicyPatch.d.ts +72 -0
- package/dist/gateway/v1alpha1/envoyPatchPolicyPatch.js +117 -0
- package/dist/gateway/v1alpha1/envoyProxy.d.ts +70 -0
- package/dist/gateway/v1alpha1/envoyProxy.js +113 -0
- package/dist/gateway/v1alpha1/envoyProxyList.d.ts +69 -0
- package/dist/gateway/v1alpha1/envoyProxyList.js +113 -0
- package/dist/gateway/v1alpha1/envoyProxyPatch.d.ts +76 -0
- package/dist/gateway/v1alpha1/envoyProxyPatch.js +119 -0
- package/dist/gateway/v1alpha1/httprouteFilter.d.ts +65 -0
- package/dist/gateway/v1alpha1/httprouteFilter.js +108 -0
- package/dist/gateway/v1alpha1/httprouteFilterList.d.ts +69 -0
- package/dist/gateway/v1alpha1/httprouteFilterList.js +113 -0
- package/dist/gateway/v1alpha1/httprouteFilterPatch.d.ts +71 -0
- package/dist/gateway/v1alpha1/httprouteFilterPatch.js +114 -0
- package/dist/gateway/v1alpha1/index.d.ts +72 -0
- package/dist/gateway/v1alpha1/index.js +146 -0
- package/dist/gateway/v1alpha1/securityPolicy.d.ts +66 -0
- package/dist/gateway/v1alpha1/securityPolicy.js +111 -0
- package/dist/gateway/v1alpha1/securityPolicyList.d.ts +69 -0
- package/dist/gateway/v1alpha1/securityPolicyList.js +113 -0
- package/dist/gateway/v1alpha1/securityPolicyPatch.d.ts +72 -0
- package/dist/gateway/v1alpha1/securityPolicyPatch.js +117 -0
- package/dist/gateway/v1alpha3/backendTLSPolicy.d.ts +66 -0
- package/dist/gateway/v1alpha3/backendTLSPolicy.js +111 -0
- package/dist/gateway/v1alpha3/backendTLSPolicyList.d.ts +69 -0
- package/dist/gateway/v1alpha3/backendTLSPolicyList.js +113 -0
- package/dist/gateway/v1alpha3/backendTLSPolicyPatch.d.ts +72 -0
- package/dist/gateway/v1alpha3/backendTLSPolicyPatch.js +117 -0
- package/dist/gateway/v1alpha3/index.d.ts +9 -0
- package/dist/gateway/v1alpha3/index.js +62 -0
- package/dist/types/input.d.ts +28385 -0
- package/dist/types/output.d.ts +31087 -1030
- package/package.json +1 -1
|
@@ -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.BackendTrafficPolicy = void 0;
|
|
39
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
|
+
const utilities = __importStar(require("../../utilities"));
|
|
41
|
+
/**
|
|
42
|
+
* BackendTrafficPolicy allows the user to configure the behavior of the connection
|
|
43
|
+
* between the Envoy Proxy listener and the backend service.
|
|
44
|
+
*/
|
|
45
|
+
class BackendTrafficPolicy extends pulumi.CustomResource {
|
|
46
|
+
/**
|
|
47
|
+
* Get an existing BackendTrafficPolicy 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 BackendTrafficPolicy(name, undefined, { ...opts, id: id });
|
|
56
|
+
}
|
|
57
|
+
/** @internal */
|
|
58
|
+
static __pulumiType = 'kubernetes:gateway.envoyproxy.io/v1alpha1:BackendTrafficPolicy';
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of BackendTrafficPolicy. 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'] === BackendTrafficPolicy.__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 BackendTrafficPolicy 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"] = "BackendTrafficPolicy";
|
|
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(BackendTrafficPolicy.__pulumiType, name, resourceInputs, opts);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
exports.BackendTrafficPolicy = BackendTrafficPolicy;
|
|
@@ -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
|
+
* BackendTrafficPolicyList is a list of BackendTrafficPolicy
|
|
6
|
+
*/
|
|
7
|
+
export declare class BackendTrafficPolicyList extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing BackendTrafficPolicyList 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): BackendTrafficPolicyList;
|
|
17
|
+
/** @internal */
|
|
18
|
+
static readonly __pulumiType = "kubernetes:gateway.envoyproxy.io/v1alpha1:BackendTrafficPolicyList";
|
|
19
|
+
/**
|
|
20
|
+
* Returns true if the given object is an instance of BackendTrafficPolicyList. 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 BackendTrafficPolicyList;
|
|
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 backendtrafficpolicies. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
30
|
+
*/
|
|
31
|
+
readonly items: pulumi.Output<outputs.gateway.v1alpha1.BackendTrafficPolicy[]>;
|
|
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<"BackendTrafficPolicyList">;
|
|
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 BackendTrafficPolicyList 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?: BackendTrafficPolicyListArgs, opts?: pulumi.CustomResourceOptions);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The set of arguments for constructing a BackendTrafficPolicyList resource.
|
|
51
|
+
*/
|
|
52
|
+
export interface BackendTrafficPolicyListArgs {
|
|
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 backendtrafficpolicies. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
59
|
+
*/
|
|
60
|
+
items: pulumi.Input<pulumi.Input<inputs.gateway.v1alpha1.BackendTrafficPolicy>[]>;
|
|
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<"BackendTrafficPolicyList">;
|
|
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.BackendTrafficPolicyList = void 0;
|
|
39
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
|
+
const utilities = __importStar(require("../../utilities"));
|
|
41
|
+
/**
|
|
42
|
+
* BackendTrafficPolicyList is a list of BackendTrafficPolicy
|
|
43
|
+
*/
|
|
44
|
+
class BackendTrafficPolicyList extends pulumi.CustomResource {
|
|
45
|
+
/**
|
|
46
|
+
* Get an existing BackendTrafficPolicyList 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 BackendTrafficPolicyList(name, undefined, { ...opts, id: id });
|
|
55
|
+
}
|
|
56
|
+
/** @internal */
|
|
57
|
+
static __pulumiType = 'kubernetes:gateway.envoyproxy.io/v1alpha1:BackendTrafficPolicyList';
|
|
58
|
+
/**
|
|
59
|
+
* Returns true if the given object is an instance of BackendTrafficPolicyList. 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'] === BackendTrafficPolicyList.__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 backendtrafficpolicies. 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 BackendTrafficPolicyList 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"] = "BackendTrafficPolicyList";
|
|
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(BackendTrafficPolicyList.__pulumiType, name, resourceInputs, opts);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
exports.BackendTrafficPolicyList = BackendTrafficPolicyList;
|
|
@@ -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
|
+
* BackendTrafficPolicy allows the user to configure the behavior of the connection
|
|
13
|
+
* between the Envoy Proxy listener and the backend service.
|
|
14
|
+
*/
|
|
15
|
+
export declare class BackendTrafficPolicyPatch extends pulumi.CustomResource {
|
|
16
|
+
/**
|
|
17
|
+
* Get an existing BackendTrafficPolicyPatch 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): BackendTrafficPolicyPatch;
|
|
25
|
+
/** @internal */
|
|
26
|
+
static readonly __pulumiType = "kubernetes:gateway.envoyproxy.io/v1alpha1:BackendTrafficPolicyPatch";
|
|
27
|
+
/**
|
|
28
|
+
* Returns true if the given object is an instance of BackendTrafficPolicyPatch. 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 BackendTrafficPolicyPatch;
|
|
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<"BackendTrafficPolicy">;
|
|
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.BackendTrafficPolicySpecPatch>;
|
|
45
|
+
readonly status: pulumi.Output<outputs.gateway.v1alpha1.BackendTrafficPolicyStatusPatch>;
|
|
46
|
+
/**
|
|
47
|
+
* Create a BackendTrafficPolicyPatch 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?: BackendTrafficPolicyPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* The set of arguments for constructing a BackendTrafficPolicyPatch resource.
|
|
57
|
+
*/
|
|
58
|
+
export interface BackendTrafficPolicyPatchArgs {
|
|
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<"BackendTrafficPolicy">;
|
|
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.BackendTrafficPolicySpecPatch>;
|
|
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.BackendTrafficPolicyPatch = 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
|
+
* BackendTrafficPolicy allows the user to configure the behavior of the connection
|
|
49
|
+
* between the Envoy Proxy listener and the backend service.
|
|
50
|
+
*/
|
|
51
|
+
class BackendTrafficPolicyPatch extends pulumi.CustomResource {
|
|
52
|
+
/**
|
|
53
|
+
* Get an existing BackendTrafficPolicyPatch 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 BackendTrafficPolicyPatch(name, undefined, { ...opts, id: id });
|
|
62
|
+
}
|
|
63
|
+
/** @internal */
|
|
64
|
+
static __pulumiType = 'kubernetes:gateway.envoyproxy.io/v1alpha1:BackendTrafficPolicyPatch';
|
|
65
|
+
/**
|
|
66
|
+
* Returns true if the given object is an instance of BackendTrafficPolicyPatch. 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'] === BackendTrafficPolicyPatch.__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 BackendTrafficPolicyPatch 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"] = "BackendTrafficPolicy";
|
|
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(BackendTrafficPolicyPatch.__pulumiType, name, resourceInputs, opts);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
exports.BackendTrafficPolicyPatch = BackendTrafficPolicyPatch;
|
|
@@ -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
|
+
* ClientTrafficPolicy allows the user to configure the behavior of the connection
|
|
7
|
+
* between the downstream client and Envoy Proxy listener.
|
|
8
|
+
*/
|
|
9
|
+
export declare class ClientTrafficPolicy extends pulumi.CustomResource {
|
|
10
|
+
/**
|
|
11
|
+
* Get an existing ClientTrafficPolicy 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): ClientTrafficPolicy;
|
|
19
|
+
/** @internal */
|
|
20
|
+
static readonly __pulumiType = "kubernetes:gateway.envoyproxy.io/v1alpha1:ClientTrafficPolicy";
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of ClientTrafficPolicy. 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 ClientTrafficPolicy;
|
|
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<"ClientTrafficPolicy">;
|
|
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.ClientTrafficPolicySpec>;
|
|
39
|
+
readonly status: pulumi.Output<outputs.gateway.v1alpha1.ClientTrafficPolicyStatus>;
|
|
40
|
+
/**
|
|
41
|
+
* Create a ClientTrafficPolicy 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?: ClientTrafficPolicyArgs, opts?: pulumi.CustomResourceOptions);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The set of arguments for constructing a ClientTrafficPolicy resource.
|
|
51
|
+
*/
|
|
52
|
+
export interface ClientTrafficPolicyArgs {
|
|
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<"ClientTrafficPolicy">;
|
|
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.ClientTrafficPolicySpec>;
|
|
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.ClientTrafficPolicy = void 0;
|
|
39
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
|
+
const utilities = __importStar(require("../../utilities"));
|
|
41
|
+
/**
|
|
42
|
+
* ClientTrafficPolicy allows the user to configure the behavior of the connection
|
|
43
|
+
* between the downstream client and Envoy Proxy listener.
|
|
44
|
+
*/
|
|
45
|
+
class ClientTrafficPolicy extends pulumi.CustomResource {
|
|
46
|
+
/**
|
|
47
|
+
* Get an existing ClientTrafficPolicy 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 ClientTrafficPolicy(name, undefined, { ...opts, id: id });
|
|
56
|
+
}
|
|
57
|
+
/** @internal */
|
|
58
|
+
static __pulumiType = 'kubernetes:gateway.envoyproxy.io/v1alpha1:ClientTrafficPolicy';
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of ClientTrafficPolicy. 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'] === ClientTrafficPolicy.__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 ClientTrafficPolicy 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"] = "ClientTrafficPolicy";
|
|
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(ClientTrafficPolicy.__pulumiType, name, resourceInputs, opts);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
exports.ClientTrafficPolicy = ClientTrafficPolicy;
|