@kilic.dev/pulumi-k8s-crds 1.2.0 → 1.2.2
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/cilium/index.d.ts +2 -1
- package/dist/cilium/index.js +3 -1
- package/dist/cilium/{v2alpha1/ciliumBGPAdvertisement.d.ts → v2/ciliumClusterwideEnvoyConfig.d.ts} +16 -19
- package/dist/cilium/{v2alpha1/ciliumBGPAdvertisement.js → v2/ciliumClusterwideEnvoyConfig.js} +12 -15
- package/dist/cilium/v2/ciliumClusterwideEnvoyConfigList.d.ts +69 -0
- package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigOverrideList.js → v2/ciliumClusterwideEnvoyConfigList.js} +14 -14
- package/dist/cilium/{v2alpha1/ciliumBGPAdvertisementPatch.d.ts → v2/ciliumClusterwideEnvoyConfigPatch.d.ts} +16 -17
- package/dist/cilium/{v2alpha1/ciliumBGPAdvertisementPatch.js → v2/ciliumClusterwideEnvoyConfigPatch.js} +12 -13
- package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigOverride.d.ts → v2/ciliumClusterwideNetworkPolicy.d.ts} +28 -20
- package/dist/cilium/{v2alpha1/ciliumL2AnnouncementPolicy.js → v2/ciliumClusterwideNetworkPolicy.js} +21 -15
- package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicyList.d.ts → v2/ciliumClusterwideNetworkPolicyList.d.ts} +19 -19
- package/dist/cilium/v2/ciliumClusterwideNetworkPolicyList.js +103 -0
- package/dist/cilium/{v2alpha1/ciliumBGPClusterConfigPatch.d.ts → v2/ciliumClusterwideNetworkPolicyPatch.d.ts} +28 -18
- package/dist/cilium/{v2alpha1/ciliumL2AnnouncementPolicyPatch.js → v2/ciliumClusterwideNetworkPolicyPatch.js} +21 -15
- package/dist/cilium/{v2alpha1/ciliumBGPPeerConfig.d.ts → v2/ciliumEgressGatewayPolicy.d.ts} +16 -17
- package/dist/cilium/{v2alpha1/ciliumBGPPeerConfig.js → v2/ciliumEgressGatewayPolicy.js} +12 -15
- package/dist/cilium/{v2alpha1/ciliumBGPClusterConfigList.d.ts → v2/ciliumEgressGatewayPolicyList.d.ts} +19 -19
- package/dist/cilium/{v2alpha1/ciliumBGPClusterConfigList.js → v2/ciliumEgressGatewayPolicyList.js} +14 -14
- package/dist/cilium/{v2alpha1/ciliumBGPPeerConfigPatch.d.ts → v2/ciliumEgressGatewayPolicyPatch.d.ts} +16 -17
- package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicyPatch.js → v2/ciliumEgressGatewayPolicyPatch.js} +12 -14
- package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicy.d.ts → v2/ciliumEnvoyConfig.d.ts} +16 -20
- package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicy.js → v2/ciliumEnvoyConfig.js} +12 -16
- package/dist/cilium/{v2alpha1/ciliumBGPPeerConfigList.d.ts → v2/ciliumEnvoyConfigList.d.ts} +19 -19
- package/dist/cilium/{v2alpha1/ciliumBGPPeerConfigList.js → v2/ciliumEnvoyConfigList.js} +14 -14
- package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicyPatch.d.ts → v2/ciliumEnvoyConfigPatch.d.ts} +16 -18
- package/dist/cilium/{v2alpha1/ciliumBGPClusterConfigPatch.js → v2/ciliumEnvoyConfigPatch.js} +12 -16
- package/dist/cilium/{v2alpha1/ciliumBGPClusterConfig.d.ts → v2/ciliumLocalRedirectPolicy.d.ts} +19 -18
- package/dist/cilium/{v2alpha1/ciliumBGPClusterConfig.js → v2/ciliumLocalRedirectPolicy.js} +14 -13
- package/dist/cilium/{v2alpha1/ciliumBGPAdvertisementList.d.ts → v2/ciliumLocalRedirectPolicyList.d.ts} +19 -19
- package/dist/cilium/{v2alpha1/ciliumBGPAdvertisementList.js → v2/ciliumLocalRedirectPolicyList.js} +14 -14
- package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigPatch.d.ts → v2/ciliumLocalRedirectPolicyPatch.d.ts} +19 -19
- package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigPatch.js → v2/ciliumLocalRedirectPolicyPatch.js} +14 -14
- package/dist/cilium/{v2alpha1/ciliumBGPNodeConfig.d.ts → v2/ciliumNetworkPolicy.d.ts} +27 -19
- package/dist/cilium/{v2alpha1/ciliumBGPNodeConfig.js → v2/ciliumNetworkPolicy.js} +20 -14
- package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigList.d.ts → v2/ciliumNetworkPolicyList.d.ts} +19 -19
- package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigList.js → v2/ciliumNetworkPolicyList.js} +14 -14
- package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigOverridePatch.d.ts → v2/ciliumNetworkPolicyPatch.d.ts} +27 -20
- package/dist/cilium/{v2alpha1/ciliumBGPPeerConfigPatch.js → v2/ciliumNetworkPolicyPatch.js} +20 -12
- package/dist/cilium/v2/index.d.ts +54 -0
- package/dist/cilium/v2/index.js +112 -0
- package/dist/cilium/v2alpha1/index.d.ts +0 -63
- package/dist/cilium/v2alpha1/index.js +1 -85
- package/dist/types/input.d.ts +20402 -1298
- package/dist/types/output.d.ts +20349 -1383
- package/package.json +3 -3
- package/dist/cilium/v2alpha1/ciliumBGPNodeConfigOverride.js +0 -100
- package/dist/cilium/v2alpha1/ciliumBGPNodeConfigOverrideList.d.ts +0 -69
- package/dist/cilium/v2alpha1/ciliumBGPNodeConfigOverridePatch.js +0 -106
- package/dist/cilium/v2alpha1/ciliumBGPPeeringPolicyList.js +0 -103
- package/dist/cilium/v2alpha1/ciliumL2AnnouncementPolicy.d.ts +0 -67
- package/dist/cilium/v2alpha1/ciliumL2AnnouncementPolicyList.d.ts +0 -69
- package/dist/cilium/v2alpha1/ciliumL2AnnouncementPolicyList.js +0 -103
- package/dist/cilium/v2alpha1/ciliumL2AnnouncementPolicyPatch.d.ts +0 -73
|
@@ -2,66 +2,66 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../../types/input";
|
|
3
3
|
import * as outputs from "../../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* CiliumEgressGatewayPolicyList is a list of CiliumEgressGatewayPolicy
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class CiliumEgressGatewayPolicyList extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
9
|
-
* Get an existing
|
|
9
|
+
* Get an existing CiliumEgressGatewayPolicyList resource's state with the given name, ID, and optional extra
|
|
10
10
|
* properties used to qualify the lookup.
|
|
11
11
|
*
|
|
12
12
|
* @param name The _unique_ name of the resulting resource.
|
|
13
13
|
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
14
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
15
|
*/
|
|
16
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions):
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CiliumEgressGatewayPolicyList;
|
|
17
17
|
/** @internal */
|
|
18
|
-
static readonly __pulumiType = "kubernetes:cilium.io/
|
|
18
|
+
static readonly __pulumiType = "kubernetes:cilium.io/v2:CiliumEgressGatewayPolicyList";
|
|
19
19
|
/**
|
|
20
|
-
* Returns true if the given object is an instance of
|
|
20
|
+
* Returns true if the given object is an instance of CiliumEgressGatewayPolicyList. This is designed to work even
|
|
21
21
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
22
22
|
*/
|
|
23
|
-
static isInstance(obj: any): obj is
|
|
23
|
+
static isInstance(obj: any): obj is CiliumEgressGatewayPolicyList;
|
|
24
24
|
/**
|
|
25
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
26
|
*/
|
|
27
|
-
readonly apiVersion: pulumi.Output<"cilium.io/
|
|
27
|
+
readonly apiVersion: pulumi.Output<"cilium.io/v2">;
|
|
28
28
|
/**
|
|
29
|
-
* List of
|
|
29
|
+
* List of ciliumegressgatewaypolicies. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
30
30
|
*/
|
|
31
|
-
readonly items: pulumi.Output<outputs.cilium.
|
|
31
|
+
readonly items: pulumi.Output<outputs.cilium.v2.CiliumEgressGatewayPolicy[]>;
|
|
32
32
|
/**
|
|
33
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
34
|
*/
|
|
35
|
-
readonly kind: pulumi.Output<"
|
|
35
|
+
readonly kind: pulumi.Output<"CiliumEgressGatewayPolicyList">;
|
|
36
36
|
/**
|
|
37
37
|
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
38
38
|
*/
|
|
39
39
|
readonly metadata: pulumi.Output<outputs.meta.v1.ListMeta>;
|
|
40
40
|
/**
|
|
41
|
-
* Create a
|
|
41
|
+
* Create a CiliumEgressGatewayPolicyList resource with the given unique name, arguments, and options.
|
|
42
42
|
*
|
|
43
43
|
* @param name The _unique_ name of the resource.
|
|
44
44
|
* @param args The arguments to use to populate this resource's properties.
|
|
45
45
|
* @param opts A bag of options that control this resource's behavior.
|
|
46
46
|
*/
|
|
47
|
-
constructor(name: string, args?:
|
|
47
|
+
constructor(name: string, args?: CiliumEgressGatewayPolicyListArgs, opts?: pulumi.CustomResourceOptions);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* The set of arguments for constructing a
|
|
50
|
+
* The set of arguments for constructing a CiliumEgressGatewayPolicyList resource.
|
|
51
51
|
*/
|
|
52
|
-
export interface
|
|
52
|
+
export interface CiliumEgressGatewayPolicyListArgs {
|
|
53
53
|
/**
|
|
54
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
55
|
*/
|
|
56
|
-
apiVersion?: pulumi.Input<"cilium.io/
|
|
56
|
+
apiVersion?: pulumi.Input<"cilium.io/v2">;
|
|
57
57
|
/**
|
|
58
|
-
* List of
|
|
58
|
+
* List of ciliumegressgatewaypolicies. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
59
59
|
*/
|
|
60
|
-
items: pulumi.Input<pulumi.Input<inputs.cilium.
|
|
60
|
+
items: pulumi.Input<pulumi.Input<inputs.cilium.v2.CiliumEgressGatewayPolicy>[]>;
|
|
61
61
|
/**
|
|
62
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
63
|
*/
|
|
64
|
-
kind?: pulumi.Input<"
|
|
64
|
+
kind?: pulumi.Input<"CiliumEgressGatewayPolicyList">;
|
|
65
65
|
/**
|
|
66
66
|
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
67
67
|
*/
|
package/dist/cilium/{v2alpha1/ciliumBGPClusterConfigList.js → v2/ciliumEgressGatewayPolicyList.js}
RENAMED
|
@@ -25,15 +25,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
return result;
|
|
26
26
|
};
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.
|
|
28
|
+
exports.CiliumEgressGatewayPolicyList = void 0;
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("../../utilities"));
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* CiliumEgressGatewayPolicyList is a list of CiliumEgressGatewayPolicy
|
|
33
33
|
*/
|
|
34
|
-
class
|
|
34
|
+
class CiliumEgressGatewayPolicyList extends pulumi.CustomResource {
|
|
35
35
|
/**
|
|
36
|
-
* Get an existing
|
|
36
|
+
* Get an existing CiliumEgressGatewayPolicyList resource's state with the given name, ID, and optional extra
|
|
37
37
|
* properties used to qualify the lookup.
|
|
38
38
|
*
|
|
39
39
|
* @param name The _unique_ name of the resulting resource.
|
|
@@ -41,26 +41,26 @@ class CiliumBGPClusterConfigList extends pulumi.CustomResource {
|
|
|
41
41
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
42
|
*/
|
|
43
43
|
static get(name, id, opts) {
|
|
44
|
-
return new
|
|
44
|
+
return new CiliumEgressGatewayPolicyList(name, undefined, { ...opts, id: id });
|
|
45
45
|
}
|
|
46
46
|
/** @internal */
|
|
47
|
-
static __pulumiType = 'kubernetes:cilium.io/
|
|
47
|
+
static __pulumiType = 'kubernetes:cilium.io/v2:CiliumEgressGatewayPolicyList';
|
|
48
48
|
/**
|
|
49
|
-
* Returns true if the given object is an instance of
|
|
49
|
+
* Returns true if the given object is an instance of CiliumEgressGatewayPolicyList. This is designed to work even
|
|
50
50
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
51
51
|
*/
|
|
52
52
|
static isInstance(obj) {
|
|
53
53
|
if (obj === undefined || obj === null) {
|
|
54
54
|
return false;
|
|
55
55
|
}
|
|
56
|
-
return obj['__pulumiType'] ===
|
|
56
|
+
return obj['__pulumiType'] === CiliumEgressGatewayPolicyList.__pulumiType;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
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
60
|
*/
|
|
61
61
|
apiVersion;
|
|
62
62
|
/**
|
|
63
|
-
* List of
|
|
63
|
+
* List of ciliumegressgatewaypolicies. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
64
64
|
*/
|
|
65
65
|
items;
|
|
66
66
|
/**
|
|
@@ -72,7 +72,7 @@ class CiliumBGPClusterConfigList extends pulumi.CustomResource {
|
|
|
72
72
|
*/
|
|
73
73
|
metadata;
|
|
74
74
|
/**
|
|
75
|
-
* Create a
|
|
75
|
+
* Create a CiliumEgressGatewayPolicyList resource with the given unique name, arguments, and options.
|
|
76
76
|
*
|
|
77
77
|
* @param name The _unique_ name of the resource.
|
|
78
78
|
* @param args The arguments to use to populate this resource's properties.
|
|
@@ -85,9 +85,9 @@ class CiliumBGPClusterConfigList extends pulumi.CustomResource {
|
|
|
85
85
|
if ((!args || args.items === undefined) && !opts.urn) {
|
|
86
86
|
throw new Error("Missing required property 'items'");
|
|
87
87
|
}
|
|
88
|
-
resourceInputs["apiVersion"] = "cilium.io/
|
|
88
|
+
resourceInputs["apiVersion"] = "cilium.io/v2";
|
|
89
89
|
resourceInputs["items"] = args ? args.items : undefined;
|
|
90
|
-
resourceInputs["kind"] = "
|
|
90
|
+
resourceInputs["kind"] = "CiliumEgressGatewayPolicyList";
|
|
91
91
|
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
92
92
|
}
|
|
93
93
|
else {
|
|
@@ -97,7 +97,7 @@ class CiliumBGPClusterConfigList extends pulumi.CustomResource {
|
|
|
97
97
|
resourceInputs["metadata"] = undefined /*out*/;
|
|
98
98
|
}
|
|
99
99
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
100
|
-
super(
|
|
100
|
+
super(CiliumEgressGatewayPolicyList.__pulumiType, name, resourceInputs, opts);
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
|
-
exports.
|
|
103
|
+
exports.CiliumEgressGatewayPolicyList = CiliumEgressGatewayPolicyList;
|
|
@@ -10,61 +10,60 @@ import { ObjectMetaPatch } from "../../meta/v1";
|
|
|
10
10
|
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
|
|
11
11
|
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
12
12
|
*/
|
|
13
|
-
export declare class
|
|
13
|
+
export declare class CiliumEgressGatewayPolicyPatch extends pulumi.CustomResource {
|
|
14
14
|
/**
|
|
15
|
-
* Get an existing
|
|
15
|
+
* Get an existing CiliumEgressGatewayPolicyPatch resource's state with the given name, ID, and optional extra
|
|
16
16
|
* properties used to qualify the lookup.
|
|
17
17
|
*
|
|
18
18
|
* @param name The _unique_ name of the resulting resource.
|
|
19
19
|
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
20
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
21
21
|
*/
|
|
22
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions):
|
|
22
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CiliumEgressGatewayPolicyPatch;
|
|
23
23
|
/** @internal */
|
|
24
|
-
static readonly __pulumiType = "kubernetes:cilium.io/
|
|
24
|
+
static readonly __pulumiType = "kubernetes:cilium.io/v2:CiliumEgressGatewayPolicyPatch";
|
|
25
25
|
/**
|
|
26
|
-
* Returns true if the given object is an instance of
|
|
26
|
+
* Returns true if the given object is an instance of CiliumEgressGatewayPolicyPatch. This is designed to work even
|
|
27
27
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
28
28
|
*/
|
|
29
|
-
static isInstance(obj: any): obj is
|
|
29
|
+
static isInstance(obj: any): obj is CiliumEgressGatewayPolicyPatch;
|
|
30
30
|
/**
|
|
31
31
|
* 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
|
|
32
32
|
*/
|
|
33
|
-
readonly apiVersion: pulumi.Output<"cilium.io/
|
|
33
|
+
readonly apiVersion: pulumi.Output<"cilium.io/v2">;
|
|
34
34
|
/**
|
|
35
35
|
* 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
|
|
36
36
|
*/
|
|
37
|
-
readonly kind: pulumi.Output<"
|
|
37
|
+
readonly kind: pulumi.Output<"CiliumEgressGatewayPolicy">;
|
|
38
38
|
/**
|
|
39
39
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
40
40
|
*/
|
|
41
41
|
readonly metadata: pulumi.Output<ObjectMetaPatch>;
|
|
42
|
-
readonly spec: pulumi.Output<outputs.cilium.
|
|
43
|
-
readonly status: pulumi.Output<outputs.cilium.v2alpha1.CiliumBGPPeerConfigStatusPatch>;
|
|
42
|
+
readonly spec: pulumi.Output<outputs.cilium.v2.CiliumEgressGatewayPolicySpecPatch>;
|
|
44
43
|
/**
|
|
45
|
-
* Create a
|
|
44
|
+
* Create a CiliumEgressGatewayPolicyPatch resource with the given unique name, arguments, and options.
|
|
46
45
|
*
|
|
47
46
|
* @param name The _unique_ name of the resource.
|
|
48
47
|
* @param args The arguments to use to populate this resource's properties.
|
|
49
48
|
* @param opts A bag of options that control this resource's behavior.
|
|
50
49
|
*/
|
|
51
|
-
constructor(name: string, args?:
|
|
50
|
+
constructor(name: string, args?: CiliumEgressGatewayPolicyPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
52
51
|
}
|
|
53
52
|
/**
|
|
54
|
-
* The set of arguments for constructing a
|
|
53
|
+
* The set of arguments for constructing a CiliumEgressGatewayPolicyPatch resource.
|
|
55
54
|
*/
|
|
56
|
-
export interface
|
|
55
|
+
export interface CiliumEgressGatewayPolicyPatchArgs {
|
|
57
56
|
/**
|
|
58
57
|
* 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
|
|
59
58
|
*/
|
|
60
|
-
apiVersion?: pulumi.Input<"cilium.io/
|
|
59
|
+
apiVersion?: pulumi.Input<"cilium.io/v2">;
|
|
61
60
|
/**
|
|
62
61
|
* 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
62
|
*/
|
|
64
|
-
kind?: pulumi.Input<"
|
|
63
|
+
kind?: pulumi.Input<"CiliumEgressGatewayPolicy">;
|
|
65
64
|
/**
|
|
66
65
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
67
66
|
*/
|
|
68
67
|
metadata?: pulumi.Input<ObjectMetaPatch>;
|
|
69
|
-
spec?: pulumi.Input<inputs.cilium.
|
|
68
|
+
spec?: pulumi.Input<inputs.cilium.v2.CiliumEgressGatewayPolicySpecPatch>;
|
|
70
69
|
}
|
package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicyPatch.js → v2/ciliumEgressGatewayPolicyPatch.js}
RENAMED
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
return result;
|
|
26
26
|
};
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.
|
|
28
|
+
exports.CiliumEgressGatewayPolicyPatch = void 0;
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("../../utilities"));
|
|
31
31
|
/**
|
|
@@ -35,12 +35,10 @@ const utilities = __importStar(require("../../utilities"));
|
|
|
35
35
|
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
36
36
|
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
|
|
37
37
|
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
38
|
-
* CiliumBGPPeeringPolicy is a Kubernetes third-party resource for instructing
|
|
39
|
-
* Cilium's BGP control plane to create virtual BGP routers.
|
|
40
38
|
*/
|
|
41
|
-
class
|
|
39
|
+
class CiliumEgressGatewayPolicyPatch extends pulumi.CustomResource {
|
|
42
40
|
/**
|
|
43
|
-
* Get an existing
|
|
41
|
+
* Get an existing CiliumEgressGatewayPolicyPatch resource's state with the given name, ID, and optional extra
|
|
44
42
|
* properties used to qualify the lookup.
|
|
45
43
|
*
|
|
46
44
|
* @param name The _unique_ name of the resulting resource.
|
|
@@ -48,19 +46,19 @@ class CiliumBGPPeeringPolicyPatch extends pulumi.CustomResource {
|
|
|
48
46
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
49
47
|
*/
|
|
50
48
|
static get(name, id, opts) {
|
|
51
|
-
return new
|
|
49
|
+
return new CiliumEgressGatewayPolicyPatch(name, undefined, { ...opts, id: id });
|
|
52
50
|
}
|
|
53
51
|
/** @internal */
|
|
54
|
-
static __pulumiType = 'kubernetes:cilium.io/
|
|
52
|
+
static __pulumiType = 'kubernetes:cilium.io/v2:CiliumEgressGatewayPolicyPatch';
|
|
55
53
|
/**
|
|
56
|
-
* Returns true if the given object is an instance of
|
|
54
|
+
* Returns true if the given object is an instance of CiliumEgressGatewayPolicyPatch. This is designed to work even
|
|
57
55
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
58
56
|
*/
|
|
59
57
|
static isInstance(obj) {
|
|
60
58
|
if (obj === undefined || obj === null) {
|
|
61
59
|
return false;
|
|
62
60
|
}
|
|
63
|
-
return obj['__pulumiType'] ===
|
|
61
|
+
return obj['__pulumiType'] === CiliumEgressGatewayPolicyPatch.__pulumiType;
|
|
64
62
|
}
|
|
65
63
|
/**
|
|
66
64
|
* 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
|
|
@@ -76,7 +74,7 @@ class CiliumBGPPeeringPolicyPatch extends pulumi.CustomResource {
|
|
|
76
74
|
metadata;
|
|
77
75
|
spec;
|
|
78
76
|
/**
|
|
79
|
-
* Create a
|
|
77
|
+
* Create a CiliumEgressGatewayPolicyPatch resource with the given unique name, arguments, and options.
|
|
80
78
|
*
|
|
81
79
|
* @param name The _unique_ name of the resource.
|
|
82
80
|
* @param args The arguments to use to populate this resource's properties.
|
|
@@ -86,8 +84,8 @@ class CiliumBGPPeeringPolicyPatch extends pulumi.CustomResource {
|
|
|
86
84
|
let resourceInputs = {};
|
|
87
85
|
opts = opts || {};
|
|
88
86
|
if (!opts.id) {
|
|
89
|
-
resourceInputs["apiVersion"] = "cilium.io/
|
|
90
|
-
resourceInputs["kind"] = "
|
|
87
|
+
resourceInputs["apiVersion"] = "cilium.io/v2";
|
|
88
|
+
resourceInputs["kind"] = "CiliumEgressGatewayPolicy";
|
|
91
89
|
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
92
90
|
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
93
91
|
}
|
|
@@ -98,7 +96,7 @@ class CiliumBGPPeeringPolicyPatch extends pulumi.CustomResource {
|
|
|
98
96
|
resourceInputs["spec"] = undefined /*out*/;
|
|
99
97
|
}
|
|
100
98
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
101
|
-
super(
|
|
99
|
+
super(CiliumEgressGatewayPolicyPatch.__pulumiType, name, resourceInputs, opts);
|
|
102
100
|
}
|
|
103
101
|
}
|
|
104
|
-
exports.
|
|
102
|
+
exports.CiliumEgressGatewayPolicyPatch = CiliumEgressGatewayPolicyPatch;
|
|
@@ -2,64 +2,60 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../../types/input";
|
|
3
3
|
import * as outputs from "../../types/output";
|
|
4
4
|
import { ObjectMeta } from "../../meta/v1";
|
|
5
|
-
|
|
6
|
-
* CiliumBGPPeeringPolicy is a Kubernetes third-party resource for instructing
|
|
7
|
-
* Cilium's BGP control plane to create virtual BGP routers.
|
|
8
|
-
*/
|
|
9
|
-
export declare class CiliumBGPPeeringPolicy extends pulumi.CustomResource {
|
|
5
|
+
export declare class CiliumEnvoyConfig extends pulumi.CustomResource {
|
|
10
6
|
/**
|
|
11
|
-
* Get an existing
|
|
7
|
+
* Get an existing CiliumEnvoyConfig resource's state with the given name, ID, and optional extra
|
|
12
8
|
* properties used to qualify the lookup.
|
|
13
9
|
*
|
|
14
10
|
* @param name The _unique_ name of the resulting resource.
|
|
15
11
|
* @param id The _unique_ provider ID of the resource to lookup.
|
|
16
12
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
13
|
*/
|
|
18
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions):
|
|
14
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CiliumEnvoyConfig;
|
|
19
15
|
/** @internal */
|
|
20
|
-
static readonly __pulumiType = "kubernetes:cilium.io/
|
|
16
|
+
static readonly __pulumiType = "kubernetes:cilium.io/v2:CiliumEnvoyConfig";
|
|
21
17
|
/**
|
|
22
|
-
* Returns true if the given object is an instance of
|
|
18
|
+
* Returns true if the given object is an instance of CiliumEnvoyConfig. This is designed to work even
|
|
23
19
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
20
|
*/
|
|
25
|
-
static isInstance(obj: any): obj is
|
|
21
|
+
static isInstance(obj: any): obj is CiliumEnvoyConfig;
|
|
26
22
|
/**
|
|
27
23
|
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
28
24
|
*/
|
|
29
|
-
readonly apiVersion: pulumi.Output<"cilium.io/
|
|
25
|
+
readonly apiVersion: pulumi.Output<"cilium.io/v2">;
|
|
30
26
|
/**
|
|
31
27
|
* 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
28
|
*/
|
|
33
|
-
readonly kind: pulumi.Output<"
|
|
29
|
+
readonly kind: pulumi.Output<"CiliumEnvoyConfig">;
|
|
34
30
|
/**
|
|
35
31
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
36
32
|
*/
|
|
37
33
|
readonly metadata: pulumi.Output<ObjectMeta>;
|
|
38
|
-
readonly spec: pulumi.Output<outputs.cilium.
|
|
34
|
+
readonly spec: pulumi.Output<outputs.cilium.v2.CiliumEnvoyConfigSpec>;
|
|
39
35
|
/**
|
|
40
|
-
* Create a
|
|
36
|
+
* Create a CiliumEnvoyConfig resource with the given unique name, arguments, and options.
|
|
41
37
|
*
|
|
42
38
|
* @param name The _unique_ name of the resource.
|
|
43
39
|
* @param args The arguments to use to populate this resource's properties.
|
|
44
40
|
* @param opts A bag of options that control this resource's behavior.
|
|
45
41
|
*/
|
|
46
|
-
constructor(name: string, args?:
|
|
42
|
+
constructor(name: string, args?: CiliumEnvoyConfigArgs, opts?: pulumi.CustomResourceOptions);
|
|
47
43
|
}
|
|
48
44
|
/**
|
|
49
|
-
* The set of arguments for constructing a
|
|
45
|
+
* The set of arguments for constructing a CiliumEnvoyConfig resource.
|
|
50
46
|
*/
|
|
51
|
-
export interface
|
|
47
|
+
export interface CiliumEnvoyConfigArgs {
|
|
52
48
|
/**
|
|
53
49
|
* 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
50
|
*/
|
|
55
|
-
apiVersion?: pulumi.Input<"cilium.io/
|
|
51
|
+
apiVersion?: pulumi.Input<"cilium.io/v2">;
|
|
56
52
|
/**
|
|
57
53
|
* 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
54
|
*/
|
|
59
|
-
kind?: pulumi.Input<"
|
|
55
|
+
kind?: pulumi.Input<"CiliumEnvoyConfig">;
|
|
60
56
|
/**
|
|
61
57
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
62
58
|
*/
|
|
63
59
|
metadata?: pulumi.Input<ObjectMeta>;
|
|
64
|
-
spec?: pulumi.Input<inputs.cilium.
|
|
60
|
+
spec?: pulumi.Input<inputs.cilium.v2.CiliumEnvoyConfigSpec>;
|
|
65
61
|
}
|
|
@@ -25,16 +25,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
return result;
|
|
26
26
|
};
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.
|
|
28
|
+
exports.CiliumEnvoyConfig = void 0;
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("../../utilities"));
|
|
31
|
-
|
|
32
|
-
* CiliumBGPPeeringPolicy is a Kubernetes third-party resource for instructing
|
|
33
|
-
* Cilium's BGP control plane to create virtual BGP routers.
|
|
34
|
-
*/
|
|
35
|
-
class CiliumBGPPeeringPolicy extends pulumi.CustomResource {
|
|
31
|
+
class CiliumEnvoyConfig extends pulumi.CustomResource {
|
|
36
32
|
/**
|
|
37
|
-
* Get an existing
|
|
33
|
+
* Get an existing CiliumEnvoyConfig resource's state with the given name, ID, and optional extra
|
|
38
34
|
* properties used to qualify the lookup.
|
|
39
35
|
*
|
|
40
36
|
* @param name The _unique_ name of the resulting resource.
|
|
@@ -42,19 +38,19 @@ class CiliumBGPPeeringPolicy extends pulumi.CustomResource {
|
|
|
42
38
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
43
39
|
*/
|
|
44
40
|
static get(name, id, opts) {
|
|
45
|
-
return new
|
|
41
|
+
return new CiliumEnvoyConfig(name, undefined, { ...opts, id: id });
|
|
46
42
|
}
|
|
47
43
|
/** @internal */
|
|
48
|
-
static __pulumiType = 'kubernetes:cilium.io/
|
|
44
|
+
static __pulumiType = 'kubernetes:cilium.io/v2:CiliumEnvoyConfig';
|
|
49
45
|
/**
|
|
50
|
-
* Returns true if the given object is an instance of
|
|
46
|
+
* Returns true if the given object is an instance of CiliumEnvoyConfig. This is designed to work even
|
|
51
47
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
52
48
|
*/
|
|
53
49
|
static isInstance(obj) {
|
|
54
50
|
if (obj === undefined || obj === null) {
|
|
55
51
|
return false;
|
|
56
52
|
}
|
|
57
|
-
return obj['__pulumiType'] ===
|
|
53
|
+
return obj['__pulumiType'] === CiliumEnvoyConfig.__pulumiType;
|
|
58
54
|
}
|
|
59
55
|
/**
|
|
60
56
|
* 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,7 +66,7 @@ class CiliumBGPPeeringPolicy extends pulumi.CustomResource {
|
|
|
70
66
|
metadata;
|
|
71
67
|
spec;
|
|
72
68
|
/**
|
|
73
|
-
* Create a
|
|
69
|
+
* Create a CiliumEnvoyConfig resource with the given unique name, arguments, and options.
|
|
74
70
|
*
|
|
75
71
|
* @param name The _unique_ name of the resource.
|
|
76
72
|
* @param args The arguments to use to populate this resource's properties.
|
|
@@ -80,8 +76,8 @@ class CiliumBGPPeeringPolicy extends pulumi.CustomResource {
|
|
|
80
76
|
let resourceInputs = {};
|
|
81
77
|
opts = opts || {};
|
|
82
78
|
if (!opts.id) {
|
|
83
|
-
resourceInputs["apiVersion"] = "cilium.io/
|
|
84
|
-
resourceInputs["kind"] = "
|
|
79
|
+
resourceInputs["apiVersion"] = "cilium.io/v2";
|
|
80
|
+
resourceInputs["kind"] = "CiliumEnvoyConfig";
|
|
85
81
|
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
86
82
|
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
87
83
|
}
|
|
@@ -92,7 +88,7 @@ class CiliumBGPPeeringPolicy extends pulumi.CustomResource {
|
|
|
92
88
|
resourceInputs["spec"] = undefined /*out*/;
|
|
93
89
|
}
|
|
94
90
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
95
|
-
super(
|
|
91
|
+
super(CiliumEnvoyConfig.__pulumiType, name, resourceInputs, opts);
|
|
96
92
|
}
|
|
97
93
|
}
|
|
98
|
-
exports.
|
|
94
|
+
exports.CiliumEnvoyConfig = CiliumEnvoyConfig;
|
|
@@ -2,66 +2,66 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../../types/input";
|
|
3
3
|
import * as outputs from "../../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* CiliumEnvoyConfigList is a list of CiliumEnvoyConfig
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class CiliumEnvoyConfigList extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
9
|
-
* Get an existing
|
|
9
|
+
* Get an existing CiliumEnvoyConfigList resource's state with the given name, ID, and optional extra
|
|
10
10
|
* properties used to qualify the lookup.
|
|
11
11
|
*
|
|
12
12
|
* @param name The _unique_ name of the resulting resource.
|
|
13
13
|
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
14
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
15
|
*/
|
|
16
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions):
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CiliumEnvoyConfigList;
|
|
17
17
|
/** @internal */
|
|
18
|
-
static readonly __pulumiType = "kubernetes:cilium.io/
|
|
18
|
+
static readonly __pulumiType = "kubernetes:cilium.io/v2:CiliumEnvoyConfigList";
|
|
19
19
|
/**
|
|
20
|
-
* Returns true if the given object is an instance of
|
|
20
|
+
* Returns true if the given object is an instance of CiliumEnvoyConfigList. This is designed to work even
|
|
21
21
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
22
22
|
*/
|
|
23
|
-
static isInstance(obj: any): obj is
|
|
23
|
+
static isInstance(obj: any): obj is CiliumEnvoyConfigList;
|
|
24
24
|
/**
|
|
25
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
26
|
*/
|
|
27
|
-
readonly apiVersion: pulumi.Output<"cilium.io/
|
|
27
|
+
readonly apiVersion: pulumi.Output<"cilium.io/v2">;
|
|
28
28
|
/**
|
|
29
|
-
* List of
|
|
29
|
+
* List of ciliumenvoyconfigs. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
30
30
|
*/
|
|
31
|
-
readonly items: pulumi.Output<outputs.cilium.
|
|
31
|
+
readonly items: pulumi.Output<outputs.cilium.v2.CiliumEnvoyConfig[]>;
|
|
32
32
|
/**
|
|
33
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
34
|
*/
|
|
35
|
-
readonly kind: pulumi.Output<"
|
|
35
|
+
readonly kind: pulumi.Output<"CiliumEnvoyConfigList">;
|
|
36
36
|
/**
|
|
37
37
|
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
38
38
|
*/
|
|
39
39
|
readonly metadata: pulumi.Output<outputs.meta.v1.ListMeta>;
|
|
40
40
|
/**
|
|
41
|
-
* Create a
|
|
41
|
+
* Create a CiliumEnvoyConfigList resource with the given unique name, arguments, and options.
|
|
42
42
|
*
|
|
43
43
|
* @param name The _unique_ name of the resource.
|
|
44
44
|
* @param args The arguments to use to populate this resource's properties.
|
|
45
45
|
* @param opts A bag of options that control this resource's behavior.
|
|
46
46
|
*/
|
|
47
|
-
constructor(name: string, args?:
|
|
47
|
+
constructor(name: string, args?: CiliumEnvoyConfigListArgs, opts?: pulumi.CustomResourceOptions);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* The set of arguments for constructing a
|
|
50
|
+
* The set of arguments for constructing a CiliumEnvoyConfigList resource.
|
|
51
51
|
*/
|
|
52
|
-
export interface
|
|
52
|
+
export interface CiliumEnvoyConfigListArgs {
|
|
53
53
|
/**
|
|
54
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
55
|
*/
|
|
56
|
-
apiVersion?: pulumi.Input<"cilium.io/
|
|
56
|
+
apiVersion?: pulumi.Input<"cilium.io/v2">;
|
|
57
57
|
/**
|
|
58
|
-
* List of
|
|
58
|
+
* List of ciliumenvoyconfigs. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
59
59
|
*/
|
|
60
|
-
items: pulumi.Input<pulumi.Input<inputs.cilium.
|
|
60
|
+
items: pulumi.Input<pulumi.Input<inputs.cilium.v2.CiliumEnvoyConfig>[]>;
|
|
61
61
|
/**
|
|
62
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
63
|
*/
|
|
64
|
-
kind?: pulumi.Input<"
|
|
64
|
+
kind?: pulumi.Input<"CiliumEnvoyConfigList">;
|
|
65
65
|
/**
|
|
66
66
|
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
67
67
|
*/
|