-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new uniqueNamespaces handler with clustername filter
- Loading branch information
Showing
5 changed files
with
58 additions
and
207 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,21 +1,21 @@ | ||
package config | ||
|
||
type Config struct { | ||
NatsAddress string `envconfig:"NATS_ADDRESS"` | ||
NatsToken string `envconfig:"NATS_TOKEN"` | ||
DbPort int `envconfig:"DB_PORT"` | ||
DBAddress string `envconfig:"DB_ADDRESS"` | ||
ClickHouseUsername string `envconfig:"CLICKHOUSE_USERNAME"` | ||
ClickHousePassword string `envconfig:"CLICKHOUSE_PASSWORD"` | ||
KetallConsumer string `envconfig:"KETALL_EVENTS_CONSUMER" required:"true"` | ||
RakeesConsumer string `envconfig:"RAKEES_METRICS_CONSUMER" required:"true"` | ||
OutdatedConsumer string `envconfig:"OUTDATED_EVENTS_CONSUMER" required:"true"` | ||
DeprecatedConsumer string `envconfig:"DEPRECATED_API_CONSUMER" required:"true"` | ||
DeletedConsumer string `envconfig:"DELETED_API_CONSUMER" required:"true"` | ||
KubvizConsumer string `envconfig:"KUBVIZ_EVENTS_CONSUMER" required:"true"` | ||
KubscoreConsumer string `envconfig:"KUBSCORE_CONSUMER" required:"true"` | ||
TrivyConsumer string `envconfig:"TRIVY_CONSUMER" required:"true"` | ||
TrivyImageConsumer string `envconfig:"TRIVY_IMAGE_CONSUMER" required:"true"` | ||
TrivySbomConsumer string `envconfig:"TRIVY_SBOM_CONSUMER" required:"true"` | ||
NatsAddress string `envconfig:"NATS_ADDRESS"` | ||
NatsToken string `envconfig:"NATS_TOKEN"` | ||
DbPort int `envconfig:"DB_PORT"` | ||
DBAddress string `envconfig:"DB_ADDRESS"` | ||
ClickHouseUsername string `envconfig:"CLICKHOUSE_USERNAME"` | ||
ClickHousePassword string `envconfig:"CLICKHOUSE_PASSWORD"` | ||
KetallConsumer string `envconfig:"KETALL_EVENTS_CONSUMER" required:"true"` | ||
RakeesConsumer string `envconfig:"RAKEES_METRICS_CONSUMER" required:"true"` | ||
OutdatedConsumer string `envconfig:"OUTDATED_EVENTS_CONSUMER" required:"true"` | ||
DeprecatedConsumer string `envconfig:"DEPRECATED_API_CONSUMER" required:"true"` | ||
DeletedConsumer string `envconfig:"DELETED_API_CONSUMER" required:"true"` | ||
KubvizConsumer string `envconfig:"KUBVIZ_EVENTS_CONSUMER" required:"true"` | ||
KubscoreConsumer string `envconfig:"KUBSCORE_CONSUMER" required:"true"` | ||
TrivyConsumer string `envconfig:"TRIVY_CONSUMER" required:"true"` | ||
TrivyImageConsumer string `envconfig:"TRIVY_IMAGE_CONSUMER" required:"true"` | ||
TrivySbomConsumer string `envconfig:"TRIVY_SBOM_CONSUMER" required:"true"` | ||
KuberhealthyConsumer string `envconfig:"KUBERHEALTHY_CONSUMER" required:"true"` | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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