Documentation
¶
Index ¶
- func InitPreflight() (string, []byte, error)
- type PreflightMongoOptions
- type QliksensePreflight
- func (qp *QliksensePreflight) CheckCreateRB(namespace string, kubeConfigContents []byte) error
- func (qp *QliksensePreflight) CheckCreateRole(namespace string) error
- func (qp *QliksensePreflight) CheckCreateRoleBinding(namespace string) error
- func (qp *QliksensePreflight) CheckCreateServiceAccount(namespace string) error
- func (qp *QliksensePreflight) CheckDeployment(namespace string, kubeConfigContents []byte) error
- func (qp *QliksensePreflight) CheckDns(namespace string, kubeConfigContents []byte) error
- func (qp *QliksensePreflight) CheckK8sVersion(namespace string, kubeConfigContents []byte) error
- func (qp *QliksensePreflight) CheckMongo(kubeConfigContents []byte, namespace string, ...) error
- func (qp *QliksensePreflight) CheckPod(namespace string, kubeConfigContents []byte) error
- func (qp *QliksensePreflight) CheckService(namespace string, kubeConfigContents []byte) error
- func (qp *QliksensePreflight) GetPreflightConfigObj() *api.PreflightConfig
- func (qp *QliksensePreflight) RunAllPreflightChecks(kubeConfigContents []byte, namespace string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitPreflight ¶ added in v0.9.11
Types ¶
type PreflightMongoOptions ¶ added in v0.13.0
type QliksensePreflight ¶
func (*QliksensePreflight) CheckCreateRB ¶ added in v0.9.18
func (qp *QliksensePreflight) CheckCreateRB(namespace string, kubeConfigContents []byte) error
func (*QliksensePreflight) CheckCreateRole ¶ added in v0.9.18
func (qp *QliksensePreflight) CheckCreateRole(namespace string) error
func (*QliksensePreflight) CheckCreateRoleBinding ¶ added in v0.9.18
func (qp *QliksensePreflight) CheckCreateRoleBinding(namespace string) error
func (*QliksensePreflight) CheckCreateServiceAccount ¶ added in v0.9.18
func (qp *QliksensePreflight) CheckCreateServiceAccount(namespace string) error
func (*QliksensePreflight) CheckDeployment ¶ added in v0.9.12
func (qp *QliksensePreflight) CheckDeployment(namespace string, kubeConfigContents []byte) error
func (*QliksensePreflight) CheckDns ¶
func (qp *QliksensePreflight) CheckDns(namespace string, kubeConfigContents []byte) error
func (*QliksensePreflight) CheckK8sVersion ¶
func (qp *QliksensePreflight) CheckK8sVersion(namespace string, kubeConfigContents []byte) error
func (*QliksensePreflight) CheckMongo ¶ added in v0.9.18
func (qp *QliksensePreflight) CheckMongo(kubeConfigContents []byte, namespace string, preflightOpts *PreflightMongoOptions) error
func (*QliksensePreflight) CheckPod ¶ added in v0.9.12
func (qp *QliksensePreflight) CheckPod(namespace string, kubeConfigContents []byte) error
func (*QliksensePreflight) CheckService ¶ added in v0.9.12
func (qp *QliksensePreflight) CheckService(namespace string, kubeConfigContents []byte) error
func (*QliksensePreflight) GetPreflightConfigObj ¶ added in v0.9.13
func (qp *QliksensePreflight) GetPreflightConfigObj() *api.PreflightConfig
func (*QliksensePreflight) RunAllPreflightChecks ¶
func (qp *QliksensePreflight) RunAllPreflightChecks(kubeConfigContents []byte, namespace string, preflightOpts *PreflightMongoOptions)
Click to show internal directories.
Click to hide internal directories.