Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEecConfigMap ¶
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
Click to show internal directories.
Click to hide internal directories.