Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckCronjob ¶
type CheckCronjob interface {
CheckStatus(CheckStatusOptions) icinga.Result
}
CheckDeployment interface to check a deployment
func NewCheckCronjob ¶
func NewCheckCronjob(client kubernetes.Interface, name string, namespace string) CheckCronjob
NewCheckCronjob creates a new instance of CheckCronjob
type CheckStatusOptions ¶
type CheckStatusOptions struct{}
CheckStatusOptions contains options needed to run CheckStatus check
Click to show internal directories.
Click to hide internal directories.