From 9e52bcf76919d721c043e21ab5edd41e8583551b Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 14 Mar 2024 02:46:45 -0700 Subject: [PATCH] Update bind catalog crds Signed-off-by: Tamal Saha --- go.mod | 2 +- go.sum | 6 +- .../v1alpha1/druidbindings.yaml | 83 ++++++++++++++++++ .../v1alpha1/ferretdbbindings.yaml | 83 ++++++++++++++++++ .../v1alpha1/microsoftsqlserverbindings.yaml | 85 +++++++++++++++++++ .../v1alpha1/pgpoolbindings.yaml | 83 ++++++++++++++++++ .../v1alpha1/rabbitmqbindings.yaml | 83 ++++++++++++++++++ .../v1alpha1/singlestorebindings.yaml | 83 ++++++++++++++++++ .../v1alpha1/solrbindings.yaml | 83 ++++++++++++++++++ .../v1alpha1/zookeeperbindings.yaml | 83 ++++++++++++++++++ .../v1alpha1/apiservicebindings.yaml | 46 ++++++---- .../v1alpha1/druidbindings.yaml | 17 ++++ .../v1alpha1/elasticsearchbindings.yaml | 5 ++ .../v1alpha1/ferretdbbindings.yaml | 17 ++++ .../v1alpha1/kafkabindings.yaml | 5 ++ .../v1alpha1/mariadbbindings.yaml | 5 ++ .../v1alpha1/memcachedbindings.yaml | 5 ++ .../v1alpha1/microsoftsqlserverbindings.yaml | 17 ++++ .../v1alpha1/mongodbbindings.yaml | 5 ++ .../v1alpha1/mysqlbindings.yaml | 5 ++ .../v1alpha1/perconaxtradbbindings.yaml | 5 ++ .../v1alpha1/pgbouncerbindings.yaml | 5 ++ .../v1alpha1/pgpoolbindings.yaml | 17 ++++ .../v1alpha1/proxysqlbindings.yaml | 5 ++ .../v1alpha1/rabbitmqbindings.yaml | 17 ++++ .../v1alpha1/singlestorebindings.yaml | 17 ++++ .../v1alpha1/solrbindings.yaml | 17 ++++ .../v1alpha1/zookeeperbindings.yaml | 17 ++++ .../v1alpha1/druidbindings.yaml | 18 ++++ .../v1alpha1/ferretdbbindings.yaml | 18 ++++ .../v1alpha1/microsoftsqlserverbindings.yaml | 18 ++++ .../v1alpha1/pgpoolbindings.yaml | 18 ++++ .../v1alpha1/rabbitmqbindings.yaml | 18 ++++ .../v1alpha1/singlestorebindings.yaml | 18 ++++ .../v1alpha1/solrbindings.yaml | 18 ++++ .../v1alpha1/zookeeperbindings.yaml | 18 ++++ vendor/modules.txt | 2 +- 37 files changed, 1024 insertions(+), 23 deletions(-) create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/druidbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/singlestorebindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/solrbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/druidbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/singlestorebindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/solrbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/druidbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/singlestorebindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/solrbindings.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml diff --git a/go.mod b/go.mod index d72a32225..b9c12343d 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,7 @@ require ( kmodules.xyz/custom-resources v0.29.1 kmodules.xyz/go-containerregistry v0.0.12 kmodules.xyz/monitoring-agent-api v0.29.0 - kmodules.xyz/resource-metadata v0.18.2-0.20240313070556-32538e598f18 + kmodules.xyz/resource-metadata v0.18.2 kmodules.xyz/resource-metrics v0.29.1 kmodules.xyz/sets v0.29.0 kubeops.dev/falco-ui-server v0.0.3 diff --git a/go.sum b/go.sum index fcb445793..724ab8ff7 100644 --- a/go.sum +++ b/go.sum @@ -3490,13 +3490,13 @@ kmodules.xyz/monitoring-agent-api v0.29.0 h1:gpFl6OZrlMLb/ySMHdREI9EwGtnJ91oZBn9 kmodules.xyz/monitoring-agent-api v0.29.0/go.mod h1:iNbvaMTgVFOI5q2LJtGK91j4Dmjv4ZRiRdasGmWLKQI= kmodules.xyz/offshoot-api v0.29.0 h1:GHLhxxT9jU1N8+FvOCCeJNyU5g0duYS46UGrs6AHNLY= kmodules.xyz/offshoot-api v0.29.0/go.mod h1:5NxhBblXoDHWStx9HCDJR2KFTwYjEZ7i1Id3jelIunw= -kmodules.xyz/resource-metadata v0.18.2-0.20240313070556-32538e598f18 h1:wF2kEA8xnXrqVF8xAYhk39VRxvxA9iaMebJx0g6STGU= -kmodules.xyz/resource-metadata v0.18.2-0.20240313070556-32538e598f18/go.mod h1:Vb2bFCOX4uz2TsRRMzTkUqFWWOjJ261lY8Hs2HWgzh4= +kmodules.xyz/resource-metadata v0.18.2 h1:rfyq0Wnzx/2OiWGFbHTRp9cVvr2KI8xOCyy7gUVytm4= +kmodules.xyz/resource-metadata v0.18.2/go.mod h1:Vb2bFCOX4uz2TsRRMzTkUqFWWOjJ261lY8Hs2HWgzh4= kmodules.xyz/resource-metrics v0.29.1 h1:gP4SNosdDGFImpne52mnQtHacmnllYkTMcYL//p/ltM= kmodules.xyz/resource-metrics v0.29.1/go.mod h1:OuG/QobZ7o8GFHl/u3lqaUR0fDZDegxtV8Vdh+MNBD4= kmodules.xyz/sets v0.29.0 h1:ZX/qOECzUob95JhhRtngJElHSlJ1UNNdwK4hTEy+nl0= kmodules.xyz/sets v0.29.0/go.mod h1:1oi3fR9c3SWywEjBLlHC8BBMCSz0b1/W+EofKmBoj3g= -kubeops.dev/falco-ui-server v0.0.3 h1:5ueKEUYEuOBEDC0TgyeCJ35JSA9ie5vid6OPbtPLvGo= +kubeops.dev/falco-ui-server v0.0.3 h1:QMSxPvbO/42o3gxzNNHg5Q6MdR0PNEHXo6c9T3ARCOA= kubeops.dev/falco-ui-server v0.0.3/go.mod h1:yZJGDnwVkT3Fu7nzn2znsY8/37zn6bzATfze9F90+54= kubeops.dev/scanner v0.0.17 h1:zaIggzl52gYDQAgtBJ+3hzGGkNJuVSwh0R4O7ZS3lSo= kubeops.dev/scanner v0.0.17/go.mod h1:tNs3FF3jeJ0VoOx8beePIfs3VxThweyu11YK0yc6OhE= diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/druidbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/druidbindings.yaml new file mode 100644 index 000000000..4c8dfb1e4 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/druidbindings.yaml @@ -0,0 +1,83 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceDescriptor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: DruidBinding + k8s.io/resource: druidbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-druidbindings +spec: + resource: + group: catalog.appscode.com + kind: DruidBinding + name: druidbindings + scope: Namespaced + version: v1alpha1 + validation: + openAPIV3Schema: + description: DruidBinding is the Schema for the druidbindings API + properties: + apiVersion: + 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' + type: string + kind: + 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' + type: string + metadata: + properties: + name: + description: '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: http://kubernetes.io/docs/user-guide/identifiers#names' + type: string + namespace: + description: "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. \n Must be a DNS_LABEL. Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces" + type: string + labels: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/labels' + type: object + annotations: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/annotations' + type: object + type: object + spec: + description: DruidBindingSpec defines the desired state of DruidBinding + properties: + sourceRef: + description: SourceRef refers to the source app instance. + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + required: + - name + type: object + required: + - sourceRef + type: object + type: object diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml new file mode 100644 index 000000000..f0de34488 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml @@ -0,0 +1,83 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceDescriptor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: FerretDBBinding + k8s.io/resource: ferretdbbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-ferretdbbindings +spec: + resource: + group: catalog.appscode.com + kind: FerretDBBinding + name: ferretdbbindings + scope: Namespaced + version: v1alpha1 + validation: + openAPIV3Schema: + description: FerretDBBinding is the Schema for the ferretdbbindings API + properties: + apiVersion: + 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' + type: string + kind: + 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' + type: string + metadata: + properties: + name: + description: '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: http://kubernetes.io/docs/user-guide/identifiers#names' + type: string + namespace: + description: "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. \n Must be a DNS_LABEL. Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces" + type: string + labels: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/labels' + type: object + annotations: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/annotations' + type: object + type: object + spec: + description: FerretDBBindingSpec defines the desired state of FerretDBBinding + properties: + sourceRef: + description: SourceRef refers to the source app instance. + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + required: + - name + type: object + required: + - sourceRef + type: object + type: object diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml new file mode 100644 index 000000000..3655160fa --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml @@ -0,0 +1,85 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceDescriptor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: MicrosoftSQLServerBinding + k8s.io/resource: microsoftsqlserverbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-microsoftsqlserverbindings +spec: + resource: + group: catalog.appscode.com + kind: MicrosoftSQLServerBinding + name: microsoftsqlserverbindings + scope: Namespaced + version: v1alpha1 + validation: + openAPIV3Schema: + description: MicrosoftSQLServerBinding is the Schema for the microsoftsqlserverbindings + API + properties: + apiVersion: + 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' + type: string + kind: + 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' + type: string + metadata: + properties: + name: + description: '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: http://kubernetes.io/docs/user-guide/identifiers#names' + type: string + namespace: + description: "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. \n Must be a DNS_LABEL. Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces" + type: string + labels: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/labels' + type: object + annotations: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/annotations' + type: object + type: object + spec: + description: MicrosoftSQLServerBindingSpec defines the desired state of + MicrosoftSQLServerBinding + properties: + sourceRef: + description: SourceRef refers to the source app instance. + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + required: + - name + type: object + required: + - sourceRef + type: object + type: object diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml new file mode 100644 index 000000000..f43472c59 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml @@ -0,0 +1,83 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceDescriptor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: PgpoolBinding + k8s.io/resource: pgpoolbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-pgpoolbindings +spec: + resource: + group: catalog.appscode.com + kind: PgpoolBinding + name: pgpoolbindings + scope: Namespaced + version: v1alpha1 + validation: + openAPIV3Schema: + description: PgpoolBinding is the Schema for the pgpoolbindings API + properties: + apiVersion: + 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' + type: string + kind: + 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' + type: string + metadata: + properties: + name: + description: '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: http://kubernetes.io/docs/user-guide/identifiers#names' + type: string + namespace: + description: "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. \n Must be a DNS_LABEL. Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces" + type: string + labels: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/labels' + type: object + annotations: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/annotations' + type: object + type: object + spec: + description: PgpoolBindingSpec defines the desired state of PgpoolBinding + properties: + sourceRef: + description: SourceRef refers to the source app instance. + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + required: + - name + type: object + required: + - sourceRef + type: object + type: object diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml new file mode 100644 index 000000000..e16972892 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml @@ -0,0 +1,83 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceDescriptor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: RabbitMQBinding + k8s.io/resource: rabbitmqbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-rabbitmqbindings +spec: + resource: + group: catalog.appscode.com + kind: RabbitMQBinding + name: rabbitmqbindings + scope: Namespaced + version: v1alpha1 + validation: + openAPIV3Schema: + description: RabbitMQBinding is the Schema for the rabbitmqbindings API + properties: + apiVersion: + 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' + type: string + kind: + 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' + type: string + metadata: + properties: + name: + description: '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: http://kubernetes.io/docs/user-guide/identifiers#names' + type: string + namespace: + description: "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. \n Must be a DNS_LABEL. Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces" + type: string + labels: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/labels' + type: object + annotations: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/annotations' + type: object + type: object + spec: + description: RabbitMQBindingSpec defines the desired state of RabbitMQBinding + properties: + sourceRef: + description: SourceRef refers to the source app instance. + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + required: + - name + type: object + required: + - sourceRef + type: object + type: object diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/singlestorebindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/singlestorebindings.yaml new file mode 100644 index 000000000..73e431251 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/singlestorebindings.yaml @@ -0,0 +1,83 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceDescriptor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: SinglestoreBinding + k8s.io/resource: singlestorebindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-singlestorebindings +spec: + resource: + group: catalog.appscode.com + kind: SinglestoreBinding + name: singlestorebindings + scope: Namespaced + version: v1alpha1 + validation: + openAPIV3Schema: + description: SinglestoreBinding is the Schema for the singlestorebindings API + properties: + apiVersion: + 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' + type: string + kind: + 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' + type: string + metadata: + properties: + name: + description: '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: http://kubernetes.io/docs/user-guide/identifiers#names' + type: string + namespace: + description: "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. \n Must be a DNS_LABEL. Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces" + type: string + labels: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/labels' + type: object + annotations: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/annotations' + type: object + type: object + spec: + description: SinglestoreBindingSpec defines the desired state of SinglestoreBinding + properties: + sourceRef: + description: SourceRef refers to the source app instance. + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + required: + - name + type: object + required: + - sourceRef + type: object + type: object diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/solrbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/solrbindings.yaml new file mode 100644 index 000000000..2b5be5753 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/solrbindings.yaml @@ -0,0 +1,83 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceDescriptor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: SolrBinding + k8s.io/resource: solrbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-solrbindings +spec: + resource: + group: catalog.appscode.com + kind: SolrBinding + name: solrbindings + scope: Namespaced + version: v1alpha1 + validation: + openAPIV3Schema: + description: SolrBinding is the Schema for the solrbindings API + properties: + apiVersion: + 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' + type: string + kind: + 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' + type: string + metadata: + properties: + name: + description: '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: http://kubernetes.io/docs/user-guide/identifiers#names' + type: string + namespace: + description: "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. \n Must be a DNS_LABEL. Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces" + type: string + labels: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/labels' + type: object + annotations: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/annotations' + type: object + type: object + spec: + description: SolrBindingSpec defines the desired state of SolrBinding + properties: + sourceRef: + description: SourceRef refers to the source app instance. + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + required: + - name + type: object + required: + - sourceRef + type: object + type: object diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml new file mode 100644 index 000000000..7a0dee98e --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml @@ -0,0 +1,83 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceDescriptor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: ZooKeeperBinding + k8s.io/resource: zookeeperbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-zookeeperbindings +spec: + resource: + group: catalog.appscode.com + kind: ZooKeeperBinding + name: zookeeperbindings + scope: Namespaced + version: v1alpha1 + validation: + openAPIV3Schema: + description: ZooKeeperBinding is the Schema for the zookeeperbindings API + properties: + apiVersion: + 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' + type: string + kind: + 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' + type: string + metadata: + properties: + name: + description: '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: http://kubernetes.io/docs/user-guide/identifiers#names' + type: string + namespace: + description: "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. \n Must be a DNS_LABEL. Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces" + type: string + labels: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/labels' + type: object + annotations: + additionalProperties: + type: string + description: '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: http://kubernetes.io/docs/user-guide/annotations' + type: object + type: object + spec: + description: ZooKeeperBindingSpec defines the desired state of ZooKeeperBinding + properties: + sourceRef: + description: SourceRef refers to the source app instance. + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + required: + - name + type: object + required: + - sourceRef + type: object + type: object diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/kube-bind.appscode.com/v1alpha1/apiservicebindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/kube-bind.appscode.com/v1alpha1/apiservicebindings.yaml index 4c4a9b13c..c98e98f0b 100644 --- a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/kube-bind.appscode.com/v1alpha1/apiservicebindings.yaml +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/kube-bind.appscode.com/v1alpha1/apiservicebindings.yaml @@ -60,31 +60,41 @@ spec: description: spec specifies how an API service from a service provider should be bound in the local consumer cluster. properties: - kubeconfigSecretRefs: - description: kubeconfigSecretName is the secret ref that contains the - kubeconfig of the service cluster. + providers: + description: Providers contains the provider ClusterIdentity and KubeconfigSecretRef + of the provider cluster items: properties: - key: - description: The key of the secret to select from. Must be "kubeconfig". - enum: - - kubeconfig + clusterName: type: string - name: - description: Name of the referent. - minLength: 1 + clusterUID: type: string - namespace: - description: Namespace of the referent. - minLength: 1 + kubeconfig: + properties: + key: + description: The key of the secret to select from. Must be + "kubeconfig". + enum: + - kubeconfig + type: string + name: + description: Name of the referent. + minLength: 1 + type: string + namespace: + description: Namespace of the referent. + minLength: 1 + type: string + required: + - key + - name + - namespace + type: object + remoteNamespace: type: string - required: - - key - - name - - namespace type: object type: array required: - - kubeconfigSecretRefs + - providers type: object type: object diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/druidbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/druidbindings.yaml new file mode 100644 index 000000000..a4d5739cc --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/druidbindings.yaml @@ -0,0 +1,17 @@ +apiVersion: ui.k8s.appscode.com/v1alpha1 +kind: ResourceEditor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: DruidBinding + k8s.io/resource: druidbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-druidbindings +spec: + resource: + group: catalog.appscode.com + kind: DruidBinding + name: druidbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/elasticsearchbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/elasticsearchbindings.yaml index e9dd84a79..d2327134c 100644 --- a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/elasticsearchbindings.yaml +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/elasticsearchbindings.yaml @@ -9,6 +9,11 @@ metadata: k8s.io/version: v1alpha1 name: catalog.appscode.com-v1alpha1-elasticsearchbindings spec: + icons: + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/elasticsearchbindings.svg + type: image/svg+xml + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/elasticsearchbindings.png + type: image/png resource: group: catalog.appscode.com kind: ElasticsearchBinding diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml new file mode 100644 index 000000000..ccf63db61 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml @@ -0,0 +1,17 @@ +apiVersion: ui.k8s.appscode.com/v1alpha1 +kind: ResourceEditor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: FerretDBBinding + k8s.io/resource: ferretdbbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-ferretdbbindings +spec: + resource: + group: catalog.appscode.com + kind: FerretDBBinding + name: ferretdbbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/kafkabindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/kafkabindings.yaml index bcc52a8d8..27daf2af8 100644 --- a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/kafkabindings.yaml +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/kafkabindings.yaml @@ -9,6 +9,11 @@ metadata: k8s.io/version: v1alpha1 name: catalog.appscode.com-v1alpha1-kafkabindings spec: + icons: + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/kafkabindings.svg + type: image/svg+xml + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/kafkabindings.png + type: image/png resource: group: catalog.appscode.com kind: KafkaBinding diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mariadbbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mariadbbindings.yaml index ff0ec12d0..deb39bb08 100644 --- a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mariadbbindings.yaml +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mariadbbindings.yaml @@ -9,6 +9,11 @@ metadata: k8s.io/version: v1alpha1 name: catalog.appscode.com-v1alpha1-mariadbbindings spec: + icons: + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/mariadbbindings.svg + type: image/svg+xml + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/mariadbbindings.png + type: image/png resource: group: catalog.appscode.com kind: MariaDBBinding diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/memcachedbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/memcachedbindings.yaml index 2e4bc8497..59633b95a 100644 --- a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/memcachedbindings.yaml +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/memcachedbindings.yaml @@ -9,6 +9,11 @@ metadata: k8s.io/version: v1alpha1 name: catalog.appscode.com-v1alpha1-memcachedbindings spec: + icons: + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/memcachedbindings.svg + type: image/svg+xml + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/memcachedbindings.png + type: image/png resource: group: catalog.appscode.com kind: MemcachedBinding diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml new file mode 100644 index 000000000..4f6bef513 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml @@ -0,0 +1,17 @@ +apiVersion: ui.k8s.appscode.com/v1alpha1 +kind: ResourceEditor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: MicrosoftSQLServerBinding + k8s.io/resource: microsoftsqlserverbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-microsoftsqlserverbindings +spec: + resource: + group: catalog.appscode.com + kind: MicrosoftSQLServerBinding + name: microsoftsqlserverbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mongodbbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mongodbbindings.yaml index f388dc40d..0e3b345e6 100644 --- a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mongodbbindings.yaml +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mongodbbindings.yaml @@ -9,6 +9,11 @@ metadata: k8s.io/version: v1alpha1 name: catalog.appscode.com-v1alpha1-mongodbbindings spec: + icons: + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/mongodbbindings.svg + type: image/svg+xml + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/mongodbbindings.png + type: image/png resource: group: catalog.appscode.com kind: MongoDBBinding diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mysqlbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mysqlbindings.yaml index 1b5e4a5c7..a6e862d88 100644 --- a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mysqlbindings.yaml +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/mysqlbindings.yaml @@ -9,6 +9,11 @@ metadata: k8s.io/version: v1alpha1 name: catalog.appscode.com-v1alpha1-mysqlbindings spec: + icons: + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/mysqlbindings.svg + type: image/svg+xml + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/mysqlbindings.png + type: image/png resource: group: catalog.appscode.com kind: MySQLBinding diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/perconaxtradbbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/perconaxtradbbindings.yaml index 23224298b..3b8aabf19 100644 --- a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/perconaxtradbbindings.yaml +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/perconaxtradbbindings.yaml @@ -9,6 +9,11 @@ metadata: k8s.io/version: v1alpha1 name: catalog.appscode.com-v1alpha1-perconaxtradbbindings spec: + icons: + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/perconaxtradbbindings.svg + type: image/svg+xml + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/perconaxtradbbindings.png + type: image/png resource: group: catalog.appscode.com kind: PerconaXtraDBBinding diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/pgbouncerbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/pgbouncerbindings.yaml index 95bd4808c..cc0fa87cc 100644 --- a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/pgbouncerbindings.yaml +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/pgbouncerbindings.yaml @@ -9,6 +9,11 @@ metadata: k8s.io/version: v1alpha1 name: catalog.appscode.com-v1alpha1-pgbouncerbindings spec: + icons: + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/pgbouncerbindings.svg + type: image/svg+xml + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/pgbouncerbindings.png + type: image/png resource: group: catalog.appscode.com kind: PgBouncerBinding diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml new file mode 100644 index 000000000..4ac1541e1 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml @@ -0,0 +1,17 @@ +apiVersion: ui.k8s.appscode.com/v1alpha1 +kind: ResourceEditor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: PgpoolBinding + k8s.io/resource: pgpoolbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-pgpoolbindings +spec: + resource: + group: catalog.appscode.com + kind: PgpoolBinding + name: pgpoolbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/proxysqlbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/proxysqlbindings.yaml index 80f7d74d1..7e2090ebe 100644 --- a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/proxysqlbindings.yaml +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/proxysqlbindings.yaml @@ -9,6 +9,11 @@ metadata: k8s.io/version: v1alpha1 name: catalog.appscode.com-v1alpha1-proxysqlbindings spec: + icons: + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/proxysqlbindings.svg + type: image/svg+xml + - src: https://cdn.appscode.com/k8s/icons/catalog.appscode.com/proxysqlbindings.png + type: image/png resource: group: catalog.appscode.com kind: ProxySQLBinding diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml new file mode 100644 index 000000000..72eaab784 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml @@ -0,0 +1,17 @@ +apiVersion: ui.k8s.appscode.com/v1alpha1 +kind: ResourceEditor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: RabbitMQBinding + k8s.io/resource: rabbitmqbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-rabbitmqbindings +spec: + resource: + group: catalog.appscode.com + kind: RabbitMQBinding + name: rabbitmqbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/singlestorebindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/singlestorebindings.yaml new file mode 100644 index 000000000..36d573de6 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/singlestorebindings.yaml @@ -0,0 +1,17 @@ +apiVersion: ui.k8s.appscode.com/v1alpha1 +kind: ResourceEditor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: SinglestoreBinding + k8s.io/resource: singlestorebindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-singlestorebindings +spec: + resource: + group: catalog.appscode.com + kind: SinglestoreBinding + name: singlestorebindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/solrbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/solrbindings.yaml new file mode 100644 index 000000000..14ac42df2 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/solrbindings.yaml @@ -0,0 +1,17 @@ +apiVersion: ui.k8s.appscode.com/v1alpha1 +kind: ResourceEditor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: SolrBinding + k8s.io/resource: solrbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-solrbindings +spec: + resource: + group: catalog.appscode.com + kind: SolrBinding + name: solrbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml new file mode 100644 index 000000000..0a5d4b230 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourceeditors/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml @@ -0,0 +1,17 @@ +apiVersion: ui.k8s.appscode.com/v1alpha1 +kind: ResourceEditor +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: ZooKeeperBinding + k8s.io/resource: zookeeperbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-zookeeperbindings +spec: + resource: + group: catalog.appscode.com + kind: ZooKeeperBinding + name: zookeeperbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/druidbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/druidbindings.yaml new file mode 100644 index 000000000..853d81af7 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/druidbindings.yaml @@ -0,0 +1,18 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceTableDefinition +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: DruidBinding + k8s.io/resource: druidbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-druidbindings +spec: + defaultView: true + resource: + group: catalog.appscode.com + kind: DruidBinding + name: druidbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml new file mode 100644 index 000000000..cae3b03ee --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/ferretdbbindings.yaml @@ -0,0 +1,18 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceTableDefinition +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: FerretDBBinding + k8s.io/resource: ferretdbbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-ferretdbbindings +spec: + defaultView: true + resource: + group: catalog.appscode.com + kind: FerretDBBinding + name: ferretdbbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml new file mode 100644 index 000000000..f6cc37146 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/microsoftsqlserverbindings.yaml @@ -0,0 +1,18 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceTableDefinition +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: MicrosoftSQLServerBinding + k8s.io/resource: microsoftsqlserverbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-microsoftsqlserverbindings +spec: + defaultView: true + resource: + group: catalog.appscode.com + kind: MicrosoftSQLServerBinding + name: microsoftsqlserverbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml new file mode 100644 index 000000000..6e58a9700 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/pgpoolbindings.yaml @@ -0,0 +1,18 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceTableDefinition +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: PgpoolBinding + k8s.io/resource: pgpoolbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-pgpoolbindings +spec: + defaultView: true + resource: + group: catalog.appscode.com + kind: PgpoolBinding + name: pgpoolbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml new file mode 100644 index 000000000..2b470a384 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/rabbitmqbindings.yaml @@ -0,0 +1,18 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceTableDefinition +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: RabbitMQBinding + k8s.io/resource: rabbitmqbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-rabbitmqbindings +spec: + defaultView: true + resource: + group: catalog.appscode.com + kind: RabbitMQBinding + name: rabbitmqbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/singlestorebindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/singlestorebindings.yaml new file mode 100644 index 000000000..8fa98c4e9 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/singlestorebindings.yaml @@ -0,0 +1,18 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceTableDefinition +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: SinglestoreBinding + k8s.io/resource: singlestorebindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-singlestorebindings +spec: + defaultView: true + resource: + group: catalog.appscode.com + kind: SinglestoreBinding + name: singlestorebindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/solrbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/solrbindings.yaml new file mode 100644 index 000000000..9562d413b --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/solrbindings.yaml @@ -0,0 +1,18 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceTableDefinition +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: SolrBinding + k8s.io/resource: solrbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-solrbindings +spec: + defaultView: true + resource: + group: catalog.appscode.com + kind: SolrBinding + name: solrbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml new file mode 100644 index 000000000..db1c98f3f --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcetabledefinitions/catalog.appscode.com/v1alpha1/zookeeperbindings.yaml @@ -0,0 +1,18 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceTableDefinition +metadata: + creationTimestamp: null + labels: + k8s.io/group: catalog.appscode.com + k8s.io/kind: ZooKeeperBinding + k8s.io/resource: zookeeperbindings + k8s.io/version: v1alpha1 + name: catalog.appscode.com-v1alpha1-zookeeperbindings +spec: + defaultView: true + resource: + group: catalog.appscode.com + kind: ZooKeeperBinding + name: zookeeperbindings + scope: Namespaced + version: v1alpha1 diff --git a/vendor/modules.txt b/vendor/modules.txt index 3555be24c..39c340ecf 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1959,7 +1959,7 @@ kmodules.xyz/monitoring-agent-api/client ## explicit; go 1.21.5 kmodules.xyz/offshoot-api/api/v1 kmodules.xyz/offshoot-api/api/v2 -# kmodules.xyz/resource-metadata v0.18.2-0.20240313070556-32538e598f18 +# kmodules.xyz/resource-metadata v0.18.2 ## explicit; go 1.22.0 kmodules.xyz/resource-metadata/apis/core/install kmodules.xyz/resource-metadata/apis/core/v1alpha1