Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OpenMCPOperatorSetup ¶
type OpenMCPOperatorSetup struct {
Name string
Namespace string
Image string
Environment string
PlatformName string
WaitOpts []wait.Option
// LoadImageToCluster allows using local images that have to be loaded into the kind cluster
LoadImageToCluster bool
// ExtraClusterPurposeMapping allows to provide additional cluster purpose mappings for the cluster scheduler
ExtraClusterPurposeMapping []providers.ClusterPurposeMapping
}
type OpenMCPSetup ¶
type OpenMCPSetup struct {
Namespace string
Operator OpenMCPOperatorSetup
ClusterProviders []providers.ClusterProviderSetup
ServiceProviders []providers.ServiceProviderSetup
PlatformServices []platformservices.PlatformServiceSetup
Extensions []extensions.Extension
WaitOpts []wait.Option
}
func (*OpenMCPSetup) Bootstrap ¶
func (s *OpenMCPSetup) Bootstrap(testenv env.Environment) string
Bootstrap sets up the minimum set of components of an openMCP installation and returns the platform cluster name
Click to show internal directories.
Click to hide internal directories.