@highstate/gateway-api 0.9.16 → 0.9.19

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 (75) hide show
  1. package/CHANGELOG.md +3 -40
  2. package/bin/gateway/v1/gateway.d.ts +2 -3
  3. package/bin/gateway/v1/gateway.js.map +1 -1
  4. package/bin/gateway/v1/gatewayClass.d.ts +2 -3
  5. package/bin/gateway/v1/gatewayClass.js.map +1 -1
  6. package/bin/gateway/v1/gatewayClassList.js.map +1 -1
  7. package/bin/gateway/v1/gatewayClassPatch.d.ts +2 -3
  8. package/bin/gateway/v1/gatewayClassPatch.js.map +1 -1
  9. package/bin/gateway/v1/gatewayList.js.map +1 -1
  10. package/bin/gateway/v1/gatewayPatch.d.ts +2 -3
  11. package/bin/gateway/v1/gatewayPatch.js.map +1 -1
  12. package/bin/gateway/v1/grpcroute.d.ts +2 -3
  13. package/bin/gateway/v1/grpcroute.js.map +1 -1
  14. package/bin/gateway/v1/grpcrouteList.js.map +1 -1
  15. package/bin/gateway/v1/grpcroutePatch.d.ts +2 -3
  16. package/bin/gateway/v1/grpcroutePatch.js.map +1 -1
  17. package/bin/gateway/v1/httproute.d.ts +2 -3
  18. package/bin/gateway/v1/httproute.js.map +1 -1
  19. package/bin/gateway/v1/httprouteList.js.map +1 -1
  20. package/bin/gateway/v1/httproutePatch.d.ts +2 -3
  21. package/bin/gateway/v1/httproutePatch.js.map +1 -1
  22. package/bin/gateway/v1beta1/gateway.d.ts +2 -3
  23. package/bin/gateway/v1beta1/gateway.js.map +1 -1
  24. package/bin/gateway/v1beta1/gatewayClass.d.ts +2 -3
  25. package/bin/gateway/v1beta1/gatewayClass.js.map +1 -1
  26. package/bin/gateway/v1beta1/gatewayClassList.js.map +1 -1
  27. package/bin/gateway/v1beta1/gatewayClassPatch.d.ts +2 -3
  28. package/bin/gateway/v1beta1/gatewayClassPatch.js.map +1 -1
  29. package/bin/gateway/v1beta1/gatewayList.js.map +1 -1
  30. package/bin/gateway/v1beta1/gatewayPatch.d.ts +2 -3
  31. package/bin/gateway/v1beta1/gatewayPatch.js.map +1 -1
  32. package/bin/gateway/v1beta1/httproute.d.ts +2 -3
  33. package/bin/gateway/v1beta1/httproute.js.map +1 -1
  34. package/bin/gateway/v1beta1/httprouteList.js.map +1 -1
  35. package/bin/gateway/v1beta1/httproutePatch.d.ts +2 -3
  36. package/bin/gateway/v1beta1/httproutePatch.js.map +1 -1
  37. package/bin/gateway/v1beta1/referenceGrant.d.ts +2 -3
  38. package/bin/gateway/v1beta1/referenceGrant.js.map +1 -1
  39. package/bin/gateway/v1beta1/referenceGrantList.js.map +1 -1
  40. package/bin/gateway/v1beta1/referenceGrantPatch.d.ts +2 -3
  41. package/bin/gateway/v1beta1/referenceGrantPatch.js.map +1 -1
  42. package/bin/package.json +9 -8
  43. package/bin/types/input.d.ts +298 -9
  44. package/bin/types/output.d.ts +298 -9
  45. package/gateway/v1/gateway.ts +2 -4
  46. package/gateway/v1/gatewayClass.ts +2 -4
  47. package/gateway/v1/gatewayClassList.ts +0 -2
  48. package/gateway/v1/gatewayClassPatch.ts +2 -4
  49. package/gateway/v1/gatewayList.ts +0 -2
  50. package/gateway/v1/gatewayPatch.ts +2 -4
  51. package/gateway/v1/grpcroute.ts +2 -4
  52. package/gateway/v1/grpcrouteList.ts +0 -2
  53. package/gateway/v1/grpcroutePatch.ts +2 -4
  54. package/gateway/v1/httproute.ts +2 -4
  55. package/gateway/v1/httprouteList.ts +0 -2
  56. package/gateway/v1/httproutePatch.ts +2 -4
  57. package/gateway/v1beta1/gateway.ts +2 -4
  58. package/gateway/v1beta1/gatewayClass.ts +2 -4
  59. package/gateway/v1beta1/gatewayClassList.ts +0 -2
  60. package/gateway/v1beta1/gatewayClassPatch.ts +2 -4
  61. package/gateway/v1beta1/gatewayList.ts +0 -2
  62. package/gateway/v1beta1/gatewayPatch.ts +2 -4
  63. package/gateway/v1beta1/httproute.ts +2 -4
  64. package/gateway/v1beta1/httprouteList.ts +0 -2
  65. package/gateway/v1beta1/httproutePatch.ts +2 -4
  66. package/gateway/v1beta1/referenceGrant.ts +2 -4
  67. package/gateway/v1beta1/referenceGrantList.ts +0 -2
  68. package/gateway/v1beta1/referenceGrantPatch.ts +2 -4
  69. package/package.json +10 -9
  70. package/tsconfig.json +49 -48
  71. package/types/input.ts +296 -10
  72. package/types/output.ts +296 -10
  73. package/bin/meta/v1.d.ts +0 -3
  74. package/bin/meta/v1.js +0 -3
  75. package/bin/meta/v1.js.map +0 -1
@@ -1,5 +1,4 @@
1
1
  import * as outputs from "../types/output";
2
- import { ObjectMeta } from "../meta/v1";
3
2
  export declare namespace gateway {
4
3
  namespace v1 {
5
4
  /**
@@ -43,7 +42,7 @@ export declare namespace gateway {
43
42
  /**
44
43
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
45
44
  */
46
- metadata: ObjectMeta;
45
+ metadata: outputs.meta.v1.ObjectMeta;
47
46
  spec: outputs.gateway.v1.GRPCRouteSpec;
48
47
  status: outputs.gateway.v1.GRPCRouteStatus;
49
48
  }
@@ -2977,7 +2976,7 @@ export declare namespace gateway {
2977
2976
  /**
2978
2977
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
2979
2978
  */
2980
- metadata: ObjectMeta;
2979
+ metadata: outputs.meta.v1.ObjectMeta;
2981
2980
  spec: outputs.gateway.v1.GatewaySpec;
2982
2981
  status: outputs.gateway.v1.GatewayStatus;
2983
2982
  }
@@ -3012,7 +3011,7 @@ export declare namespace gateway {
3012
3011
  /**
3013
3012
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
3014
3013
  */
3015
- metadata: ObjectMeta;
3014
+ metadata: outputs.meta.v1.ObjectMeta;
3016
3015
  spec: outputs.gateway.v1.GatewayClassSpec;
3017
3016
  status: outputs.gateway.v1.GatewayClassStatus;
3018
3017
  }
@@ -4674,7 +4673,7 @@ export declare namespace gateway {
4674
4673
  /**
4675
4674
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
4676
4675
  */
4677
- metadata: ObjectMeta;
4676
+ metadata: outputs.meta.v1.ObjectMeta;
4678
4677
  spec: outputs.gateway.v1.HTTPRouteSpec;
4679
4678
  status: outputs.gateway.v1.HTTPRouteStatus;
4680
4679
  }
@@ -8646,7 +8645,7 @@ export declare namespace gateway {
8646
8645
  /**
8647
8646
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
8648
8647
  */
8649
- metadata: ObjectMeta;
8648
+ metadata: outputs.meta.v1.ObjectMeta;
8650
8649
  spec: outputs.gateway.v1beta1.GatewaySpec;
8651
8650
  status: outputs.gateway.v1beta1.GatewayStatus;
8652
8651
  }
@@ -8681,7 +8680,7 @@ export declare namespace gateway {
8681
8680
  /**
8682
8681
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
8683
8682
  */
8684
- metadata: ObjectMeta;
8683
+ metadata: outputs.meta.v1.ObjectMeta;
8685
8684
  spec: outputs.gateway.v1beta1.GatewayClassSpec;
8686
8685
  status: outputs.gateway.v1beta1.GatewayClassStatus;
8687
8686
  }
@@ -10343,7 +10342,7 @@ export declare namespace gateway {
10343
10342
  /**
10344
10343
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
10345
10344
  */
10346
- metadata: ObjectMeta;
10345
+ metadata: outputs.meta.v1.ObjectMeta;
10347
10346
  spec: outputs.gateway.v1beta1.HTTPRouteSpec;
10348
10347
  status: outputs.gateway.v1beta1.HTTPRouteStatus;
10349
10348
  }
@@ -14327,7 +14326,7 @@ export declare namespace gateway {
14327
14326
  /**
14328
14327
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
14329
14328
  */
14330
- metadata: ObjectMeta;
14329
+ metadata: outputs.meta.v1.ObjectMeta;
14331
14330
  spec: outputs.gateway.v1beta1.ReferenceGrantSpec;
14332
14331
  }
14333
14332
  /**
@@ -14529,5 +14528,295 @@ export declare namespace meta {
14529
14528
  */
14530
14529
  selfLink: string;
14531
14530
  }
14531
+ /**
14532
+ * ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
14533
+ */
14534
+ interface ManagedFieldsEntry {
14535
+ /**
14536
+ * APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
14537
+ */
14538
+ apiVersion: string;
14539
+ /**
14540
+ * FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
14541
+ */
14542
+ fieldsType: string;
14543
+ /**
14544
+ * FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
14545
+ */
14546
+ fieldsV1: any;
14547
+ /**
14548
+ * Manager is an identifier of the workflow managing these fields.
14549
+ */
14550
+ manager: string;
14551
+ /**
14552
+ * Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
14553
+ */
14554
+ operation: string;
14555
+ /**
14556
+ * Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
14557
+ */
14558
+ subresource: string;
14559
+ /**
14560
+ * Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
14561
+ */
14562
+ time: string;
14563
+ }
14564
+ /**
14565
+ * ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
14566
+ */
14567
+ interface ManagedFieldsEntryPatch {
14568
+ /**
14569
+ * APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
14570
+ */
14571
+ apiVersion: string;
14572
+ /**
14573
+ * FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
14574
+ */
14575
+ fieldsType: string;
14576
+ /**
14577
+ * FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
14578
+ */
14579
+ fieldsV1: any;
14580
+ /**
14581
+ * Manager is an identifier of the workflow managing these fields.
14582
+ */
14583
+ manager: string;
14584
+ /**
14585
+ * Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
14586
+ */
14587
+ operation: string;
14588
+ /**
14589
+ * Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
14590
+ */
14591
+ subresource: string;
14592
+ /**
14593
+ * Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
14594
+ */
14595
+ time: string;
14596
+ }
14597
+ /**
14598
+ * ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
14599
+ */
14600
+ interface ObjectMeta {
14601
+ /**
14602
+ * Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
14603
+ */
14604
+ annotations: {
14605
+ [key: string]: string;
14606
+ };
14607
+ /**
14608
+ * CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
14609
+ *
14610
+ * Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
14611
+ */
14612
+ creationTimestamp: string;
14613
+ /**
14614
+ * Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
14615
+ */
14616
+ deletionGracePeriodSeconds: number;
14617
+ /**
14618
+ * DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
14619
+ *
14620
+ * Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
14621
+ */
14622
+ deletionTimestamp: string;
14623
+ /**
14624
+ * Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
14625
+ */
14626
+ finalizers: string[];
14627
+ /**
14628
+ * GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
14629
+ *
14630
+ * If this field is specified and the generated name exists, the server will return a 409.
14631
+ *
14632
+ * Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
14633
+ */
14634
+ generateName: string;
14635
+ /**
14636
+ * A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
14637
+ */
14638
+ generation: number;
14639
+ /**
14640
+ * Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
14641
+ */
14642
+ labels: {
14643
+ [key: string]: string;
14644
+ };
14645
+ /**
14646
+ * ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
14647
+ */
14648
+ managedFields: outputs.meta.v1.ManagedFieldsEntry[];
14649
+ /**
14650
+ * Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
14651
+ */
14652
+ name: string;
14653
+ /**
14654
+ * Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
14655
+ *
14656
+ * Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
14657
+ */
14658
+ namespace: string;
14659
+ /**
14660
+ * List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
14661
+ */
14662
+ ownerReferences: outputs.meta.v1.OwnerReference[];
14663
+ /**
14664
+ * An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
14665
+ *
14666
+ * Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
14667
+ */
14668
+ resourceVersion: string;
14669
+ /**
14670
+ * Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
14671
+ */
14672
+ selfLink: string;
14673
+ /**
14674
+ * UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
14675
+ *
14676
+ * Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
14677
+ */
14678
+ uid: string;
14679
+ }
14680
+ /**
14681
+ * ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
14682
+ */
14683
+ interface ObjectMetaPatch {
14684
+ /**
14685
+ * Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
14686
+ */
14687
+ annotations: {
14688
+ [key: string]: string;
14689
+ };
14690
+ /**
14691
+ * CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
14692
+ *
14693
+ * Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
14694
+ */
14695
+ creationTimestamp: string;
14696
+ /**
14697
+ * Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
14698
+ */
14699
+ deletionGracePeriodSeconds: number;
14700
+ /**
14701
+ * DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
14702
+ *
14703
+ * Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
14704
+ */
14705
+ deletionTimestamp: string;
14706
+ /**
14707
+ * Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
14708
+ */
14709
+ finalizers: string[];
14710
+ /**
14711
+ * GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
14712
+ *
14713
+ * If this field is specified and the generated name exists, the server will return a 409.
14714
+ *
14715
+ * Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
14716
+ */
14717
+ generateName: string;
14718
+ /**
14719
+ * A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
14720
+ */
14721
+ generation: number;
14722
+ /**
14723
+ * Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
14724
+ */
14725
+ labels: {
14726
+ [key: string]: string;
14727
+ };
14728
+ /**
14729
+ * ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
14730
+ */
14731
+ managedFields: outputs.meta.v1.ManagedFieldsEntryPatch[];
14732
+ /**
14733
+ * Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
14734
+ */
14735
+ name: string;
14736
+ /**
14737
+ * Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
14738
+ *
14739
+ * Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
14740
+ */
14741
+ namespace: string;
14742
+ /**
14743
+ * List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
14744
+ */
14745
+ ownerReferences: outputs.meta.v1.OwnerReferencePatch[];
14746
+ /**
14747
+ * An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
14748
+ *
14749
+ * Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
14750
+ */
14751
+ resourceVersion: string;
14752
+ /**
14753
+ * Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
14754
+ */
14755
+ selfLink: string;
14756
+ /**
14757
+ * UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
14758
+ *
14759
+ * Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
14760
+ */
14761
+ uid: string;
14762
+ }
14763
+ /**
14764
+ * OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
14765
+ */
14766
+ interface OwnerReference {
14767
+ /**
14768
+ * API version of the referent.
14769
+ */
14770
+ apiVersion: string;
14771
+ /**
14772
+ * If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
14773
+ */
14774
+ blockOwnerDeletion: boolean;
14775
+ /**
14776
+ * If true, this reference points to the managing controller.
14777
+ */
14778
+ controller: boolean;
14779
+ /**
14780
+ * Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
14781
+ */
14782
+ kind: string;
14783
+ /**
14784
+ * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
14785
+ */
14786
+ name: string;
14787
+ /**
14788
+ * UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
14789
+ */
14790
+ uid: string;
14791
+ }
14792
+ /**
14793
+ * OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
14794
+ */
14795
+ interface OwnerReferencePatch {
14796
+ /**
14797
+ * API version of the referent.
14798
+ */
14799
+ apiVersion: string;
14800
+ /**
14801
+ * If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
14802
+ */
14803
+ blockOwnerDeletion: boolean;
14804
+ /**
14805
+ * If true, this reference points to the managing controller.
14806
+ */
14807
+ controller: boolean;
14808
+ /**
14809
+ * Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
14810
+ */
14811
+ kind: string;
14812
+ /**
14813
+ * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
14814
+ */
14815
+ name: string;
14816
+ /**
14817
+ * UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
14818
+ */
14819
+ uid: string;
14820
+ }
14532
14821
  }
14533
14822
  }
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMeta} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * Gateway represents an instance of a service-traffic handling infrastructure
13
11
  * by binding Listeners to a set of IP addresses.
@@ -50,7 +48,7 @@ export class Gateway extends pulumi.CustomResource {
50
48
  /**
51
49
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
52
50
  */
53
- public readonly metadata!: pulumi.Output<ObjectMeta>;
51
+ public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMeta>;
54
52
  public readonly spec!: pulumi.Output<outputs.gateway.v1.GatewaySpec>;
55
53
  public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1.GatewayStatus>;
56
54
 
@@ -99,6 +97,6 @@ export interface GatewayArgs {
99
97
  /**
100
98
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
101
99
  */
102
- metadata?: pulumi.Input<ObjectMeta>;
100
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
103
101
  spec?: pulumi.Input<inputs.gateway.v1.GatewaySpec>;
104
102
  }
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMeta} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * GatewayClass describes a class of Gateways available to the user for creating
13
11
  * Gateway resources.
@@ -65,7 +63,7 @@ export class GatewayClass extends pulumi.CustomResource {
65
63
  /**
66
64
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
67
65
  */
68
- public readonly metadata!: pulumi.Output<ObjectMeta>;
66
+ public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMeta>;
69
67
  public readonly spec!: pulumi.Output<outputs.gateway.v1.GatewayClassSpec>;
70
68
  public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1.GatewayClassStatus>;
71
69
 
@@ -114,6 +112,6 @@ export interface GatewayClassArgs {
114
112
  /**
115
113
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
116
114
  */
117
- metadata?: pulumi.Input<ObjectMeta>;
115
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
118
116
  spec?: pulumi.Input<inputs.gateway.v1.GatewayClassSpec>;
119
117
  }
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMeta} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * GatewayClassList is a list of GatewayClass
13
11
  */
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMetaPatch} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * Patch resources are used to modify existing Kubernetes resources by using
13
11
  * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
@@ -71,7 +69,7 @@ export class GatewayClassPatch extends pulumi.CustomResource {
71
69
  /**
72
70
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
73
71
  */
74
- public readonly metadata!: pulumi.Output<ObjectMetaPatch>;
72
+ public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
75
73
  public readonly spec!: pulumi.Output<outputs.gateway.v1.GatewayClassSpecPatch>;
76
74
  public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1.GatewayClassStatusPatch>;
77
75
 
@@ -120,6 +118,6 @@ export interface GatewayClassPatchArgs {
120
118
  /**
121
119
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
122
120
  */
123
- metadata?: pulumi.Input<ObjectMetaPatch>;
121
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
124
122
  spec?: pulumi.Input<inputs.gateway.v1.GatewayClassSpecPatch>;
125
123
  }
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMeta} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * GatewayList is a list of Gateway
13
11
  */
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMetaPatch} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * Patch resources are used to modify existing Kubernetes resources by using
13
11
  * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
@@ -56,7 +54,7 @@ export class GatewayPatch extends pulumi.CustomResource {
56
54
  /**
57
55
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
58
56
  */
59
- public readonly metadata!: pulumi.Output<ObjectMetaPatch>;
57
+ public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
60
58
  public readonly spec!: pulumi.Output<outputs.gateway.v1.GatewaySpecPatch>;
61
59
  public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1.GatewayStatusPatch>;
62
60
 
@@ -105,6 +103,6 @@ export interface GatewayPatchArgs {
105
103
  /**
106
104
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
107
105
  */
108
- metadata?: pulumi.Input<ObjectMetaPatch>;
106
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
109
107
  spec?: pulumi.Input<inputs.gateway.v1.GatewaySpecPatch>;
110
108
  }
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMeta} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * GRPCRoute provides a way to route gRPC requests. This includes the capability
13
11
  * to match requests by hostname, gRPC service, gRPC method, or HTTP/2 header.
@@ -75,7 +73,7 @@ export class GRPCRoute extends pulumi.CustomResource {
75
73
  /**
76
74
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
77
75
  */
78
- public readonly metadata!: pulumi.Output<ObjectMeta>;
76
+ public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMeta>;
79
77
  public readonly spec!: pulumi.Output<outputs.gateway.v1.GRPCRouteSpec>;
80
78
  public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1.GRPCRouteStatus>;
81
79
 
@@ -122,6 +120,6 @@ export interface GRPCRouteArgs {
122
120
  /**
123
121
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
124
122
  */
125
- metadata?: pulumi.Input<ObjectMeta>;
123
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
126
124
  spec?: pulumi.Input<inputs.gateway.v1.GRPCRouteSpec>;
127
125
  }
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMeta} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * GRPCRouteList is a list of GRPCRoute
13
11
  */
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMetaPatch} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * Patch resources are used to modify existing Kubernetes resources by using
13
11
  * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
@@ -81,7 +79,7 @@ export class GRPCRoutePatch extends pulumi.CustomResource {
81
79
  /**
82
80
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
83
81
  */
84
- public readonly metadata!: pulumi.Output<ObjectMetaPatch>;
82
+ public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
85
83
  public readonly spec!: pulumi.Output<outputs.gateway.v1.GRPCRouteSpecPatch>;
86
84
  public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1.GRPCRouteStatusPatch>;
87
85
 
@@ -128,6 +126,6 @@ export interface GRPCRoutePatchArgs {
128
126
  /**
129
127
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
130
128
  */
131
- metadata?: pulumi.Input<ObjectMetaPatch>;
129
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
132
130
  spec?: pulumi.Input<inputs.gateway.v1.GRPCRouteSpecPatch>;
133
131
  }
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMeta} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * HTTPRoute provides a way to route HTTP requests. This includes the capability
13
11
  * to match requests by hostname, path, header, or query param. Filters can be
@@ -52,7 +50,7 @@ export class HTTPRoute extends pulumi.CustomResource {
52
50
  /**
53
51
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
54
52
  */
55
- public readonly metadata!: pulumi.Output<ObjectMeta>;
53
+ public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMeta>;
56
54
  public readonly spec!: pulumi.Output<outputs.gateway.v1.HTTPRouteSpec>;
57
55
  public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1.HTTPRouteStatus>;
58
56
 
@@ -101,6 +99,6 @@ export interface HTTPRouteArgs {
101
99
  /**
102
100
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
103
101
  */
104
- metadata?: pulumi.Input<ObjectMeta>;
102
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
105
103
  spec?: pulumi.Input<inputs.gateway.v1.HTTPRouteSpec>;
106
104
  }
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMeta} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * HTTPRouteList is a list of HTTPRoute
13
11
  */
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
6
6
  import * as outputs from "../../types/output";
7
7
  import * as utilities from "../../utilities";
8
8
 
9
- import {ObjectMetaPatch} from "../../meta/v1";
10
-
11
9
  /**
12
10
  * Patch resources are used to modify existing Kubernetes resources by using
13
11
  * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
@@ -58,7 +56,7 @@ export class HTTPRoutePatch extends pulumi.CustomResource {
58
56
  /**
59
57
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
60
58
  */
61
- public readonly metadata!: pulumi.Output<ObjectMetaPatch>;
59
+ public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
62
60
  public readonly spec!: pulumi.Output<outputs.gateway.v1.HTTPRouteSpecPatch>;
63
61
  public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1.HTTPRouteStatusPatch>;
64
62
 
@@ -107,6 +105,6 @@ export interface HTTPRoutePatchArgs {
107
105
  /**
108
106
  * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
109
107
  */
110
- metadata?: pulumi.Input<ObjectMetaPatch>;
108
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
111
109
  spec?: pulumi.Input<inputs.gateway.v1.HTTPRouteSpecPatch>;
112
110
  }