capability

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateEecConfigMap

func CreateEecConfigMap(dynakube *dynatracev1beta1.DynaKube, feature string) (*corev1.ConfigMap, error)

func CreateService

func CreateService(dynakube *dynatracev1beta1.DynaKube, feature string) *corev1.Service

Types

type EecRuntimeConfig

type EecRuntimeConfig struct {
	Revision   int               `json:"revision"`
	BooleanMap map[string]bool   `json:"booleanMap"`
	StringMap  map[string]string `json:"stringMap"`
	LongMap    map[string]int64  `json:"longMap"`
}

func NewEecRuntimeConfig

func NewEecRuntimeConfig() *EecRuntimeConfig

type NewReconcilerFunc

type NewReconcilerFunc = func(clt client.Client, capability capability.Capability, dynakube *dynatracev1beta1.DynaKube, statefulsetReconciler controllers.Reconciler, customPropertiesReconciler controllers.Reconciler) *Reconciler

type Reconciler

type Reconciler struct {
	// contains filtered or unexported fields
}

func NewReconciler

func NewReconciler(clt client.Client, capability capability.Capability, dynakube *dynatracev1beta1.DynaKube, statefulsetReconciler controllers.Reconciler, customPropertiesReconciler controllers.Reconciler) *Reconciler

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile() error

Jump to

Keyboard shortcuts

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