repository

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Setup

func Setup(mgr ctrl.Manager, o controller.Options) error

Setup adds a controller that reconciles Repository managed resources.

Types

type RepoClient added in v0.9.0

type RepoClient interface {
	Get(ctx context.Context, org string, repo string) (*repos.RepositoryResponse, error)

	CreateOrUpdateWithOptions(ctx context.Context, org string, repo string, opts ...repos.CreateOrUpdateOption) error

	Delete(ctx context.Context, account, name string) error
}

Jump to

Keyboard shortcuts

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