Documentation ¶
Overview ¶
Package cli provides CLI implementation for operator.
Index ¶
Constants ¶
View Source
const ( // DefaultConfigFilePath is a path from where operator binary reads the configuration. DefaultConfigFilePath = "/etc/newrelic/newrelic-infra-operator/operator.yaml" // EnvLicenseKey is an environment variable, from which license key will be read. EnvLicenseKey = "NRIA_LICENSE_KEY" // EnvClusterName is an environment variable from which cluster name will be read if not set in configuration file. EnvClusterName = "CLUSTER_NAME" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.