Skip to content

Commit

Permalink
feat: add tidb elastic and druid operator (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztzxt authored Sep 18, 2024
1 parent 4be7db0 commit 12638cc
Show file tree
Hide file tree
Showing 28 changed files with 91,532 additions and 7,835 deletions.
425 changes: 317 additions & 108 deletions agent.k8s.elastic.co/agent_v1alpha1.json

Large diffs are not rendered by default.

131 changes: 57 additions & 74 deletions apm.k8s.elastic.co/apmserver_v1.json

Large diffs are not rendered by default.

439 changes: 437 additions & 2 deletions apm.k8s.elastic.co/apmserver_v1alpha1.json

Large diffs are not rendered by default.

192 changes: 119 additions & 73 deletions apm.k8s.elastic.co/apmserver_v1beta1.json

Large diffs are not rendered by default.

393 changes: 393 additions & 0 deletions autoscaling.k8s.elastic.co/elasticsearchautoscaler_v1alpha1.json

Large diffs are not rendered by default.

165 changes: 115 additions & 50 deletions beat.k8s.elastic.co/beat_v1beta1.json

Large diffs are not rendered by default.

107 changes: 107 additions & 0 deletions druid.apache.org/druidingestion_v1alpha1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"description": "Ingestion is the Schema for the Ingestion 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": {
"type": "object"
},
"spec": {
"properties": {
"auth": {
"properties": {
"secretRef": {
"description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
"properties": {
"name": {
"description": "name is unique within a namespace to reference a secret resource.",
"type": "string"
},
"namespace": {
"description": "namespace defines the space within which the secret name must be unique.",
"type": "string"
}
},
"type": "object",
"x-kubernetes-map-type": "atomic"
},
"type": {
"type": "string"
}
},
"required": [
"secretRef",
"type"
],
"type": "object"
},
"druidCluster": {
"type": "string"
},
"ingestion": {
"properties": {
"spec": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
"suspend": {
"type": "boolean"
}
},
"required": [
"druidCluster",
"ingestion"
],
"type": "object"
},
"status": {
"properties": {
"currentIngestionSpec.json": {
"type": "string"
},
"lastUpdateTime": {
"format": "date-time",
"type": "string"
},
"message": {
"type": "string"
},
"reason": {
"type": "string"
},
"status": {
"type": "string"
},
"taskId": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"currentIngestionSpec.json",
"taskId"
],
"type": "object"
}
},
"required": [
"spec"
],
"type": "object"
}
539 changes: 205 additions & 334 deletions elasticsearch.k8s.elastic.co/elasticsearch_v1.json

Large diffs are not rendered by default.

1,304 changes: 1,302 additions & 2 deletions elasticsearch.k8s.elastic.co/elasticsearch_v1alpha1.json

Large diffs are not rendered by default.

925 changes: 699 additions & 226 deletions elasticsearch.k8s.elastic.co/elasticsearch_v1beta1.json

Large diffs are not rendered by default.

119 changes: 52 additions & 67 deletions enterprisesearch.k8s.elastic.co/enterprisesearch_v1.json

Large diffs are not rendered by default.

127 changes: 61 additions & 66 deletions enterprisesearch.k8s.elastic.co/enterprisesearch_v1beta1.json

Large diffs are not rendered by default.

170 changes: 74 additions & 96 deletions kibana.k8s.elastic.co/kibana_v1.json

Large diffs are not rendered by default.

513 changes: 511 additions & 2 deletions kibana.k8s.elastic.co/kibana_v1alpha1.json

Large diffs are not rendered by default.

268 changes: 198 additions & 70 deletions kibana.k8s.elastic.co/kibana_v1beta1.json

Large diffs are not rendered by default.

6,826 changes: 227 additions & 6,599 deletions logstash.k8s.elastic.co/logstash_v1alpha1.json

Large diffs are not rendered by default.

117 changes: 51 additions & 66 deletions maps.k8s.elastic.co/elasticmapsserver_v1alpha1.json

Large diffs are not rendered by default.

Loading

0 comments on commit 12638cc

Please sign in to comment.