-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support migration from TPR to CRD (#211)
* Upgrade to client-go 4.0.0 * Fixed fake client
- Loading branch information
Showing
654 changed files
with
88,733 additions
and
67,158 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 |
---|---|---|
@@ -1,29 +1,41 @@ | ||
metadata: | ||
name: pod-alert.monitoring.appscode.com | ||
name: podalerts.monitoring.appscode.com | ||
labels: | ||
app: searchlight | ||
apiVersion: extensions/v1beta1 | ||
kind: ThirdPartyResource | ||
description: "Searchlight by AppsCode - Alerts for Kubernetes" | ||
versions: | ||
- name: v1alpha1 | ||
app: searchlight | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
spec: | ||
group: monitoring.appscode.com | ||
names: | ||
kind: PodAlert | ||
plural: podalerts | ||
scope: Namespaced | ||
version: v1alpha1 | ||
--- | ||
metadata: | ||
name: node-alert.monitoring.appscode.com | ||
name: nodealerts.monitoring.appscode.com | ||
labels: | ||
app: searchlight | ||
apiVersion: extensions/v1beta1 | ||
kind: ThirdPartyResource | ||
description: "Searchlight by AppsCode - Node Alerts for Kubernetes" | ||
versions: | ||
- name: v1alpha1 | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
spec: | ||
group: monitoring.appscode.com | ||
names: | ||
kind: NodeAlert | ||
plural: nodealerts | ||
scope: Namespaced | ||
version: v1alpha1 | ||
--- | ||
metadata: | ||
name: cluster-alert.monitoring.appscode.com | ||
name: clusteralerts.monitoring.appscode.com | ||
labels: | ||
app: searchlight | ||
apiVersion: extensions/v1beta1 | ||
kind: ThirdPartyResource | ||
description: "Searchlight by AppsCode - Cluster Alerts for Kubernetes" | ||
versions: | ||
- name: v1alpha1 | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
spec: | ||
group: monitoring.appscode.com | ||
names: | ||
kind: ClusterAlert | ||
plural: clusteralerts | ||
scope: Namespaced | ||
version: v1alpha1 |
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[Website](https://appscode.com) • [Slack](https://appscode.slack.com) • [Twitter](https://twitter.com/AppsCodeHQ) | ||
|
||
Searchlight by AppsCode is a Kubernetes operator for [Icinga](https://www.icinga.com/). If you are running production workloads in Kubernetes, you probably want to be alerted when things go wrong. Icinga periodically runs various checks on a Kubernetes cluster and sends notifications if detects an issue. It also nicely supplements whitebox monitoring tools like, [Prometheus](https://prometheus.io/) with blackbox monitoring can catch problems that are otherwise invisible, and also serves as a fallback in case internal systems completely fail. Searchlight is a TPR controller for Kubernetes built around Icinga to address these issues. This package contains static data files used by Searchlight. | ||
Searchlight by AppsCode is a Kubernetes operator for [Icinga](https://www.icinga.com/). If you are running production workloads in Kubernetes, you probably want to be alerted when things go wrong. Icinga periodically runs various checks on a Kubernetes cluster and sends notifications if detects an issue. It also nicely supplements whitebox monitoring tools like, [Prometheus](https://prometheus.io/) with blackbox monitoring can catch problems that are otherwise invisible, and also serves as a fallback in case internal systems completely fail. Searchlight is a CRD controller for Kubernetes built around Icinga to address these issues. This package contains static data files used by Searchlight. |
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
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
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
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
Oops, something went wrong.