daemonset

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: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// ProxyAsEnvVarDeprecatedVersion holds the version after which OneAgent allows mounting proxy as file, therefore
	// enabling us to deprecate the env var/arg approach (which is non security compliant)
	ProxyAsEnvVarDeprecatedVersion = "1.273.0.0-0"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder interface {
	BuildDaemonSet() (*appsv1.DaemonSet, error)
}

func NewClassicFullStack

func NewClassicFullStack(instance *dynatracev1beta1.DynaKube, clusterId string) Builder

func NewCloudNativeFullStack

func NewCloudNativeFullStack(instance *dynatracev1beta1.DynaKube, clusterId string) Builder

func NewHostMonitoring

func NewHostMonitoring(instance *dynatracev1beta1.DynaKube, clusterId string) Builder

type ClassicFullStack

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

func (*ClassicFullStack) BuildDaemonSet

func (dsInfo *ClassicFullStack) BuildDaemonSet() (*appsv1.DaemonSet, error)

type HostMonitoring

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

func (*HostMonitoring) BuildDaemonSet

func (dsInfo *HostMonitoring) BuildDaemonSet() (*appsv1.DaemonSet, error)

Jump to

Keyboard shortcuts

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