platformservices

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeletePlatformService

func DeletePlatformService(ctx context.Context, c *envconf.Config, name string, opts ...wait.Option) error

DeletePlatformService deletes the platform service object on the platform cluster and waits until the object has been deleted

func InstallPlatformService

func InstallPlatformService(ctx context.Context, c *envconf.Config, ps PlatformServiceSetup) error

InstallPlatformService creates a platform service object on the platform cluster and waits until it is ready

Types

type PlatformServiceSetup

type PlatformServiceSetup struct {
	Name     string
	Image    string
	WaitOpts []wait.Option
	// LoadImageToCluster allows using local images that have to be loaded into the kind cluster
	LoadImageToCluster bool
	// PlatformServiceConfigsDir is an optional directory containing the platform service specific
	// resources that shall be applied during deployment of the platform service
	PlatformServiceConfigsDir string
}

PlatformServiceSetup represents the configuration parameters to set up a platform service

Jump to

Keyboard shortcuts

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