Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDoctorCommand ¶
func NewDoctorCommand(p *config.KfParams, tests []DoctorTest) *cobra.Command
NewDoctorCommand creates a new doctor command for the given tests. The tests will be executed in the order they appear in the list as long as they're requested by the user.
Types ¶
type DoctorTest ¶
type DoctorTest struct { Name string Test doctor.Diagnosable }
DoctorTest represents a single high-level test. These should be roughly at the granularity of objects e.g. Apps, Service Brokers, Namespaces, and Clusters.
Click to show internal directories.
Click to hide internal directories.