Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMainCommand ¶
Types ¶
type LogsOptions ¶
type LogsOptions struct {
// Component selection
ComponentIDs []string
EnvironmentID string
ComponentNames []string
// Pod/Container selection
Namespace string
PodName string
Container string
AllContainers bool
// Log filtering (kubectl standard)
Follow bool
Tail int64
Since string
SinceTime string
Timestamps bool
Previous bool
// Output options
Prefix bool
NoColor bool
OverrideClusterServer string
}
func (*LogsOptions) UpdateFlagSet ¶
func (o *LogsOptions) UpdateFlagSet(flags *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.