Documentation
¶
Index ¶
- Constants
- Variables
- type DebugComponent
- func (d *DebugComponent) Down() error
- func (d *DebugComponent) Up() error
- func (d *DebugComponent) Wait() error
- func (d *DebugComponent) WithEnvironmentResource(environmentResource *environment.EnvironmentResource) *DebugComponent
- func (d *DebugComponent) WithEnvironmentWorkspaceDir(environmentWorkspaceDir string) *DebugComponent
- func (d *DebugComponent) WithKubeConfigPath(kubeConfigPath string) *DebugComponent
- func (d *DebugComponent) WithWaitTimeout(waitTimeout int64) *DebugComponent
Constants ¶
View Source
const (
KubeConfigFilename = "kube-config.yaml"
)
Variables ¶
View Source
var (
ErrNoOrganizationSelected = fmt.Errorf("you need to select an organization first")
)
Functions ¶
This section is empty.
Types ¶
type DebugComponent ¶
type DebugComponent struct {
// contains filtered or unexported fields
}
func NewDebugComponent ¶
func NewDebugComponent() *DebugComponent
func (*DebugComponent) Down ¶
func (d *DebugComponent) Down() error
func (*DebugComponent) Up ¶
func (d *DebugComponent) Up() error
func (*DebugComponent) Wait ¶
func (d *DebugComponent) Wait() error
func (*DebugComponent) WithEnvironmentResource ¶
func (d *DebugComponent) WithEnvironmentResource(environmentResource *environment.EnvironmentResource) *DebugComponent
func (*DebugComponent) WithEnvironmentWorkspaceDir ¶
func (d *DebugComponent) WithEnvironmentWorkspaceDir(environmentWorkspaceDir string) *DebugComponent
func (*DebugComponent) WithKubeConfigPath ¶
func (d *DebugComponent) WithKubeConfigPath(kubeConfigPath string) *DebugComponent
func (*DebugComponent) WithWaitTimeout ¶
func (d *DebugComponent) WithWaitTimeout(waitTimeout int64) *DebugComponent
Click to show internal directories.
Click to hide internal directories.