Skip to content

Commit

Permalink
Merge pull request #480 from frezes/feat/whizard-crds
Browse files Browse the repository at this point in the history
add whizard-crds charts
  • Loading branch information
benjaminhuo authored Feb 29, 2024
2 parents 4b0f1b7 + b16eac9 commit 53e2842
Show file tree
Hide file tree
Showing 13 changed files with 13,984 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/whizard-crds/chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: v2
name: whizard-crds
description: A Helm chart delivering whizard CRDS
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
#type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.10.0"
808 changes: 808 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_compactors.yaml

Large diffs are not rendered by default.

695 changes: 695 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_gateways.yaml

Large diffs are not rendered by default.

845 changes: 845 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_ingesters.yaml

Large diffs are not rendered by default.

752 changes: 752 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_queries.yaml

Large diffs are not rendered by default.

706 changes: 706 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_queryfrontends.yaml

Large diffs are not rendered by default.

691 changes: 691 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_routers.yaml

Large diffs are not rendered by default.

1,003 changes: 1,003 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_rulers.yaml

Large diffs are not rendered by default.

6,464 changes: 6,464 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_services.yaml

Large diffs are not rendered by default.

801 changes: 801 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_storages.yaml

Large diffs are not rendered by default.

1,136 changes: 1,136 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_stores.yaml

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions charts/whizard-crds/crds/monitoring.whizard.io_tenants.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
name: tenants.monitoring.whizard.io
spec:
group: monitoring.whizard.io
names:
kind: Tenant
listKind: TenantList
plural: tenants
singular: tenant
scope: Cluster
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
properties:
tenant:
type: string
type: object
status:
properties:
compactor:
properties:
name:
type: string
namespace:
type: string
type: object
ingester:
properties:
name:
type: string
namespace:
type: string
type: object
ruler:
properties:
name:
type: string
namespace:
type: string
type: object
type: object
type: object
served: true
storage: true
subresources:
status: {}
1 change: 1 addition & 0 deletions charts/whizard-crds/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Default values for whizard-crds

0 comments on commit 53e2842

Please sign in to comment.