Documentation ¶
Index ¶
- Constants
- func CreateOrPatchInNamespace(ctx context.Context, cli client.Client, ns string, objects ...client.Object) error
- func ParseInstallerFrom(path string, values GlobalValues) ([]client.Object, error)
- func ParsePluginsFrom(path string, values GlobalValues) ([]client.Object, error)
- type GlobalValues
- type OpratorInstaller
Constants ¶
View Source
const ( KubeGemPluginsPath = "plugins" GlobalValuesConfigMapName = pluginscommon.KubeGemsGlobalValuesConfigMapName KubeGemsLocalPluginsNamespace = pluginscommon.KubeGemsLocalPluginsNamespace )
Variables ¶
This section is empty.
Functions ¶
func ParseInstallerFrom ¶
func ParseInstallerFrom(path string, values GlobalValues) ([]client.Object, error)
func ParsePluginsFrom ¶
func ParsePluginsFrom(path string, values GlobalValues) ([]client.Object, error)
Types ¶
type GlobalValues ¶
type OpratorInstaller ¶
func (OpratorInstaller) Apply ¶
func (i OpratorInstaller) Apply(ctx context.Context, ns string, values GlobalValues) error
Click to show internal directories.
Click to hide internal directories.