Documentation ¶
Overview ¶
Package link is for the ssh command
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type K8sClientConfig ¶
type K8sClientConfig struct {
// contains filtered or unexported fields
}
func NewRemoteK8sClientConfig ¶
func NewRemoteK8sClientConfig() (*K8sClientConfig, error)
func (K8sClientConfig) GetCA ¶
func (k K8sClientConfig) GetCA() []byte
func (K8sClientConfig) GetCert ¶
func (k K8sClientConfig) GetCert() []byte
func (K8sClientConfig) GetHost ¶
func (k K8sClientConfig) GetHost() string
func (K8sClientConfig) GetKey ¶
func (k K8sClientConfig) GetKey() []byte
type WorkspaceResolver ¶
type WorkspaceResolver struct{}
func (WorkspaceResolver) GetWorkspaceByID ¶
func (d WorkspaceResolver) GetWorkspaceByID(id string) (*brev_api.WorkspaceMetaData, error)
Click to show internal directories.
Click to hide internal directories.