-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #480 from frezes/feat/whizard-crds
add whizard-crds charts
- Loading branch information
Showing
13 changed files
with
13,984 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
808
charts/whizard-crds/crds/monitoring.whizard.io_compactors.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
695 changes: 695 additions & 0 deletions
695
charts/whizard-crds/crds/monitoring.whizard.io_gateways.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
845 changes: 845 additions & 0 deletions
845
charts/whizard-crds/crds/monitoring.whizard.io_ingesters.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
752 changes: 752 additions & 0 deletions
752
charts/whizard-crds/crds/monitoring.whizard.io_queries.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
706 changes: 706 additions & 0 deletions
706
charts/whizard-crds/crds/monitoring.whizard.io_queryfrontends.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
691 changes: 691 additions & 0 deletions
691
charts/whizard-crds/crds/monitoring.whizard.io_routers.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
1,003 changes: 1,003 additions & 0 deletions
1,003
charts/whizard-crds/crds/monitoring.whizard.io_rulers.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
6,464 changes: 6,464 additions & 0 deletions
6,464
charts/whizard-crds/crds/monitoring.whizard.io_services.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
801 changes: 801 additions & 0 deletions
801
charts/whizard-crds/crds/monitoring.whizard.io_storages.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
1,136 changes: 1,136 additions & 0 deletions
1,136
charts/whizard-crds/crds/monitoring.whizard.io_stores.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
59 changes: 59 additions & 0 deletions
59
charts/whizard-crds/crds/monitoring.whizard.io_tenants.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Default values for whizard-crds |