Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentOCPUF ¶
type DeploymentOCPUF = func(spec *ocp_apps.DeploymentConfig)
type KubePatcher ¶
type KubePatcher struct {
// contains filtered or unexported fields
}
func NewKubePatcher ¶
func NewKubePatcher(ctx context.LoopContext, factoryKube *factory.KubeFactory, status *status.Status) *KubePatcher
func (*KubePatcher) Execute ¶
func (this *KubePatcher) Execute()
func (*KubePatcher) Reload ¶
func (this *KubePatcher) Reload()
type OCPPatcher ¶
type OCPPatcher struct {
// contains filtered or unexported fields
}
func NewOCPPatcher ¶
func NewOCPPatcher(ctx context.LoopContext) *OCPPatcher
func (*OCPPatcher) Execute ¶
func (this *OCPPatcher) Execute()
func (*OCPPatcher) Reload ¶
func (this *OCPPatcher) Reload()
type Patchers ¶
type Patchers struct {
// contains filtered or unexported fields
}
func NewPatchers ¶
func NewPatchers(ctx context.LoopContext, factoryKube *factory.KubeFactory, status *status.Status) *Patchers
Click to show internal directories.
Click to hide internal directories.