Documentation
¶
Overview ¶
Package link is for the ssh command
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Port string
)
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.AllWorkspaceData, error)
func (WorkspaceResolver) GetWorkspaceByName ¶ added in v0.1.5
func (d WorkspaceResolver) GetWorkspaceByName(name string) (*brev_api.AllWorkspaceData, error)
This function will be long and messy, it's entirely built to check random error cases func GetWorkspaceByName(name string) (*brev_api.AllWorkspaceData, error) {
Click to show internal directories.
Click to hide internal directories.