version

package
v1.0.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler interface {
	ReconcileCodeModules(ctx context.Context, dynakube *dynatracev1beta1.DynaKube) error
	ReconcileOneAgent(ctx context.Context, dynakube *dynatracev1beta1.DynaKube) error
	ReconcileActiveGate(ctx context.Context, dynakube *dynatracev1beta1.DynaKube) error
}

func NewReconciler

func NewReconciler(apiReader client.Reader, dtClient dtclient.Client, fs afero.Afero, timeProvider *timeprovider.Provider) Reconciler

type ReconcilerBuilder added in v1.0.0

type ReconcilerBuilder func(apiReader client.Reader, dtClient dtclient.Client, fs afero.Afero, timeProvider *timeprovider.Provider) Reconciler

type StatusUpdater

type StatusUpdater interface {
	Name() string
	IsEnabled() bool
	Target() *status.VersionStatus

	CustomImage() string
	CustomVersion() string
	IsAutoUpdateEnabled() bool
	IsPublicRegistryEnabled() bool
	CheckForDowngrade(latestVersion string) (bool, error)
	ValidateStatus() error
	LatestImageInfo() (*dtclient.LatestImageInfo, error)

	UseTenantRegistry(context.Context) error
}

Jump to

Keyboard shortcuts

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