Documentation
¶
Index ¶
- func CheckReadiness(ctx context.Context, config *Configuration) readiness.CheckResult
- func InstallLandscaperInstance(ctx context.Context, config *Configuration) error
- func UninstallLandscaperInstance(ctx context.Context, config *Configuration) error
- type Configuration
- type ControllerConfig
- type HelmDeployerConfig
- type LandscaperConfig
- type ManifestDeployerConfig
- type WebhooksServerConfig
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 }
Click to show internal directories.
Click to hide internal directories.