config

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Handlers  Handlers  `mapstructure:"handler"`
	Resources Resources `mapstructure:"resource"`
	CLI       *cli.Args
}

Config represent the config file

func NewConfig

func NewConfig() (*Config, error)

NewConfig return kwatchman config file unmarshalled using viper

type Handler

type Handler struct {
	Name         string   // Used by all handlers
	ClusterName  string   // Used by slack handler
	WebhookURL   string   // Used by slack handler
	IgnoreEvents []string `mapstructure:"events"` // Used by ignoreEvents handler
}

Handler struct holds configuration fields for all handlers in this code base, non configured options will be set to its zero value in the struct filed, is the responsability of the handler to validate them, as well as to avoid naming conflicts, in the future namespacing might me implemented

type Handlers

type Handlers []Handler

Handlers holds a list of Handler

type Resource

type Resource struct {
	Kind string
}

Resource holds the individual resource configurations

type Resources

type Resources []Resource

Resources holds a list of Resource

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳