credhubbroker

package
v0.17.2 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2017 License: Apache-2.0 Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CredHubBroker

type CredHubBroker struct {
	apiserver.CombinedBrokers
	// contains filtered or unexported fields
}

func New

func (*CredHubBroker) Bind

func (b *CredHubBroker) Bind(ctx context.Context, instanceID, bindingID string, details brokerapi.BindDetails) (brokerapi.Binding, error)

type CredHubStore

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

func NewCredHubStore

func NewCredHubStore(APIURL string, options ...credhub.Option) (*CredHubStore, error)

func (*CredHubStore) Authenticate

func (credhubStore *CredHubStore) Authenticate() error

func (*CredHubStore) Delete

func (credHubStore *CredHubStore) Delete(key string) error

func (*CredHubStore) Set

func (credHubStore *CredHubStore) Set(key string, value interface{}) error

type CredentialStore

type CredentialStore interface {
	Set(key string, value interface{}) error
	Delete(key string) error
	Authenticate() error
}

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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