Documentation ¶
Index ¶
- type BlackBoxExporter
- func (b *BlackBoxExporter) EnsureBlackBoxExporterConfigMapAbsent() error
- func (b *BlackBoxExporter) EnsureBlackBoxExporterConfigMapExists() error
- func (b *BlackBoxExporter) EnsureBlackBoxExporterDeploymentAbsent() error
- func (b *BlackBoxExporter) EnsureBlackBoxExporterDeploymentExists() error
- func (b *BlackBoxExporter) EnsureBlackBoxExporterResourcesAbsent() error
- func (b *BlackBoxExporter) EnsureBlackBoxExporterResourcesExist() error
- func (b *BlackBoxExporter) EnsureBlackBoxExporterServiceAbsent() error
- func (b *BlackBoxExporter) EnsureBlackBoxExporterServiceExists() error
- func (b *BlackBoxExporter) GetBlackBoxExporterNamespace() string
- func (b *BlackBoxExporter) ShouldDeleteBlackBoxExporterResources() (blackboxexporter.ShouldDeleteBlackBoxExporter, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlackBoxExporter ¶
type BlackBoxExporter struct { Client client.Client Log logr.Logger Ctx context.Context Image string NamespacedName types.NamespacedName }
func (*BlackBoxExporter) EnsureBlackBoxExporterConfigMapAbsent ¶
func (b *BlackBoxExporter) EnsureBlackBoxExporterConfigMapAbsent() error
func (*BlackBoxExporter) EnsureBlackBoxExporterConfigMapExists ¶
func (b *BlackBoxExporter) EnsureBlackBoxExporterConfigMapExists() error
func (*BlackBoxExporter) EnsureBlackBoxExporterDeploymentAbsent ¶
func (b *BlackBoxExporter) EnsureBlackBoxExporterDeploymentAbsent() error
func (*BlackBoxExporter) EnsureBlackBoxExporterDeploymentExists ¶
func (b *BlackBoxExporter) EnsureBlackBoxExporterDeploymentExists() error
func (*BlackBoxExporter) EnsureBlackBoxExporterResourcesAbsent ¶
func (b *BlackBoxExporter) EnsureBlackBoxExporterResourcesAbsent() error
func (*BlackBoxExporter) EnsureBlackBoxExporterResourcesExist ¶
func (b *BlackBoxExporter) EnsureBlackBoxExporterResourcesExist() error
func (*BlackBoxExporter) EnsureBlackBoxExporterServiceAbsent ¶
func (b *BlackBoxExporter) EnsureBlackBoxExporterServiceAbsent() error
func (*BlackBoxExporter) EnsureBlackBoxExporterServiceExists ¶
func (b *BlackBoxExporter) EnsureBlackBoxExporterServiceExists() error
func (*BlackBoxExporter) GetBlackBoxExporterNamespace ¶
func (b *BlackBoxExporter) GetBlackBoxExporterNamespace() string
func (*BlackBoxExporter) ShouldDeleteBlackBoxExporterResources ¶
func (b *BlackBoxExporter) ShouldDeleteBlackBoxExporterResources() (blackboxexporter.ShouldDeleteBlackBoxExporter, error)
Click to show internal directories.
Click to hide internal directories.