common

package
v1.2.1-0...-e31c98a Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

View Source
const (
	EnvCredentialSecretName  = "CREDENTIALS_SECRET" // env variable for name of input secret
	KeyGardenKubectlInSecret = "gardener.conf"

	// output secret
	LabelForTargetSecret = "service.infrabox.net/secret-name"

	// keys of "output" entries
	KeyNameOfShootKubecfgInSecret    = "config"
	KeyNameOfShootCaCrtInSecret      = "ca.crt"
	KeyNameOfShootKubecfgKeyInSecret = "client.key"
	KeyNameOfShootKubecfgCrtInSecret = "client.crt"
	KeyNameOfShootUserInSecret       = "username"
	KeyNameOfShootPasswordInSecret   = "password"
	KeyNameOfShootEndpointInSecret   = "endpoint"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SdkOperations

type SdkOperations interface {
	Create(o runtime.Object) error
	Update(o runtime.Object) error
	Delete(o runtime.Object, opts ...interface{}) error
	Get(o runtime.Object) error
	List(namespace string, o runtime.Object) error
	WithDeleteOptions(metaDeleteOptions *metav1.DeleteOptions) interface{}
}

Directories

Path Synopsis
Package testUtils is a generated GoMock package.
Package testUtils is a generated GoMock package.

Jump to

Keyboard shortcuts

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