Versions in this module Expand all Collapse all v0 v0.1.0 Jul 10, 2018 Changes in this version + type InMemorySecrets struct + func NewInMemorySecrets() *InMemorySecrets + func (s *InMemorySecrets) Create(obj *dependencies.Secret) (*dependencies.Secret, error) + func (s *InMemorySecrets) Delete(name string) error + func (s *InMemorySecrets) Get(name string) (*dependencies.Secret, error) + func (s *InMemorySecrets) List() ([]*dependencies.Secret, error) + func (s *InMemorySecrets) Update(obj *dependencies.Secret) (*dependencies.Secret, error) + func (s *InMemorySecrets) Watch(handlers ...dependencies.SecretEventHandler) (*storage.Watcher, error) + type PartialInMemoryConfig struct + func NewPartialInMemoryConfig(gloo storage.Interface) *PartialInMemoryConfig + func (s *PartialInMemoryConfig) Attributes() storage.Attributes + func (s *PartialInMemoryConfig) Register() error + func (s *PartialInMemoryConfig) Roles() storage.Roles + func (s *PartialInMemoryConfig) Upstreams() storage.Upstreams + func (s *PartialInMemoryConfig) V1() storage.V1 + func (s *PartialInMemoryConfig) VirtualServices() storage.VirtualServices