cpoperator

package
v0.0.0-...-f3ad71e Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControlPlaneOperatorConfig

type ControlPlaneOperatorConfig struct {
	// contains filtered or unexported fields
}

func NewControlPlaneOperatorConfig

func NewControlPlaneOperatorConfig(targetKubeconfig, namespace string, initialCA []byte, versions map[string]string, controllers []string, controllerFuncs map[string]ControllerSetupFunc) *ControlPlaneOperatorConfig

func NewControlPlaneOperatorConfigWithRestConfig

func NewControlPlaneOperatorConfigWithRestConfig(config, targetConfig *rest.Config, namespace string, initialCA []byte, versions map[string]string, controllers []string, controllerFuncs map[string]ControllerSetupFunc) *ControlPlaneOperatorConfig

func (*ControlPlaneOperatorConfig) Config

func (c *ControlPlaneOperatorConfig) Config() *rest.Config

func (*ControlPlaneOperatorConfig) Fatal

func (c *ControlPlaneOperatorConfig) Fatal(err error, msg string)

func (*ControlPlaneOperatorConfig) InitialCA

func (c *ControlPlaneOperatorConfig) InitialCA() string

func (*ControlPlaneOperatorConfig) KubeClient

func (*ControlPlaneOperatorConfig) Logger

func (*ControlPlaneOperatorConfig) Manager

func (*ControlPlaneOperatorConfig) Namespace

func (c *ControlPlaneOperatorConfig) Namespace() string

func (*ControlPlaneOperatorConfig) Scheme

func (*ControlPlaneOperatorConfig) Start

func (*ControlPlaneOperatorConfig) TargetConfig

func (c *ControlPlaneOperatorConfig) TargetConfig() *rest.Config

func (*ControlPlaneOperatorConfig) TargetConfigClient

func (c *ControlPlaneOperatorConfig) TargetConfigClient() configclient.Interface

func (*ControlPlaneOperatorConfig) TargetConfigInformers

func (*ControlPlaneOperatorConfig) TargetKubeClient

func (c *ControlPlaneOperatorConfig) TargetKubeClient() kubeclient.Interface

func (*ControlPlaneOperatorConfig) TargetKubeInformersForNamespace

func (c *ControlPlaneOperatorConfig) TargetKubeInformersForNamespace(namespace string) informers.SharedInformerFactory

func (*ControlPlaneOperatorConfig) TargetKubeInformersForNamespaceWithInterval

func (c *ControlPlaneOperatorConfig) TargetKubeInformersForNamespaceWithInterval(namespace string, syncInterval time.Duration) informers.SharedInformerFactory

func (*ControlPlaneOperatorConfig) TargetNamespace

func (c *ControlPlaneOperatorConfig) TargetNamespace() string

func (*ControlPlaneOperatorConfig) Versions

func (c *ControlPlaneOperatorConfig) Versions() map[string]string

type ControllerSetupFunc

type ControllerSetupFunc func(*ControlPlaneOperatorConfig) error

Jump to

Keyboard shortcuts

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