repository

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupGated

func SetupGated(mgr ctrl.Manager, o xpcontroller.Options) error

SetupGated calls setup when the legacy Repository GVR becomes available in the API.

Types

type RepoClient

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