kyma

package
v0.0.0-...-79a9fc1 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2025 License: Apache-2.0 Imports: 40 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrManifestsStillExist = errors.New("manifests still exist")
	ErrInvalidKymaSpec     = errors.New("invalid kyma spec")
)

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	client.Client
	event.Event
	queue.RequeueIntervals
	SkrContextFactory   remote.SkrContextProvider
	DescriptorProvider  *provider.CachedDescriptorProvider
	SyncRemoteCrds      remote.SyncCrdsUseCase
	SKRWebhookManager   *watcher.SKRWebhookManifestManager
	InKCPMode           bool
	RemoteSyncNamespace string
	IsManagedKyma       bool
	Metrics             *metrics.KymaMetrics
	RemoteCatalog       *remote.RemoteCatalog
	TemplateLookup      *templatelookup.TemplateLookup
}

func (*Reconciler) DeleteNoLongerExistingModules

func (r *Reconciler) DeleteNoLongerExistingModules(ctx context.Context, kyma *v1beta2.Kyma) error

func (*Reconciler) GetModuleTemplateList

func (r *Reconciler) GetModuleTemplateList(ctx context.Context) (*v1beta2.ModuleTemplateList, error)

func (*Reconciler) IsInKcp

func (r *Reconciler) IsInKcp() bool

func (*Reconciler) IsKymaManaged

func (r *Reconciler) IsKymaManaged() bool

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, opts ctrlruntime.Options, settings SetupOptions) error

func (*Reconciler) SyncKymaEnabled

func (r *Reconciler) SyncKymaEnabled(kyma *v1beta2.Kyma) bool

func (*Reconciler) UpdateMetrics

func (r *Reconciler) UpdateMetrics(ctx context.Context, kyma *v1beta2.Kyma)

func (*Reconciler) UpdateModuleTemplatesIfNeeded

func (r *Reconciler) UpdateModuleTemplatesIfNeeded(ctx context.Context) error

func (*Reconciler) ValidateDefaultChannel

func (r *Reconciler) ValidateDefaultChannel(kyma *v1beta2.Kyma) error

ValidateDefaultChannel validates the Kyma spec.

func (*Reconciler) WatcherEnabled

func (r *Reconciler) WatcherEnabled(kyma *v1beta2.Kyma) bool

type SetupOptions

type SetupOptions struct {
	ListenerAddr                 string
	EnableDomainNameVerification bool
	IstioNamespace               string
}

Jump to

Keyboard shortcuts

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