types

package
v0.0.0-...-5e84c48 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstallResponse

type InstallResponse struct {
	Ready             bool
	ChartName         string
	Flags             types.ChartFlags
	ResNamespacedName client.ObjectKey
	Err               error
}

InstallResponse holds information describing the installation response of the Manifest by workers.

func (*InstallResponse) Error

func (r *InstallResponse) Error() string

type Mode

type Mode int
const (
	CreateMode Mode = iota
	DeletionMode
)

type RESTConfigGetter

type RESTConfigGetter func() (*rest.Config, error)

type ReconcileFlagConfig

type ReconcileFlagConfig struct {
	Codec                   *types.Codec
	CheckReadyStates        bool
	CustomStateCheck        bool
	InsecureRegistry        bool
	MaxConcurrentReconciles int
	CustomRESTCfg           RESTConfigGetter
}

ReconcileFlagConfig describes configurable flag properties for the controller.

type ResponseChan

type ResponseChan chan *InstallResponse

Jump to

Keyboard shortcuts

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