controller

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TokenStructureResponse struct {
	Name         string    `json:"name"`
	DisplayName  string    `json:"display_name"`
	CreatedAt    time.Time `json:"created_at"`
	Status       string    `json:"status"`
	AccessPolicy string    `json:"access_policy"`
	Expiration   time.Time `json:"expiration"`
	Token        string    `json:"token"`
}

Functions

This section is empty.

Types

type GrafanaEnterpriseLogsAccessPolicyReconciler

type GrafanaEnterpriseLogsAccessPolicyReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

GrafanaEnterpriseLogsAccessPolicyReconciler reconciles a GrafanaEnterpriseLogsAccessPolicy object

func (*GrafanaEnterpriseLogsAccessPolicyReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the GrafanaEnterpriseLogsAccessPolicy object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.15.0/pkg/reconcile

func (*GrafanaEnterpriseLogsAccessPolicyReconciler) SetupWithManager

SetupWithManager sets up the controller with the Manager.

type GrafanaEnterpriseLogsTenantReconciler

type GrafanaEnterpriseLogsTenantReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

GrafanaEnterpriseLogsTenantReconciler reconciles a GrafanaEnterpriseLogsTenant object

func (*GrafanaEnterpriseLogsTenantReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the GrafanaEnterpriseLogsTenant object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.15.0/pkg/reconcile

func (*GrafanaEnterpriseLogsTenantReconciler) SetupWithManager

func (r *GrafanaEnterpriseLogsTenantReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type GrafanaEnterpriseLogsTokenReconciler

type GrafanaEnterpriseLogsTokenReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

GrafanaEnterpriseLogsTokenReconciler reconciles a GrafanaEnterpriseLogsToken object

func (*GrafanaEnterpriseLogsTokenReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the GrafanaEnterpriseLogsToken object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.15.0/pkg/reconcile

func (*GrafanaEnterpriseLogsTokenReconciler) SetupWithManager

func (r *GrafanaEnterpriseLogsTokenReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL