Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FulfillExporterSpec ¶
func FulfillExporterSpec(clusterInstance *hwameistoriov1alpha1.Cluster) *hwameistoriov1alpha1.Cluster
func SetExporter ¶
func SetExporter(clusterInstance *hwameistoriov1alpha1.Cluster)
func SetExporterService ¶
func SetExporterService(clusterInstance *hwameistoriov1alpha1.Cluster)
Types ¶
type ExporterMaintainer ¶
type ExporterMaintainer struct { Client client.Client ClusterInstance *hwameistoriov1alpha1.Cluster }
func NewExporterMaintainer ¶
func NewExporterMaintainer(cli client.Client, clusterInstance *hwameistoriov1alpha1.Cluster) *ExporterMaintainer
func (*ExporterMaintainer) Ensure ¶
func (m *ExporterMaintainer) Ensure() (*hwameistoriov1alpha1.Cluster, error)
func (*ExporterMaintainer) Uninstall ¶ added in v0.14.8
func (m *ExporterMaintainer) Uninstall() error
type ExporterServiceMaintainer ¶
type ExporterServiceMaintainer struct { Client client.Client ClusterInstance *hwameistoriov1alpha1.Cluster }
func NewExporterServiceMaintainer ¶
func NewExporterServiceMaintainer(cli client.Client, clusterInstance *hwameistoriov1alpha1.Cluster) *ExporterServiceMaintainer
func (*ExporterServiceMaintainer) Ensure ¶
func (m *ExporterServiceMaintainer) Ensure() error
func (*ExporterServiceMaintainer) Uninstall ¶ added in v0.14.8
func (m *ExporterServiceMaintainer) Uninstall() error
Click to show internal directories.
Click to hide internal directories.