Versions in this module Expand all Collapse all v0 v0.3.1 Nov 9, 2022 Changes in this version + var Version = "unknown" + func NewSession(profile, region string, log zerolog.Logger) (*sessionInfo, error) + type ClusterInfo struct + type Options struct + CredentialsFile string + Debug bool + KubeConfig string + OutputFormat string + Profiles []string + Quiet bool + Regions []string + Version bool + func (program *Options) AfterApply() error + func (program *Options) Parse(args []string) (*kong.Context, error) + func (program *Options) ReadConfig() (*api.Config, error) + func (program *Options) Run(options *Options) error + func (program *Options) WriteConfig(config *api.Config) error + type Stats struct + Clusters atomic.Int32 + Errors atomic.Int32 + Profiles atomic.Int32 + Regions atomic.Int32 + UniqueProfiles atomic.Int32 + UsableProfiles atomic.Int32 + func (s *Stats) Log() + type VersionCmd struct + func (v *VersionCmd) Run(program *Options) error