kubernetes

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2023 License: MPL-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FieldOwner client.FieldOwner = "fox"
)

Variables

View Source
var (
	ErrComponentNotRead = fmt.Errorf("component not ready")
)

Functions

This section is empty.

Types

type Client

type Client struct {
	client.Client

	KubeConfig *clientcmdapi.Config
	RestConfig *rest.Config
	// contains filtered or unexported fields
}

func NewClient

func NewClient(cfg *config.Config) *Client

func (*Client) Apply

func (c *Client) Apply(ctx context.Context, obj client.Object) error

func (*Client) GetPlatform

func (c *Client) GetPlatform(ctx context.Context) (*v1alpha1.Platform, error)

func (*Client) ListPlatforms

func (r *Client) ListPlatforms(ctx context.Context) ([]v1alpha1.Platform, error)

func (*Client) Merge

func (c *Client) Merge(ctx context.Context, obj client.Object) error

func (*Client) PortForward

func (c *Client) PortForward(ctx context.Context, req *PortForwardRequest) (*PortForward, error)

func (*Client) WaitPlatformReady

func (c *Client) WaitPlatformReady(ctx context.Context, p *v1alpha1.Platform, spec *v1alpha1.DeploymentSpec)

func (*Client) WaitPodReady

func (c *Client) WaitPodReady(ctx context.Context, p *v1alpha1.Platform, comp, commit string) error

type PortForward

type PortForward struct {
	LocalPort int32
	// contains filtered or unexported fields
}

func (*PortForward) Done

func (pf *PortForward) Done() <-chan struct{}

func (*PortForward) Ready

func (pf *PortForward) Ready() <-chan struct{}

func (*PortForward) Stop

func (pf *PortForward) Stop()

type PortForwardRequest

type PortForwardRequest struct {
	Namespace  string
	Platform   string
	BrokerPod  string
	BrokerPort int32
	LocalPort  int32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳