model

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2020 License: Apache-2.0 Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceBindingSpec added in v0.5.0

type ServiceBindingSpec struct {
	ID           string                 `json:"id"`
	InstanceID   string                 `json:"instanceID"`
	ServiceID    string                 `json:"serviceID"`
	PlanID       string                 `json:"planID"`
	Params       map[string]interface{} `json:"params"`
	BindResource *osb.BindResource      `json:"bindResource"`
}

type ServiceClassSpec added in v0.5.0

type ServiceClassSpec struct {
	osb.Service `json:"service"`
}

type ServiceInstanceSpec added in v0.5.0

type ServiceInstanceSpec struct {
	ID        string                 `json:"id"`
	ServiceID string                 `json:"serviceID"`
	PlanID    string                 `json:"planID"`
	Params    map[string]interface{} `json:"params"`
}

Jump to

Keyboard shortcuts

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