Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckExistsOptions ¶
type CheckExistsOptions struct {
SecretsDefined []string
}
CheckExistsOptions contains options needed to run CheckExists check
type CheckSecrets ¶
type CheckSecrets interface {
CheckExists(CheckExistsOptions) icinga.Result
}
CheckSecrets interface to check a deployment
func NewCheckSecrets ¶
func NewCheckSecrets(client kubernetes.Interface, namespace string) CheckSecrets
NewCheckSecrets creates a new instance of CheckSecrets
Click to show internal directories.
Click to hide internal directories.