package
0.8.4
Repository: https://github.com/datadog/datadog-operator.git
Documentation: pkg.go.dev

# Functions

GetLatestAgentImage return the latest stable agent release version.
GetLatestAgentImageJMX return the latest JMX stable agent release version.
GetLatestClusterAgentImage return the latest stable agent release version.
IsImageNameContainsTag return true if the image name contains a tag.
NewImage return a new Image instance.
WithImageName ImageOptions to specify the image name.
WithJMX ImageOptions to specify if the JMX prefix should be added.
WithRegistry ImageOptions to specify the container registry.
WithTag ImageOptions to specify the container image tag.

# Constants

AgentLatestVersion correspond to the latest stable agent release.
ClusterAgentLatestVersion correspond to the latest stable cluster-agent release.
DefaultImageRegistry correspond to the datadoghq containers registry.
DockerHubContainerRegistry correspond to the datadoghq docker.io registry.
GCRContainerRegistry correspond to the datadoghq GCR registry.
JMXTagSuffix prefix tag for agent JMX images.
PublicECSContainerRegistry correspond to the datadoghq PublicECSContainerRegistry registry.

# Structs

Image represent a container image information.

# Type aliases

ContainerRegistry represent a container registry URL.
ImageOptions use to allow extra Image configuration.