Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClientSet ¶
func GetClientSet() (kubernetes.Interface, error)
GetClientSet Generates a clientset from the Kubeconfig
Types ¶
type JeevesConfig ¶
type JeevesConfig struct {
JobNamespace string `json:",omitempty"`
SlackApi *slack.Client `json:",omitempty"`
SlackSigningToken string `json:",omitempty"`
SlackChannelID string `json:",omitempty"`
K8sClientSet kubernetes.Interface `json:",omitempty"`
GithubSecretKey string `json:",omitempty"`
GithubPrivateKey string `json:",omitempty"`
GithubApplicationID string `json:",omitempty"`
GithubInstallationID int64 `json:",omitempty"`
}
func (*JeevesConfig) GetConfig ¶
func (cfg *JeevesConfig) GetConfig() error
Click to show internal directories.
Click to hide internal directories.