cmd

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2021 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

View Source
const (
	LoadConfigKey       = "load-config"
	DebugKey            = "debug"
	WebhookDisableKey   = "disable-webhooks"
	ZapLogLevelKey      = "log-level"
	StacktraceEnableKey = "enable-stacktrace"
	RpsKey              = "rps"
	KeepaliveKey        = "keepalive"

	// Flag overrides for flags specified in OperatorConfig
	MetricsBindAddressKey     = "metrics.bindAddress"
	HealthProbeBindAddressKey = "health.healthProbeBindAddress"
	LeaderElectEnableKey      = "leaderElection.leaderElect"
	LeaderElectResName        = "leaderElection.resourceName"
	LeaderElectResNamespace   = "leaderElection.resourceNamespace"
	WebhookPortKey            = "webhook.port"
)

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

func Namespace added in v1.0.0

func Namespace() string

Namespace attempts to get the namespace in which the Operator Pod is being deployed. It looks for an environment variable POD_NAMESPACE which can be set through the Downward API in the Pod spec, if not set Namespace tries to retrieve the namespace of the currently mounted ServiceAccount, if not set Namespace returns "default".

Types

This section is empty.

Jump to

Keyboard shortcuts

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