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 (*EndpointManager) List ¶
func (m *EndpointManager) List(ctx context.Context, kubeConfig []byte, releaseName string) ([]*pkgHelm.EndpointItem, error)
type EndpointService ¶
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
Click to show internal directories.
Click to hide internal directories.