Versions in this module Expand all Collapse all v0 v0.3.7 Jan 23, 2026 Changes in this version + var Store = &RuntimeStore + func GetCustomizeKtConfig() (string, bool) + func GetCustomizeKubeConfig() (string, bool) + func HideGlobalFlags(cmd *cobra.Command) + func SetOptions(cmd *cobra.Command, flags *flag.FlagSet, optionStore any, ...) + type BirdseyeOptions struct + HideNaturalService bool + ShowConnector bool + SortBy string + type CleanOptions struct + DryRun bool + LocalOnly bool + ThresholdInMinus int64 + type ConfigOptions struct + type ConnectOptions struct + ClusterDomain string + DisablePodIp bool + DisableTunDevice bool + DisableTunRoute bool + DnsCacheTtl int + DnsMode string + DnsPort int + ExcludeIps string + Global bool + IncludeDomains string + IncludeIps string + IngressIp string + Mode string + ProxyAddr string + ProxyPort int + ShareShadow bool + SkipCleanup bool + type DaemonOptions struct + Birdseye *BirdseyeOptions + Clean *CleanOptions + Config *ConfigOptions + Connect *ConnectOptions + Exchange *ExchangeOptions + Forward *ForwardOptions + Global *GlobalOptions + Mesh *MeshOptions + Preview *PreviewOptions + Recover *RecoverOptions + func Get() *DaemonOptions + type ExchangeOptions struct + Expose string + Mode string + RecoverWaitTime int + SkipPortChecking bool + type ForwardOptions struct + type GlobalOptions struct + AsWorker bool + Context string + Debug bool + ForceUpdate bool + Image string + ImagePullSecret string + IpVersion int + Kubeconfig string + ListenCheck bool + Namespace string + NodeSelector string + PodCreationTimeout int + PodQuota string + PortForwardTimeout int + ServiceAccount string + UseLocalTime bool + UseShadowDeployment bool + WithAnnotation string + WithLabel string + type MeshOptions struct + Expose string + Mode string + RouterImage string + SkipPortChecking bool + VersionMark string + type OptionConfig struct + Alias string + DefaultValue any + Description string + Hidden bool + Required bool + Target string + func BirdseyeFlags() []OptionConfig + func CleanFlags() []OptionConfig + func ConnectFlags() []OptionConfig + func ExchangeFlags() []OptionConfig + func ForwardFlags() []OptionConfig + func GlobalFlags() []OptionConfig + func MeshFlags() []OptionConfig + func PreviewFlags() []OptionConfig + func RecoverFlags() []OptionConfig + type PreviewOptions struct + Expose string + External bool + SkipPortChecking bool + type RecoverOptions struct + type RuntimeStore struct + Clientset kubernetes.Interface + Component string + Ipv6Cluster bool + Mesh string + Origin string + Replicas int32 + RestConfig *rest.Config + Router string + Service string + Shadow string + Version string