Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrProxyHealthDisconnect = errors.New("proxy health disconnect")
ErrProxyHealthDisconnect is a sentinel error returned when the proxy exits due to a health-check-triggered disconnection. It should be suppressed from stderr in main.go since the ssh client will report the disconnect naturally.
Functions ¶
func NewRootCmd ¶
Types ¶
type InitOverrides ¶ added in v0.2.11
type InitOverrides struct {
Name string
Namespace string
KubeContext string
WorkloadType string
ManifestPath string
InjectPaths []string
GenericPreset string
DevImage string
SidecarImage string
SyncLocal string
SyncRemote string
SSHUser string
}
InitOverrides holds flag-provided values that skip prompting.
Source Files
¶
- agent.go
- agent_auth.go
- agent_install.go
- common.go
- completion.go
- cp.go
- cp_progress.go
- down.go
- exec_jobs.go
- init.go
- lifecycle.go
- list.go
- logs.go
- mesh.go
- migrate.go
- pdsh.go
- pdsh_writer.go
- port_forward.go
- portforward_helper.go
- ports.go
- prompt.go
- proxy_health.go
- proxy_health_tcpkeepcnt_linux.go
- prune.go
- root.go
- session_view.go
- ssh.go
- status.go
- status_details.go
- sync.go
- syncthing.go
- target.go
- template.go
- timeouts.go
- up.go
- up_drift.go
- upgrade.go
- use.go
- validate.go
- version.go
- workload.go
Click to show internal directories.
Click to hide internal directories.