configuration

package
v1.2.0-alpha.5....-8a98da9 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2018 License: Apache-2.0, Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotReady = fmt.Errorf("configuration is not ready")
	ErrDisabled = fmt.Errorf("disabled")
)

Functions

This section is empty.

Types

type InitializerConfigurationLister

type InitializerConfigurationLister interface {
	List(opts metav1.ListOptions) (*v1alpha1.InitializerConfigurationList, error)
}

type InitializerConfigurationManager

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

func (*InitializerConfigurationManager) Initializers

Initializers returns the merged InitializerConfiguration.

func (*InitializerConfigurationManager) Run

func (im *InitializerConfigurationManager) Run(stopCh <-chan struct{})

type InitializerConfigurationSorter

type InitializerConfigurationSorter []v1alpha1.InitializerConfiguration

func (InitializerConfigurationSorter) ByName

func (a InitializerConfigurationSorter) ByName(i, j int) bool

type MutatingWebhookConfigurationLister

type MutatingWebhookConfigurationLister interface {
	List(opts metav1.ListOptions) (*v1beta1.MutatingWebhookConfigurationList, error)
}

type MutatingWebhookConfigurationManager

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

MutatingWebhookConfigurationManager collects the mutating webhook objects so that they can be called.

func (*MutatingWebhookConfigurationManager) Run

func (im *MutatingWebhookConfigurationManager) Run(stopCh <-chan struct{})

func (*MutatingWebhookConfigurationManager) Webhooks

Webhooks returns the merged MutatingWebhookConfiguration.

type ValidatingWebhookConfigurationLister

type ValidatingWebhookConfigurationLister interface {
	List(opts metav1.ListOptions) (*v1beta1.ValidatingWebhookConfigurationList, error)
}

type ValidatingWebhookConfigurationManager

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

ValidatingWebhookConfigurationManager collects the validating webhook objects so that they can be called.

func (*ValidatingWebhookConfigurationManager) Run

func (im *ValidatingWebhookConfigurationManager) Run(stopCh <-chan struct{})

func (*ValidatingWebhookConfigurationManager) Webhooks

Webhooks returns the merged ValidatingWebhookConfiguration.

Jump to

Keyboard shortcuts

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