@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
@@ -1,73 +0,0 @@
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
- * CiliumL2AnnouncementPolicy is a Kubernetes third-party resource which
13
- * is used to defined which nodes should announce what services on the
14
- * L2 network.
15
- */
16
- export declare class CiliumL2AnnouncementPolicyPatch extends pulumi.CustomResource {
17
- /**
18
- * Get an existing CiliumL2AnnouncementPolicyPatch resource's state with the given name, ID, and optional extra
19
- * properties used to qualify the lookup.
20
- *
21
- * @param name The _unique_ name of the resulting resource.
22
- * @param id The _unique_ provider ID of the resource to lookup.
23
- * @param opts Optional settings to control the behavior of the CustomResource.
24
- */
25
- static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CiliumL2AnnouncementPolicyPatch;
26
- /** @internal */
27
- static readonly __pulumiType = "kubernetes:cilium.io/v2alpha1:CiliumL2AnnouncementPolicyPatch";
28
- /**
29
- * Returns true if the given object is an instance of CiliumL2AnnouncementPolicyPatch. This is designed to work even
30
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
31
- */
32
- static isInstance(obj: any): obj is CiliumL2AnnouncementPolicyPatch;
33
- /**
34
- * 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
35
- */
36
- readonly apiVersion: pulumi.Output<"cilium.io/v2alpha1">;
37
- /**
38
- * 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
39
- */
40
- readonly kind: pulumi.Output<"CiliumL2AnnouncementPolicy">;
41
- /**
42
- * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
43
- */
44
- readonly metadata: pulumi.Output<ObjectMetaPatch>;
45
- readonly spec: pulumi.Output<outputs.cilium.v2alpha1.CiliumL2AnnouncementPolicySpecPatch>;
46
- readonly status: pulumi.Output<outputs.cilium.v2alpha1.CiliumL2AnnouncementPolicyStatusPatch>;
47
- /**
48
- * Create a CiliumL2AnnouncementPolicyPatch resource with the given unique name, arguments, and options.
49
- *
50
- * @param name The _unique_ name of the resource.
51
- * @param args The arguments to use to populate this resource's properties.
52
- * @param opts A bag of options that control this resource's behavior.
53
- */
54
- constructor(name: string, args?: CiliumL2AnnouncementPolicyPatchArgs, opts?: pulumi.CustomResourceOptions);
55
- }
56
- /**
57
- * The set of arguments for constructing a CiliumL2AnnouncementPolicyPatch resource.
58
- */
59
- export interface CiliumL2AnnouncementPolicyPatchArgs {
60
- /**
61
- * 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
62
- */
63
- apiVersion?: pulumi.Input<"cilium.io/v2alpha1">;
64
- /**
65
- * 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
66
- */
67
- kind?: pulumi.Input<"CiliumL2AnnouncementPolicy">;
68
- /**
69
- * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
70
- */
71
- metadata?: pulumi.Input<ObjectMetaPatch>;
72
- spec?: pulumi.Input<inputs.cilium.v2alpha1.CiliumL2AnnouncementPolicySpecPatch>;
73
- }