config

package
v0.0.0-...-7bae3de Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WatcherSecretName      = "sample-secret"
	WatcherSecretNamespace = "operator-system"
)
View Source
const (
	KcpIP           = "http://localhost"
	KcpPort         = "8082"
	ContractVersion = "v1"
)
View Source
const ComponentLabel = "operator.kyma-project.io/controller-name"

Default values.

View Source
const EventEndpoint = "event"
View Source
const KymaCrLabel = "operator.kyma-project.io/kyma-name"

Variables

This section is empty.

Functions

This section is empty.

Types

type LabelValuePair

type LabelValuePair struct {
	Label string `json:"label"`
	Value string `json:"value"`
}

type WatchItem

type WatchItem struct {
	Gvr    schema.GroupVersionResource
	Labels map[string]string
}

func GetGvr

func GetGvr(ctx context.Context, namespace, name string, kubeClient client.Client, log logr.Logger) []WatchItem

Jump to

Keyboard shortcuts

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