Documentation ¶
Index ¶
- func CreateInstance(session *session.Session, externalName, planID, spaceID string, ...) (guid, state string, err error)
- func CreateKey(session *session.Session, serviceInstanceGUID string, keyName string, ...) (guid string, credentials map[string]interface{}, err error)
- func DeleteInstance(session *session.Session, instanceID string, logt logr.Logger) error
- func DeleteKey(session *session.Session, serviceKeyGUID string) error
- func GetInstance(session *session.Session, name string) (guid, state string, err error)
- func GetKey(session *session.Session, serviceInstanceGUID string, keyName string) (guid string, credentials map[string]interface{}, err error)
- type InstanceCreator
- type InstanceDeleter
- type InstanceGetter
- type KeyCreator
- type KeyDeleter
- type KeyGetter
- type NotFoundError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateInstance ¶
func DeleteInstance ¶
func GetInstance ¶
Types ¶
type InstanceCreator ¶
type InstanceDeleter ¶
type InstanceGetter ¶
type KeyCreator ¶
type NotFoundError ¶
type NotFoundError struct {
Err error
}
func (NotFoundError) Error ¶ added in v0.2.4
func (e NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.