appproxy

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppProxyAPI

type AppProxyAPI interface {
	Cluster() ClusterAPI
	GitSource() GitSourceAPI
	ISC() IscAPI
	GitIntegration() GitIntegrationAPI
	VersionInfo() VersionInfoAPI
}

func NewAppProxyClient

func NewAppProxyClient(c *client.CfClient) AppProxyAPI

type ClusterAPI

type ClusterAPI interface {
	CreateArgoRollouts(ctx context.Context, server string, namespace string) error
	Delete(ctx context.Context, server string, runtime string) error
}

type GitSourceAPI

type GitSourceAPI interface {
	Create(ctx context.Context, opts *apmodel.CreateGitSourceInput) error
	Delete(ctx context.Context, appName string) error
	Edit(ctx context.Context, opts *apmodel.EditGitSourceInput) error
}

type IscAPI

type IscAPI interface {
	RemoveRuntimeFromIscRepo(ctx context.Context) (int, error)
}

type VersionInfoAPI

type VersionInfoAPI interface {
	VersionInfo(ctx context.Context) (*apmodel.AppProxyVersionInfo, error)
}

Jump to

Keyboard shortcuts

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