Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostflightOptions ¶
type PostflightOptions struct {
Verbose bool
}
type QliksensePostflight ¶
type QliksensePostflight struct { Q *qliksense.Qliksense P *PostflightOptions CG *api.ClientGoUtils }
func (*QliksensePostflight) DbMigrationCheck ¶
func (p *QliksensePostflight) DbMigrationCheck(namespace string, kubeConfigContents []byte) error
func (*QliksensePostflight) RunAllPostflightChecks ¶ added in v0.33.0
func (qp *QliksensePostflight) RunAllPostflightChecks(namespace string, kubeConfigContents []byte, preflightOpts *PostflightOptions) error
Click to show internal directories.
Click to hide internal directories.