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 ¶
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
Click to show internal directories.
Click to hide internal directories.