platform

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2021 License: Apache-2.0 Imports: 24 Imported by: 20

Documentation

Overview

Package platform allows to retrieve information about the current installed platform

Index

Constants

View Source
const BuilderServiceAccount = "camel-k-builder"

BuilderServiceAccount --

View Source
const (
	// DefaultPlatformName is the standard name used for the integration platform
	DefaultPlatformName = "camel-k"
)
View Source
const OperatorLockName = "camel-k-lock"
View Source
const OperatorWatchNamespaceEnvVariable = "WATCH_NAMESPACE"

Variables

View Source
var DefaultKits = []string{
	"platform-integration-kit-jvm.yaml",
	"platform-integration-kit-groovy.yaml",
	"platform-integration-kit-kotlin.yaml",
}

DefaultKits --

View Source
var KnativeKits = []string{
	"platform-integration-kit-knative.yaml",
}

KnativeKits --

Functions

func ConfigureDefaults

func ConfigureDefaults(ctx context.Context, c client.Client, p *v1.IntegrationPlatform, verbose bool) error

ConfigureDefaults fills with default values all missing details about the integration platform. Defaults are set in the status fields, not in the spec.

func GetCurrent added in v1.4.0

func GetCurrent(ctx context.Context, c k8sclient.Reader, namespace string) (*v1.IntegrationPlatform, error)

GetCurrent returns the currently installed platform (local or global)

func GetCurrentOperatorImage

func GetCurrentOperatorImage(ctx context.Context, c ctrl.Reader) (string, error)

GetCurrentOperatorImage returns the image currently used by the running operator if present (when running out of cluster, it may be absent).

func GetKits

func GetKits() []string

GetKits --

func GetKitsNames

func GetKitsNames() []string

GetKitsNames --

func GetOperatorNamespace

func GetOperatorNamespace() string

GetOperatorNamespace returns the namespace where the current operator is located (if set)

func GetOperatorPodName

func GetOperatorPodName() string

GetOperatorPodName returns the pod that is running the current operator (if any)

func GetOperatorWatchNamespace added in v1.4.0

func GetOperatorWatchNamespace() string

GetOperatorWatchNamespace returns the namespace the operator watches

func GetOrFind added in v1.4.0

func GetOrFind(ctx context.Context, c k8sclient.Reader, namespace string, name string, active bool) (*v1.IntegrationPlatform, error)

GetOrFind returns the named platform or any other platform in the local namespace or the global one

func GetOrFindLocal added in v1.4.0

func GetOrFindLocal(ctx context.Context, c k8sclient.Reader, namespace string, name string, active bool) (*v1.IntegrationPlatform, error)

GetOrFindLocal returns the named platform or any other platform in the local namespace

func GetProfile

func GetProfile(p *v1.IntegrationPlatform) v1.TraitProfile

GetProfile returns the current profile of the platform (if present) or returns the default one for the cluster

func IsActive

func IsActive(p *v1.IntegrationPlatform) bool

IsActive determines if the given platform is being used

func IsCurrentOperatorGlobal

func IsCurrentOperatorGlobal() bool

IsCurrentOperatorGlobal returns true if the operator is configured to watch all namespaces

func IsNamespaceLocked added in v1.3.0

func IsNamespaceLocked(ctx context.Context, c ctrl.Reader, namespace string) (bool, error)

IsNamespaceLocked tells if the namespace contains a lock indicating that an operator owns it

func IsOperatorAllowedOnNamespace added in v1.3.0

func IsOperatorAllowedOnNamespace(ctx context.Context, c ctrl.Reader, namespace string) (bool, error)

IsOperatorAllowedOnNamespace returns true if the current operator is allowed to react on changes in the given namespace

func ListPlatforms

func ListPlatforms(ctx context.Context, c k8sclient.Reader, namespace string) (*v1.IntegrationPlatformList, error)

ListPlatforms returns all platforms installed in a given namespace (only one will be active)

Types

This section is empty.

Jump to

Keyboard shortcuts

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