Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterReportCommand ¶
NewClusterReportCommand creates a command that generates and outputs the cluster report.
func NewDeprovisioningReportCommand ¶
NewDeprovisioningReportCommand creates a command that generates and outputs the cluster report.
func NewProvisioningReportCommand ¶
NewProvisioningReportCommand creates a command that generates and outputs the cluster report.
Types ¶
type DeprovisioningReportOptions ¶
type DeprovisioningReportOptions struct {
// ClusterType filters the report to only clusters of the given type.
ClusterType string
}
DeprovisioningReportOptions is the set of options for the desired report.
func (*DeprovisioningReportOptions) Complete ¶
func (o *DeprovisioningReportOptions) Complete(cmd *cobra.Command, args []string) error
Complete finishes parsing arguments for the command
type ProvisioningReportOptions ¶
type ProvisioningReportOptions struct {
// AgeLT is a duration to filter to cluster created less than this duration ago.
AgeLT string
// AgeGT is a duration to filter to cluster created more than this duration ago.
AgeGT string
// ClusterType filters the report to only clusters of the given type.
ClusterType string
}
ProvisioningReportOptions is the set of options for the desired report.
func (*ProvisioningReportOptions) Complete ¶
func (o *ProvisioningReportOptions) Complete(cmd *cobra.Command, args []string) error
Complete finishes parsing arguments for the command
Click to show internal directories.
Click to hide internal directories.