instance

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckReadiness

func CheckReadiness(ctx context.Context, config *Configuration) readiness.CheckResult

func InstallLandscaperInstance

func InstallLandscaperInstance(ctx context.Context, config *Configuration) error

func UninstallLandscaperInstance

func UninstallLandscaperInstance(ctx context.Context, config *Configuration) error

Types

type Configuration

type Configuration struct {
	Instance identity.Instance
	Version  string

	MCPCluster            *clusters.Cluster
	WorkloadCluster       *clusters.Cluster
	WorkloadClusterDomain string

	Landscaper LandscaperConfig

	ManifestDeployer ManifestDeployerConfig

	HelmDeployer HelmDeployerConfig
}

type ControllerConfig

type ControllerConfig struct {
	Image         api.ImageConfiguration
	Resources     core.ResourceRequirements
	ResourcesMain core.ResourceRequirements
	HPAMain       types.HPAValues
}

type HelmDeployerConfig

type HelmDeployerConfig struct {
	Image     api.ImageConfiguration
	Resources core.ResourceRequirements
	HPA       types.HPAValues
}

type LandscaperConfig

type LandscaperConfig struct {
	Controller     ControllerConfig
	WebhooksServer WebhooksServerConfig
}

type ManifestDeployerConfig

type ManifestDeployerConfig struct {
	Image     api.ImageConfiguration
	Resources core.ResourceRequirements
	HPA       types.HPAValues
}

type WebhooksServerConfig

type WebhooksServerConfig struct {
	Image     api.ImageConfiguration
	Resources core.ResourceRequirements
	HPA       types.HPAValues
}

Jump to

Keyboard shortcuts

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