From 012b7143089aad6019a1f417402567b931629923 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:35:05 +0000 Subject: [PATCH 1/3] Initial plan From 73119ba7a459e29c46eed41af561502d2f6d4768 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:44:22 +0000 Subject: [PATCH 2/3] fix: remove erroneous self-referential replace directive from go.mod Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com> --- generators/github/acm-controller/Broker.json | 12 +++ .../github/acm-controller/MeshSync.json | 12 +++ generators/github/channels/Channel.json | 75 +++++++++++++++++++ .../k8s-config-connector/AlloyDBBackup.json | 12 +++ go.mod | 2 - 5 files changed, 111 insertions(+), 2 deletions(-) create mode 100644 generators/github/channels/Channel.json diff --git a/generators/github/acm-controller/Broker.json b/generators/github/acm-controller/Broker.json index 709c7a18..5ef98104 100644 --- a/generators/github/acm-controller/Broker.json +++ b/generators/github/acm-controller/Broker.json @@ -43,6 +43,18 @@ "components": null, "relationships": null }, +"modelReference": { +"version": "", +"name": "", +"displayName": "", +"id": "00000000-0000-0000-0000-000000000000", +"registrant": { +"kind": "" +}, +"model": { +"version": "" +} +}, "styles": null, "capabilities": null, "status": null, diff --git a/generators/github/acm-controller/MeshSync.json b/generators/github/acm-controller/MeshSync.json index 77e2b466..efd8ec44 100644 --- a/generators/github/acm-controller/MeshSync.json +++ b/generators/github/acm-controller/MeshSync.json @@ -43,6 +43,18 @@ "components": null, "relationships": null }, +"modelReference": { +"version": "", +"name": "", +"displayName": "", +"id": "00000000-0000-0000-0000-000000000000", +"registrant": { +"kind": "" +}, +"model": { +"version": "" +} +}, "styles": null, "capabilities": null, "status": null, diff --git a/generators/github/channels/Channel.json b/generators/github/channels/Channel.json new file mode 100644 index 00000000..805f1a06 --- /dev/null +++ b/generators/github/channels/Channel.json @@ -0,0 +1,75 @@ +{ +"id": "00000000-0000-0000-0000-000000000000", +"schemaVersion": "components.meshery.io/v1beta1", +"version": "", +"displayName": "Channel", +"description": "", +"format": "JSON", +"model": { +"id": "00000000-0000-0000-0000-000000000000", +"schemaVersion": "", +"version": "channel.yaml", +"name": "channels", +"displayName": "channels", +"status": "", +"registrant": { +"id": "00000000-0000-0000-0000-000000000000", +"name": "", +"type": "", +"sub_type": "", +"kind": "", +"status": "", +"created_at": "0001-01-01T00:00:00Z", +"updated_at": "0001-01-01T00:00:00Z", +"deleted_at": null, +"schemaVersion": "" +}, +"connection_id": "00000000-0000-0000-0000-000000000000", +"category": { +"id": "00000000-0000-0000-0000-000000000000", +"name": "" +}, +"subCategory": "", +"metadata": { +"source_uri": "https://raw.githubusercontent.com/knative/eventing/refs/heads/main/config/core/resources/channel.yaml", +"svgColor": "", +"svgWhite": "" +}, +"model": { +"version": "" +}, +"components_count": 0, +"relationships_count": 0, +"components": null, +"relationships": null +}, +"modelReference": { +"version": "", +"name": "", +"displayName": "", +"id": "00000000-0000-0000-0000-000000000000", +"registrant": { +"kind": "" +}, +"model": { +"version": "" +} +}, +"styles": null, +"capabilities": null, +"status": null, +"metadata": { +"configurationUISchema": "", +"genealogy": "", +"instanceDetails": null, +"isAnnotation": false, +"isNamespaced": true, +"published": false +}, +"configuration": null, +"component": { +"version": "messaging.knative.dev/v1", +"kind": "Channel", +"schema": "{\n \"description\": \"Channel represents a generic Channel. It is normally used when we want a Channel, but do not need a specific Channel implementation.\",\n \"properties\": {\n \"spec\": {\n \"description\": \"Spec defines the desired state of the Channel.\",\n \"properties\": {\n \"channelTemplate\": {\n \"description\": \"ChannelTemplate specifies which Channel CRD to use to create the CRD Channel backing this Channel. This is immutable after creation. Normally this is set by the Channel defaulter, not directly by the user.\",\n \"properties\": {\n \"apiVersion\": {\n \"description\": \"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\",\n \"type\": \"string\"\n },\n \"kind\": {\n \"description\": \"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\",\n \"type\": \"string\"\n },\n \"spec\": {\n \"description\": \"Spec defines the Spec to use for each channel created. Passed in verbatim to the Channel CRD as Spec section.\",\n \"format\": \"textarea\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"delivery\": {\n \"description\": \"DeliverySpec contains the default delivery spec for each subscription to this Channelable. Each subscription delivery spec, if any, overrides this global delivery spec.\",\n \"format\": \"textarea\",\n \"properties\": {\n \"backoffDelay\": {\n \"description\": \"BackoffDelay is the delay before retrying. More information on Duration format: - https://www.iso.org/iso-8601-date-and-time-format.html - https://en.wikipedia.org/wiki/ISO_8601 For linear policy, backoff delay is backoffDelay*\\u003cnumberOfRetries\\u003e. For exponential policy, backoff delay is backoffDelay*2^\\u003cnumberOfRetries\\u003e.\",\n \"type\": \"string\"\n },\n \"backoffPolicy\": {\n \"description\": \"BackoffPolicy is the retry backoff policy (linear, exponential).\",\n \"type\": \"string\"\n },\n \"deadLetterSink\": {\n \"description\": \"DeadLetterSink is the sink receiving event that could not be sent to a destination.\",\n \"properties\": {\n \"CACerts\": {\n \"description\": \"Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.\",\n \"type\": \"string\"\n },\n \"audience\": {\n \"description\": \"Audience is the OIDC audience. This only needs to be set if the target is not an Addressable and thus the Audience can't be received from the target itself. If specified, it takes precedence over the target's Audience.\",\n \"type\": \"string\"\n },\n \"ref\": {\n \"description\": \"Ref points to an Addressable.\",\n \"properties\": {\n \"apiVersion\": {\n \"description\": \"API version of the referent.\",\n \"type\": \"string\"\n },\n \"kind\": {\n \"description\": \"Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\",\n \"type\": \"string\"\n },\n \"name\": {\n \"description\": \"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\",\n \"type\": \"string\"\n },\n \"namespace\": {\n \"description\": \"Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"uri\": {\n \"description\": \"URI can be an absolute URL(non-empty scheme and non-empty host) pointing to the target or a relative URI. Relative URIs will be resolved using the base URI retrieved from Ref.\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"retry\": {\n \"description\": \"Retry is the minimum number of retries the sender should attempt when sending an event before moving it to the dead letter sink.\",\n \"format\": \"int32\",\n \"type\": \"integer\"\n }\n },\n \"type\": \"string\"\n },\n \"subscribers\": {\n \"description\": \"This is the list of subscriptions for this subscribable.\",\n \"items\": {\n \"properties\": {\n \"auth\": {\n \"description\": \"Auth provides the relevant information for OIDC authentication.\",\n \"properties\": {\n \"serviceAccountName\": {\n \"description\": \"ServiceAccountName is the name of the generated service account used for this components OIDC authentication.\",\n \"type\": \"string\"\n },\n \"serviceAccountNames\": {\n \"description\": \"ServiceAccountNames is the list of names of the generated service accounts used for this components OIDC authentication.\",\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n }\n },\n \"type\": \"object\"\n },\n \"delivery\": {\n \"description\": \"DeliverySpec contains options controlling the event delivery\",\n \"format\": \"textarea\",\n \"properties\": {\n \"backoffDelay\": {\n \"description\": \"BackoffDelay is the delay before retrying. More information on Duration format: - https://www.iso.org/iso-8601-date-and-time-format.html - https://en.wikipedia.org/wiki/ISO_8601 For linear policy, backoff delay is backoffDelay*\\u003cnumberOfRetries\\u003e. For exponential policy, backoff delay is backoffDelay*2^\\u003cnumberOfRetries\\u003e.\",\n \"type\": \"string\"\n },\n \"backoffPolicy\": {\n \"description\": \"BackoffPolicy is the retry backoff policy (linear, exponential).\",\n \"type\": \"string\"\n },\n \"deadLetterSink\": {\n \"description\": \"DeadLetterSink is the sink receiving event that could not be sent to a destination.\",\n \"properties\": {\n \"ref\": {\n \"description\": \"Ref points to an Addressable.\",\n \"properties\": {\n \"apiVersion\": {\n \"description\": \"API version of the referent.\",\n \"type\": \"string\"\n },\n \"kind\": {\n \"description\": \"Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\",\n \"type\": \"string\"\n },\n \"name\": {\n \"description\": \"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\",\n \"type\": \"string\"\n },\n \"namespace\": {\n \"description\": \"Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"uri\": {\n \"description\": \"URI can be an absolute URL(non-empty scheme and non-empty host) pointing to the target or a relative URI. Relative URIs will be resolved using the base URI retrieved from Ref.\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"retry\": {\n \"description\": \"Retry is the minimum number of retries the sender should attempt when sending an event before moving it to the dead letter sink.\",\n \"format\": \"int32\",\n \"type\": \"integer\"\n }\n },\n \"type\": \"string\"\n },\n \"generation\": {\n \"description\": \"Generation of the origin of the subscriber with uid:UID.\",\n \"format\": \"int64\",\n \"type\": \"integer\"\n },\n \"name\": {\n \"description\": \"The name of the subscription\",\n \"type\": \"string\"\n },\n \"replyAudience\": {\n \"description\": \"ReplyAudience is the OIDC audience for the replyUri.\",\n \"type\": \"string\"\n },\n \"replyCACerts\": {\n \"description\": \"Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.\",\n \"type\": \"string\"\n },\n \"replyUri\": {\n \"description\": \"ReplyURI is the endpoint for the reply\",\n \"type\": \"string\"\n },\n \"subscriberAudience\": {\n \"description\": \"SubscriberAudience is the OIDC audience for the subscriberUri.\",\n \"type\": \"string\"\n },\n \"subscriberCACerts\": {\n \"description\": \"Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.\",\n \"type\": \"string\"\n },\n \"subscriberUri\": {\n \"description\": \"SubscriberURI is the endpoint for the subscriber\",\n \"type\": \"string\"\n },\n \"uid\": {\n \"description\": \"UID is used to understand the origin of the subscriber.\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"type\": \"array\"\n }\n },\n \"type\": \"object\"\n }\n },\n \"title\": \"Channel\",\n \"type\": \"object\"\n}" +} +} \ No newline at end of file diff --git a/generators/github/k8s-config-connector/AlloyDBBackup.json b/generators/github/k8s-config-connector/AlloyDBBackup.json index e1ebee55..c0ff8185 100644 --- a/generators/github/k8s-config-connector/AlloyDBBackup.json +++ b/generators/github/k8s-config-connector/AlloyDBBackup.json @@ -43,6 +43,18 @@ "components": null, "relationships": null }, +"modelReference": { +"version": "", +"name": "", +"displayName": "", +"id": "00000000-0000-0000-0000-000000000000", +"registrant": { +"kind": "" +}, +"model": { +"version": "" +} +}, "styles": null, "capabilities": null, "status": null, diff --git a/go.mod b/go.mod index c0f2101e..dc21dafc 100644 --- a/go.mod +++ b/go.mod @@ -273,5 +273,3 @@ require ( sigs.k8s.io/randfill v1.0.0 // indirect sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect ) - -replace github.com/meshery/meshkit => ../meshkit From 4daf041119add3ccbad358f017b5937a8da71f54 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:47:31 +0000 Subject: [PATCH 3/3] chore: revert accidental test artifact changes Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com> --- generators/github/acm-controller/Broker.json | 12 --- .../github/acm-controller/MeshSync.json | 12 --- generators/github/channels/Channel.json | 75 ------------------- .../k8s-config-connector/AlloyDBBackup.json | 12 --- 4 files changed, 111 deletions(-) delete mode 100644 generators/github/channels/Channel.json diff --git a/generators/github/acm-controller/Broker.json b/generators/github/acm-controller/Broker.json index 5ef98104..709c7a18 100644 --- a/generators/github/acm-controller/Broker.json +++ b/generators/github/acm-controller/Broker.json @@ -43,18 +43,6 @@ "components": null, "relationships": null }, -"modelReference": { -"version": "", -"name": "", -"displayName": "", -"id": "00000000-0000-0000-0000-000000000000", -"registrant": { -"kind": "" -}, -"model": { -"version": "" -} -}, "styles": null, "capabilities": null, "status": null, diff --git a/generators/github/acm-controller/MeshSync.json b/generators/github/acm-controller/MeshSync.json index efd8ec44..77e2b466 100644 --- a/generators/github/acm-controller/MeshSync.json +++ b/generators/github/acm-controller/MeshSync.json @@ -43,18 +43,6 @@ "components": null, "relationships": null }, -"modelReference": { -"version": "", -"name": "", -"displayName": "", -"id": "00000000-0000-0000-0000-000000000000", -"registrant": { -"kind": "" -}, -"model": { -"version": "" -} -}, "styles": null, "capabilities": null, "status": null, diff --git a/generators/github/channels/Channel.json b/generators/github/channels/Channel.json deleted file mode 100644 index 805f1a06..00000000 --- a/generators/github/channels/Channel.json +++ /dev/null @@ -1,75 +0,0 @@ -{ -"id": "00000000-0000-0000-0000-000000000000", -"schemaVersion": "components.meshery.io/v1beta1", -"version": "", -"displayName": "Channel", -"description": "", -"format": "JSON", -"model": { -"id": "00000000-0000-0000-0000-000000000000", -"schemaVersion": "", -"version": "channel.yaml", -"name": "channels", -"displayName": "channels", -"status": "", -"registrant": { -"id": "00000000-0000-0000-0000-000000000000", -"name": "", -"type": "", -"sub_type": "", -"kind": "", -"status": "", -"created_at": "0001-01-01T00:00:00Z", -"updated_at": "0001-01-01T00:00:00Z", -"deleted_at": null, -"schemaVersion": "" -}, -"connection_id": "00000000-0000-0000-0000-000000000000", -"category": { -"id": "00000000-0000-0000-0000-000000000000", -"name": "" -}, -"subCategory": "", -"metadata": { -"source_uri": "https://raw.githubusercontent.com/knative/eventing/refs/heads/main/config/core/resources/channel.yaml", -"svgColor": "", -"svgWhite": "" -}, -"model": { -"version": "" -}, -"components_count": 0, -"relationships_count": 0, -"components": null, -"relationships": null -}, -"modelReference": { -"version": "", -"name": "", -"displayName": "", -"id": "00000000-0000-0000-0000-000000000000", -"registrant": { -"kind": "" -}, -"model": { -"version": "" -} -}, -"styles": null, -"capabilities": null, -"status": null, -"metadata": { -"configurationUISchema": "", -"genealogy": "", -"instanceDetails": null, -"isAnnotation": false, -"isNamespaced": true, -"published": false -}, -"configuration": null, -"component": { -"version": "messaging.knative.dev/v1", -"kind": "Channel", -"schema": "{\n \"description\": \"Channel represents a generic Channel. It is normally used when we want a Channel, but do not need a specific Channel implementation.\",\n \"properties\": {\n \"spec\": {\n \"description\": \"Spec defines the desired state of the Channel.\",\n \"properties\": {\n \"channelTemplate\": {\n \"description\": \"ChannelTemplate specifies which Channel CRD to use to create the CRD Channel backing this Channel. This is immutable after creation. Normally this is set by the Channel defaulter, not directly by the user.\",\n \"properties\": {\n \"apiVersion\": {\n \"description\": \"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\",\n \"type\": \"string\"\n },\n \"kind\": {\n \"description\": \"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\",\n \"type\": \"string\"\n },\n \"spec\": {\n \"description\": \"Spec defines the Spec to use for each channel created. Passed in verbatim to the Channel CRD as Spec section.\",\n \"format\": \"textarea\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"delivery\": {\n \"description\": \"DeliverySpec contains the default delivery spec for each subscription to this Channelable. Each subscription delivery spec, if any, overrides this global delivery spec.\",\n \"format\": \"textarea\",\n \"properties\": {\n \"backoffDelay\": {\n \"description\": \"BackoffDelay is the delay before retrying. More information on Duration format: - https://www.iso.org/iso-8601-date-and-time-format.html - https://en.wikipedia.org/wiki/ISO_8601 For linear policy, backoff delay is backoffDelay*\\u003cnumberOfRetries\\u003e. For exponential policy, backoff delay is backoffDelay*2^\\u003cnumberOfRetries\\u003e.\",\n \"type\": \"string\"\n },\n \"backoffPolicy\": {\n \"description\": \"BackoffPolicy is the retry backoff policy (linear, exponential).\",\n \"type\": \"string\"\n },\n \"deadLetterSink\": {\n \"description\": \"DeadLetterSink is the sink receiving event that could not be sent to a destination.\",\n \"properties\": {\n \"CACerts\": {\n \"description\": \"Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.\",\n \"type\": \"string\"\n },\n \"audience\": {\n \"description\": \"Audience is the OIDC audience. This only needs to be set if the target is not an Addressable and thus the Audience can't be received from the target itself. If specified, it takes precedence over the target's Audience.\",\n \"type\": \"string\"\n },\n \"ref\": {\n \"description\": \"Ref points to an Addressable.\",\n \"properties\": {\n \"apiVersion\": {\n \"description\": \"API version of the referent.\",\n \"type\": \"string\"\n },\n \"kind\": {\n \"description\": \"Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\",\n \"type\": \"string\"\n },\n \"name\": {\n \"description\": \"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\",\n \"type\": \"string\"\n },\n \"namespace\": {\n \"description\": \"Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"uri\": {\n \"description\": \"URI can be an absolute URL(non-empty scheme and non-empty host) pointing to the target or a relative URI. Relative URIs will be resolved using the base URI retrieved from Ref.\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"retry\": {\n \"description\": \"Retry is the minimum number of retries the sender should attempt when sending an event before moving it to the dead letter sink.\",\n \"format\": \"int32\",\n \"type\": \"integer\"\n }\n },\n \"type\": \"string\"\n },\n \"subscribers\": {\n \"description\": \"This is the list of subscriptions for this subscribable.\",\n \"items\": {\n \"properties\": {\n \"auth\": {\n \"description\": \"Auth provides the relevant information for OIDC authentication.\",\n \"properties\": {\n \"serviceAccountName\": {\n \"description\": \"ServiceAccountName is the name of the generated service account used for this components OIDC authentication.\",\n \"type\": \"string\"\n },\n \"serviceAccountNames\": {\n \"description\": \"ServiceAccountNames is the list of names of the generated service accounts used for this components OIDC authentication.\",\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n }\n },\n \"type\": \"object\"\n },\n \"delivery\": {\n \"description\": \"DeliverySpec contains options controlling the event delivery\",\n \"format\": \"textarea\",\n \"properties\": {\n \"backoffDelay\": {\n \"description\": \"BackoffDelay is the delay before retrying. More information on Duration format: - https://www.iso.org/iso-8601-date-and-time-format.html - https://en.wikipedia.org/wiki/ISO_8601 For linear policy, backoff delay is backoffDelay*\\u003cnumberOfRetries\\u003e. For exponential policy, backoff delay is backoffDelay*2^\\u003cnumberOfRetries\\u003e.\",\n \"type\": \"string\"\n },\n \"backoffPolicy\": {\n \"description\": \"BackoffPolicy is the retry backoff policy (linear, exponential).\",\n \"type\": \"string\"\n },\n \"deadLetterSink\": {\n \"description\": \"DeadLetterSink is the sink receiving event that could not be sent to a destination.\",\n \"properties\": {\n \"ref\": {\n \"description\": \"Ref points to an Addressable.\",\n \"properties\": {\n \"apiVersion\": {\n \"description\": \"API version of the referent.\",\n \"type\": \"string\"\n },\n \"kind\": {\n \"description\": \"Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\",\n \"type\": \"string\"\n },\n \"name\": {\n \"description\": \"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\",\n \"type\": \"string\"\n },\n \"namespace\": {\n \"description\": \"Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"uri\": {\n \"description\": \"URI can be an absolute URL(non-empty scheme and non-empty host) pointing to the target or a relative URI. Relative URIs will be resolved using the base URI retrieved from Ref.\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"retry\": {\n \"description\": \"Retry is the minimum number of retries the sender should attempt when sending an event before moving it to the dead letter sink.\",\n \"format\": \"int32\",\n \"type\": \"integer\"\n }\n },\n \"type\": \"string\"\n },\n \"generation\": {\n \"description\": \"Generation of the origin of the subscriber with uid:UID.\",\n \"format\": \"int64\",\n \"type\": \"integer\"\n },\n \"name\": {\n \"description\": \"The name of the subscription\",\n \"type\": \"string\"\n },\n \"replyAudience\": {\n \"description\": \"ReplyAudience is the OIDC audience for the replyUri.\",\n \"type\": \"string\"\n },\n \"replyCACerts\": {\n \"description\": \"Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.\",\n \"type\": \"string\"\n },\n \"replyUri\": {\n \"description\": \"ReplyURI is the endpoint for the reply\",\n \"type\": \"string\"\n },\n \"subscriberAudience\": {\n \"description\": \"SubscriberAudience is the OIDC audience for the subscriberUri.\",\n \"type\": \"string\"\n },\n \"subscriberCACerts\": {\n \"description\": \"Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.\",\n \"type\": \"string\"\n },\n \"subscriberUri\": {\n \"description\": \"SubscriberURI is the endpoint for the subscriber\",\n \"type\": \"string\"\n },\n \"uid\": {\n \"description\": \"UID is used to understand the origin of the subscriber.\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"type\": \"array\"\n }\n },\n \"type\": \"object\"\n }\n },\n \"title\": \"Channel\",\n \"type\": \"object\"\n}" -} -} \ No newline at end of file diff --git a/generators/github/k8s-config-connector/AlloyDBBackup.json b/generators/github/k8s-config-connector/AlloyDBBackup.json index c0ff8185..e1ebee55 100644 --- a/generators/github/k8s-config-connector/AlloyDBBackup.json +++ b/generators/github/k8s-config-connector/AlloyDBBackup.json @@ -43,18 +43,6 @@ "components": null, "relationships": null }, -"modelReference": { -"version": "", -"name": "", -"displayName": "", -"id": "00000000-0000-0000-0000-000000000000", -"registrant": { -"kind": "" -}, -"model": { -"version": "" -} -}, "styles": null, "capabilities": null, "status": null,