subscription

package
v0.0.0-...-f868bc1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigMapSubscription

type ConfigMapSubscription struct {
	Ctx             context.Context
	Logger          log.Logger
	ClientSet       kubernetes.Interface
	Namespace       string
	RefreshInterval time.Duration
	// contains filtered or unexported fields
}

func (*ConfigMapSubscription) Reconcile

func (c *ConfigMapSubscription) Reconcile(object runtime.Object, event watch.EventType)

func (*ConfigMapSubscription) Subscribe

func (c *ConfigMapSubscription) Subscribe() (watch.Interface, error)

type Subscription

type Subscription interface {
	Subscribe() (watch.Interface, error)
	Reconcile(object runtime.Object, event watch.EventType)
}

Jump to

Keyboard shortcuts

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