resolver

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2018 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KubernetesSecretStore

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

MemorySecretStore implements a SecretStore that uses custom resources to store secrets.

func NewKubernetesSecretStore

func NewKubernetesSecretStore(
	namespacePrefix string,
	kubeInformerFactory kubeinformers.SharedInformerFactory,
	stopCh <-chan struct{},
) *KubernetesSecretStore

func (*KubernetesSecretStore) Get

func (*KubernetesSecretStore) Ready

func (s *KubernetesSecretStore) Ready() bool

type KubernetesTemplateStore

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

MemoryTemplateStore implements a TemplateStore that uses custom resources to store templates.

func NewKubernetesTemplateStore

func NewKubernetesTemplateStore(
	namespacePrefix string,
	latticeClient latticeclientset.Interface,
	latticeInformerFactory latticeinformers.SharedInformerFactory,
	stopCh <-chan struct{},
) *KubernetesTemplateStore

func (*KubernetesTemplateStore) Get

func (*KubernetesTemplateStore) Put

func (*KubernetesTemplateStore) Ready

func (s *KubernetesTemplateStore) Ready() bool

Jump to

Keyboard shortcuts

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