Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChangeStats ¶
type ClientBuilder ¶
type ClientBuilder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder(mgr manager.Manager, flags *Config) (*ClientBuilder, error)
func (*ClientBuilder) GetGrafanaClient ¶
func (r *ClientBuilder) GetGrafanaClient() (*sdk.Client, error)
func (*ClientBuilder) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile
func (*ClientBuilder) Setup ¶
func (r *ClientBuilder) Setup() error
type Config ¶
type Config struct { Addr string *sdk.AuthConfig TLS *TLS }
func GetGrafanaConfig ¶
func GetGrafanaConfig(ab *appcatalog.AppBinding, authSecret *core.Secret) (*Config, error)
Click to show internal directories.
Click to hide internal directories.