@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.
Files changed (53) hide show
  1. package/dist/cilium/index.d.ts +2 -1
  2. package/dist/cilium/index.js +3 -1
  3. package/dist/cilium/{v2alpha1/ciliumBGPAdvertisement.d.ts → v2/ciliumClusterwideEnvoyConfig.d.ts} +16 -19
  4. package/dist/cilium/{v2alpha1/ciliumBGPAdvertisement.js → v2/ciliumClusterwideEnvoyConfig.js} +12 -15
  5. package/dist/cilium/v2/ciliumClusterwideEnvoyConfigList.d.ts +69 -0
  6. package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigOverrideList.js → v2/ciliumClusterwideEnvoyConfigList.js} +14 -14
  7. package/dist/cilium/{v2alpha1/ciliumBGPAdvertisementPatch.d.ts → v2/ciliumClusterwideEnvoyConfigPatch.d.ts} +16 -17
  8. package/dist/cilium/{v2alpha1/ciliumBGPAdvertisementPatch.js → v2/ciliumClusterwideEnvoyConfigPatch.js} +12 -13
  9. package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigOverride.d.ts → v2/ciliumClusterwideNetworkPolicy.d.ts} +28 -20
  10. package/dist/cilium/{v2alpha1/ciliumL2AnnouncementPolicy.js → v2/ciliumClusterwideNetworkPolicy.js} +21 -15
  11. package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicyList.d.ts → v2/ciliumClusterwideNetworkPolicyList.d.ts} +19 -19
  12. package/dist/cilium/v2/ciliumClusterwideNetworkPolicyList.js +103 -0
  13. package/dist/cilium/{v2alpha1/ciliumBGPClusterConfigPatch.d.ts → v2/ciliumClusterwideNetworkPolicyPatch.d.ts} +28 -18
  14. package/dist/cilium/{v2alpha1/ciliumL2AnnouncementPolicyPatch.js → v2/ciliumClusterwideNetworkPolicyPatch.js} +21 -15
  15. package/dist/cilium/{v2alpha1/ciliumBGPPeerConfig.d.ts → v2/ciliumEgressGatewayPolicy.d.ts} +16 -17
  16. package/dist/cilium/{v2alpha1/ciliumBGPPeerConfig.js → v2/ciliumEgressGatewayPolicy.js} +12 -15
  17. package/dist/cilium/{v2alpha1/ciliumBGPClusterConfigList.d.ts → v2/ciliumEgressGatewayPolicyList.d.ts} +19 -19
  18. package/dist/cilium/{v2alpha1/ciliumBGPClusterConfigList.js → v2/ciliumEgressGatewayPolicyList.js} +14 -14
  19. package/dist/cilium/{v2alpha1/ciliumBGPPeerConfigPatch.d.ts → v2/ciliumEgressGatewayPolicyPatch.d.ts} +16 -17
  20. package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicyPatch.js → v2/ciliumEgressGatewayPolicyPatch.js} +12 -14
  21. package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicy.d.ts → v2/ciliumEnvoyConfig.d.ts} +16 -20
  22. package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicy.js → v2/ciliumEnvoyConfig.js} +12 -16
  23. package/dist/cilium/{v2alpha1/ciliumBGPPeerConfigList.d.ts → v2/ciliumEnvoyConfigList.d.ts} +19 -19
  24. package/dist/cilium/{v2alpha1/ciliumBGPPeerConfigList.js → v2/ciliumEnvoyConfigList.js} +14 -14
  25. package/dist/cilium/{v2alpha1/ciliumBGPPeeringPolicyPatch.d.ts → v2/ciliumEnvoyConfigPatch.d.ts} +16 -18
  26. package/dist/cilium/{v2alpha1/ciliumBGPClusterConfigPatch.js → v2/ciliumEnvoyConfigPatch.js} +12 -16
  27. package/dist/cilium/{v2alpha1/ciliumBGPClusterConfig.d.ts → v2/ciliumLocalRedirectPolicy.d.ts} +19 -18
  28. package/dist/cilium/{v2alpha1/ciliumBGPClusterConfig.js → v2/ciliumLocalRedirectPolicy.js} +14 -13
  29. package/dist/cilium/{v2alpha1/ciliumBGPAdvertisementList.d.ts → v2/ciliumLocalRedirectPolicyList.d.ts} +19 -19
  30. package/dist/cilium/{v2alpha1/ciliumBGPAdvertisementList.js → v2/ciliumLocalRedirectPolicyList.js} +14 -14
  31. package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigPatch.d.ts → v2/ciliumLocalRedirectPolicyPatch.d.ts} +19 -19
  32. package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigPatch.js → v2/ciliumLocalRedirectPolicyPatch.js} +14 -14
  33. package/dist/cilium/{v2alpha1/ciliumBGPNodeConfig.d.ts → v2/ciliumNetworkPolicy.d.ts} +27 -19
  34. package/dist/cilium/{v2alpha1/ciliumBGPNodeConfig.js → v2/ciliumNetworkPolicy.js} +20 -14
  35. package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigList.d.ts → v2/ciliumNetworkPolicyList.d.ts} +19 -19
  36. package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigList.js → v2/ciliumNetworkPolicyList.js} +14 -14
  37. package/dist/cilium/{v2alpha1/ciliumBGPNodeConfigOverridePatch.d.ts → v2/ciliumNetworkPolicyPatch.d.ts} +27 -20
  38. package/dist/cilium/{v2alpha1/ciliumBGPPeerConfigPatch.js → v2/ciliumNetworkPolicyPatch.js} +20 -12
  39. package/dist/cilium/v2/index.d.ts +54 -0
  40. package/dist/cilium/v2/index.js +112 -0
  41. package/dist/cilium/v2alpha1/index.d.ts +0 -63
  42. package/dist/cilium/v2alpha1/index.js +1 -85
  43. package/dist/types/input.d.ts +20402 -1298
  44. package/dist/types/output.d.ts +20349 -1383
  45. package/package.json +3 -3
  46. package/dist/cilium/v2alpha1/ciliumBGPNodeConfigOverride.js +0 -100
  47. package/dist/cilium/v2alpha1/ciliumBGPNodeConfigOverrideList.d.ts +0 -69
  48. package/dist/cilium/v2alpha1/ciliumBGPNodeConfigOverridePatch.js +0 -106
  49. package/dist/cilium/v2alpha1/ciliumBGPPeeringPolicyList.js +0 -103
  50. package/dist/cilium/v2alpha1/ciliumL2AnnouncementPolicy.d.ts +0 -67
  51. package/dist/cilium/v2alpha1/ciliumL2AnnouncementPolicyList.d.ts +0 -69
  52. package/dist/cilium/v2alpha1/ciliumL2AnnouncementPolicyList.js +0 -103
  53. 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
- * CiliumBGPClusterConfigList is a list of CiliumBGPClusterConfig
5
+ * CiliumEgressGatewayPolicyList is a list of CiliumEgressGatewayPolicy
6
6
  */
7
- export declare class CiliumBGPClusterConfigList extends pulumi.CustomResource {
7
+ export declare class CiliumEgressGatewayPolicyList extends pulumi.CustomResource {
8
8
  /**
9
- * Get an existing CiliumBGPClusterConfigList resource's state with the given name, ID, and optional extra
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): CiliumBGPClusterConfigList;
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CiliumEgressGatewayPolicyList;
17
17
  /** @internal */
18
- static readonly __pulumiType = "kubernetes:cilium.io/v2alpha1:CiliumBGPClusterConfigList";
18
+ static readonly __pulumiType = "kubernetes:cilium.io/v2:CiliumEgressGatewayPolicyList";
19
19
  /**
20
- * Returns true if the given object is an instance of CiliumBGPClusterConfigList. This is designed to work even
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 CiliumBGPClusterConfigList;
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/v2alpha1">;
27
+ readonly apiVersion: pulumi.Output<"cilium.io/v2">;
28
28
  /**
29
- * List of ciliumbgpclusterconfigs. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
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.v2alpha1.CiliumBGPClusterConfig[]>;
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<"CiliumBGPClusterConfigList">;
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 CiliumBGPClusterConfigList resource with the given unique name, arguments, and options.
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?: CiliumBGPClusterConfigListArgs, opts?: pulumi.CustomResourceOptions);
47
+ constructor(name: string, args?: CiliumEgressGatewayPolicyListArgs, opts?: pulumi.CustomResourceOptions);
48
48
  }
49
49
  /**
50
- * The set of arguments for constructing a CiliumBGPClusterConfigList resource.
50
+ * The set of arguments for constructing a CiliumEgressGatewayPolicyList resource.
51
51
  */
52
- export interface CiliumBGPClusterConfigListArgs {
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/v2alpha1">;
56
+ apiVersion?: pulumi.Input<"cilium.io/v2">;
57
57
  /**
58
- * List of ciliumbgpclusterconfigs. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
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.v2alpha1.CiliumBGPClusterConfig>[]>;
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<"CiliumBGPClusterConfigList">;
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
  */
@@ -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.CiliumBGPClusterConfigList = void 0;
28
+ exports.CiliumEgressGatewayPolicyList = void 0;
29
29
  const pulumi = __importStar(require("@pulumi/pulumi"));
30
30
  const utilities = __importStar(require("../../utilities"));
31
31
  /**
32
- * CiliumBGPClusterConfigList is a list of CiliumBGPClusterConfig
32
+ * CiliumEgressGatewayPolicyList is a list of CiliumEgressGatewayPolicy
33
33
  */
34
- class CiliumBGPClusterConfigList extends pulumi.CustomResource {
34
+ class CiliumEgressGatewayPolicyList extends pulumi.CustomResource {
35
35
  /**
36
- * Get an existing CiliumBGPClusterConfigList resource's state with the given name, ID, and optional extra
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 CiliumBGPClusterConfigList(name, undefined, { ...opts, id: id });
44
+ return new CiliumEgressGatewayPolicyList(name, undefined, { ...opts, id: id });
45
45
  }
46
46
  /** @internal */
47
- static __pulumiType = 'kubernetes:cilium.io/v2alpha1:CiliumBGPClusterConfigList';
47
+ static __pulumiType = 'kubernetes:cilium.io/v2:CiliumEgressGatewayPolicyList';
48
48
  /**
49
- * Returns true if the given object is an instance of CiliumBGPClusterConfigList. This is designed to work even
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'] === CiliumBGPClusterConfigList.__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 ciliumbgpclusterconfigs. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
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 CiliumBGPClusterConfigList resource with the given unique name, arguments, and options.
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/v2alpha1";
88
+ resourceInputs["apiVersion"] = "cilium.io/v2";
89
89
  resourceInputs["items"] = args ? args.items : undefined;
90
- resourceInputs["kind"] = "CiliumBGPClusterConfigList";
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(CiliumBGPClusterConfigList.__pulumiType, name, resourceInputs, opts);
100
+ super(CiliumEgressGatewayPolicyList.__pulumiType, name, resourceInputs, opts);
101
101
  }
102
102
  }
103
- exports.CiliumBGPClusterConfigList = CiliumBGPClusterConfigList;
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 CiliumBGPPeerConfigPatch extends pulumi.CustomResource {
13
+ export declare class CiliumEgressGatewayPolicyPatch extends pulumi.CustomResource {
14
14
  /**
15
- * Get an existing CiliumBGPPeerConfigPatch resource's state with the given name, ID, and optional extra
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): CiliumBGPPeerConfigPatch;
22
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CiliumEgressGatewayPolicyPatch;
23
23
  /** @internal */
24
- static readonly __pulumiType = "kubernetes:cilium.io/v2alpha1:CiliumBGPPeerConfigPatch";
24
+ static readonly __pulumiType = "kubernetes:cilium.io/v2:CiliumEgressGatewayPolicyPatch";
25
25
  /**
26
- * Returns true if the given object is an instance of CiliumBGPPeerConfigPatch. This is designed to work even
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 CiliumBGPPeerConfigPatch;
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/v2alpha1">;
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<"CiliumBGPPeerConfig">;
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.v2alpha1.CiliumBGPPeerConfigSpecPatch>;
43
- readonly status: pulumi.Output<outputs.cilium.v2alpha1.CiliumBGPPeerConfigStatusPatch>;
42
+ readonly spec: pulumi.Output<outputs.cilium.v2.CiliumEgressGatewayPolicySpecPatch>;
44
43
  /**
45
- * Create a CiliumBGPPeerConfigPatch resource with the given unique name, arguments, and options.
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?: CiliumBGPPeerConfigPatchArgs, opts?: pulumi.CustomResourceOptions);
50
+ constructor(name: string, args?: CiliumEgressGatewayPolicyPatchArgs, opts?: pulumi.CustomResourceOptions);
52
51
  }
53
52
  /**
54
- * The set of arguments for constructing a CiliumBGPPeerConfigPatch resource.
53
+ * The set of arguments for constructing a CiliumEgressGatewayPolicyPatch resource.
55
54
  */
56
- export interface CiliumBGPPeerConfigPatchArgs {
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/v2alpha1">;
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<"CiliumBGPPeerConfig">;
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.v2alpha1.CiliumBGPPeerConfigSpecPatch>;
68
+ spec?: pulumi.Input<inputs.cilium.v2.CiliumEgressGatewayPolicySpecPatch>;
70
69
  }
@@ -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.CiliumBGPPeeringPolicyPatch = void 0;
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 CiliumBGPPeeringPolicyPatch extends pulumi.CustomResource {
39
+ class CiliumEgressGatewayPolicyPatch extends pulumi.CustomResource {
42
40
  /**
43
- * Get an existing CiliumBGPPeeringPolicyPatch resource's state with the given name, ID, and optional extra
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 CiliumBGPPeeringPolicyPatch(name, undefined, { ...opts, id: id });
49
+ return new CiliumEgressGatewayPolicyPatch(name, undefined, { ...opts, id: id });
52
50
  }
53
51
  /** @internal */
54
- static __pulumiType = 'kubernetes:cilium.io/v2alpha1:CiliumBGPPeeringPolicyPatch';
52
+ static __pulumiType = 'kubernetes:cilium.io/v2:CiliumEgressGatewayPolicyPatch';
55
53
  /**
56
- * Returns true if the given object is an instance of CiliumBGPPeeringPolicyPatch. This is designed to work even
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'] === CiliumBGPPeeringPolicyPatch.__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 CiliumBGPPeeringPolicyPatch resource with the given unique name, arguments, and options.
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/v2alpha1";
90
- resourceInputs["kind"] = "CiliumBGPPeeringPolicy";
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(CiliumBGPPeeringPolicyPatch.__pulumiType, name, resourceInputs, opts);
99
+ super(CiliumEgressGatewayPolicyPatch.__pulumiType, name, resourceInputs, opts);
102
100
  }
103
101
  }
104
- exports.CiliumBGPPeeringPolicyPatch = CiliumBGPPeeringPolicyPatch;
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 CiliumBGPPeeringPolicy resource's state with the given name, ID, and optional extra
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): CiliumBGPPeeringPolicy;
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CiliumEnvoyConfig;
19
15
  /** @internal */
20
- static readonly __pulumiType = "kubernetes:cilium.io/v2alpha1:CiliumBGPPeeringPolicy";
16
+ static readonly __pulumiType = "kubernetes:cilium.io/v2:CiliumEnvoyConfig";
21
17
  /**
22
- * Returns true if the given object is an instance of CiliumBGPPeeringPolicy. This is designed to work even
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 CiliumBGPPeeringPolicy;
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/v2alpha1">;
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<"CiliumBGPPeeringPolicy">;
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.v2alpha1.CiliumBGPPeeringPolicySpec>;
34
+ readonly spec: pulumi.Output<outputs.cilium.v2.CiliumEnvoyConfigSpec>;
39
35
  /**
40
- * Create a CiliumBGPPeeringPolicy resource with the given unique name, arguments, and options.
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?: CiliumBGPPeeringPolicyArgs, opts?: pulumi.CustomResourceOptions);
42
+ constructor(name: string, args?: CiliumEnvoyConfigArgs, opts?: pulumi.CustomResourceOptions);
47
43
  }
48
44
  /**
49
- * The set of arguments for constructing a CiliumBGPPeeringPolicy resource.
45
+ * The set of arguments for constructing a CiliumEnvoyConfig resource.
50
46
  */
51
- export interface CiliumBGPPeeringPolicyArgs {
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/v2alpha1">;
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<"CiliumBGPPeeringPolicy">;
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.v2alpha1.CiliumBGPPeeringPolicySpec>;
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.CiliumBGPPeeringPolicy = void 0;
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 CiliumBGPPeeringPolicy resource's state with the given name, ID, and optional extra
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 CiliumBGPPeeringPolicy(name, undefined, { ...opts, id: id });
41
+ return new CiliumEnvoyConfig(name, undefined, { ...opts, id: id });
46
42
  }
47
43
  /** @internal */
48
- static __pulumiType = 'kubernetes:cilium.io/v2alpha1:CiliumBGPPeeringPolicy';
44
+ static __pulumiType = 'kubernetes:cilium.io/v2:CiliumEnvoyConfig';
49
45
  /**
50
- * Returns true if the given object is an instance of CiliumBGPPeeringPolicy. This is designed to work even
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'] === CiliumBGPPeeringPolicy.__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 CiliumBGPPeeringPolicy resource with the given unique name, arguments, and options.
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/v2alpha1";
84
- resourceInputs["kind"] = "CiliumBGPPeeringPolicy";
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(CiliumBGPPeeringPolicy.__pulumiType, name, resourceInputs, opts);
91
+ super(CiliumEnvoyConfig.__pulumiType, name, resourceInputs, opts);
96
92
  }
97
93
  }
98
- exports.CiliumBGPPeeringPolicy = CiliumBGPPeeringPolicy;
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
- * CiliumBGPPeerConfigList is a list of CiliumBGPPeerConfig
5
+ * CiliumEnvoyConfigList is a list of CiliumEnvoyConfig
6
6
  */
7
- export declare class CiliumBGPPeerConfigList extends pulumi.CustomResource {
7
+ export declare class CiliumEnvoyConfigList extends pulumi.CustomResource {
8
8
  /**
9
- * Get an existing CiliumBGPPeerConfigList resource's state with the given name, ID, and optional extra
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): CiliumBGPPeerConfigList;
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CiliumEnvoyConfigList;
17
17
  /** @internal */
18
- static readonly __pulumiType = "kubernetes:cilium.io/v2alpha1:CiliumBGPPeerConfigList";
18
+ static readonly __pulumiType = "kubernetes:cilium.io/v2:CiliumEnvoyConfigList";
19
19
  /**
20
- * Returns true if the given object is an instance of CiliumBGPPeerConfigList. This is designed to work even
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 CiliumBGPPeerConfigList;
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/v2alpha1">;
27
+ readonly apiVersion: pulumi.Output<"cilium.io/v2">;
28
28
  /**
29
- * List of ciliumbgppeerconfigs. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
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.v2alpha1.CiliumBGPPeerConfig[]>;
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<"CiliumBGPPeerConfigList">;
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 CiliumBGPPeerConfigList resource with the given unique name, arguments, and options.
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?: CiliumBGPPeerConfigListArgs, opts?: pulumi.CustomResourceOptions);
47
+ constructor(name: string, args?: CiliumEnvoyConfigListArgs, opts?: pulumi.CustomResourceOptions);
48
48
  }
49
49
  /**
50
- * The set of arguments for constructing a CiliumBGPPeerConfigList resource.
50
+ * The set of arguments for constructing a CiliumEnvoyConfigList resource.
51
51
  */
52
- export interface CiliumBGPPeerConfigListArgs {
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/v2alpha1">;
56
+ apiVersion?: pulumi.Input<"cilium.io/v2">;
57
57
  /**
58
- * List of ciliumbgppeerconfigs. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
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.v2alpha1.CiliumBGPPeerConfig>[]>;
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<"CiliumBGPPeerConfigList">;
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
  */