Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildServiceName ¶
func CreateEecConfigMap ¶ added in v0.6.0
Types ¶
type EecRuntimeConfig ¶ added in v0.6.0
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 ¶ added in v0.6.0
func NewEecRuntimeConfig() *EecRuntimeConfig
type Reconciler ¶
type Reconciler struct { *sts.Reconciler capability.Capability }
func NewReconciler ¶
func NewReconciler(capability capability.Capability, clt client.Client, apiReader client.Reader, scheme *runtime.Scheme, instance *dynatracev1beta1.DynaKube) *Reconciler
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile() (update bool, err error)
Click to show internal directories.
Click to hide internal directories.