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