endpoints

package
v0.0.0-...-e7c744b Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EndpointManager

type EndpointManager struct {
	// contains filtered or unexported fields
}

func NewEndpointManager

func NewEndpointManager(logger common.Logger) *EndpointManager

func (*EndpointManager) GetServiceURL

func (m *EndpointManager) GetServiceURL(ctx context.Context, kubeConfig []byte, serviceName string, namespace string) (string, error)

func (*EndpointManager) List

func (m *EndpointManager) List(ctx context.Context, kubeConfig []byte, releaseName string) ([]*pkgHelm.EndpointItem, error)

type EndpointService

type EndpointService interface {
	List(ctx context.Context, kubeConfig []byte, releaseName string) ([]*pkgHelm.EndpointItem, error)
	GetServiceURL(ctx context.Context, kubeConfig []byte, serviceName string, namespace string) (string, error)
}

type NotFoundError

type NotFoundError struct {
	// contains filtered or unexported fields
}

func (*NotFoundError) Error

func (e *NotFoundError) Error() string

func (*NotFoundError) NotFound

func (e *NotFoundError) NotFound() bool

type PendingLoadBalancerError

type PendingLoadBalancerError struct{}

func (*PendingLoadBalancerError) Error

func (e *PendingLoadBalancerError) Error() string

Jump to

Keyboard shortcuts

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