controller

package
v0.0.0-...-478314c Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubSession

type GithubSession struct {
	Context     context.Context
	StaticToken oauth2.TokenSource
	OauthClient *http.Client
	GitClient   *github.Client
}

func InitializeGithubAPI

func InitializeGithubAPI() (GithubSession, error)

func (GithubSession) CreateWebhookRepo

func (g GithubSession) CreateWebhookRepo(org, repo, hookName, hookUrl, hookSecret string, hookEvents []string) error

func (GithubSession) UpdateWebhook

func (g GithubSession) UpdateWebhook(owner, repo, hookName, hookUrl, lastHookUrl, hookSecret string, hookEvents []string) error

type K8sSession

type K8sSession struct {
	Config    *rest.Config
	ClientSet *kubernetes.Clientset
}

func InitializeK8sInCluster

func InitializeK8sInCluster() (K8sSession, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL