Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Release ¶
type Release struct {
*controller.Controller
}
func NewRelease ¶
func NewRelease(config ReleaseConfig) (*Release, error)
type ReleaseConfig ¶
type ReleaseConfig struct {
G8sClient versioned.Interface
K8sClient kubernetes.Interface
K8sExtClient apiextensionsclient.Interface
Logger micrologger.Logger
}
type ReleaseCycle ¶ added in v1.0.0
type ReleaseCycle struct {
*controller.Controller
}
func NewReleaseCycle ¶ added in v1.0.0
func NewReleaseCycle(config ReleaseCycleConfig) (*ReleaseCycle, error)
type ReleaseCycleConfig ¶ added in v1.0.0
type ReleaseCycleConfig struct {
G8sClient versioned.Interface
K8sClient kubernetes.Interface
K8sExtClient apiextensionsclient.Interface
Logger micrologger.Logger
}
Click to show internal directories.
Click to hide internal directories.