controller

package
v0.0.0-...-c85bb9a Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetStatusCondition

func SetStatusCondition(conditions *[]metav1.Condition, newCondition metav1.Condition)

Types

type AgentMetadata

type AgentMetadata struct {
	Registration Registration `json:"registration"`
}

type LightrunJavaAgentReconciler

type LightrunJavaAgentReconciler struct {
	client.Client
	Scheme *runtime.Scheme
	Log    logr.Logger
}

LightrunJavaAgentReconciler reconciles a LightrunJavaAgent object

func (*LightrunJavaAgentReconciler) Reconcile

func (*LightrunJavaAgentReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type Registration

type Registration struct {
	DisplayName string `json:"displayName"`
	Tags        []Tag  `json:"tags"`
}

type Tag

type Tag struct {
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

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