Versions in this module Expand all Collapse all v0 v0.1.13 May 8, 2018 Changes in this version + type Error struct + Code int64 + Message *string + func (m *Error) MarshalBinary() ([]byte, error) + func (m *Error) UnmarshalBinary(b []byte) error + func (m *Error) Validate(formats strfmt.Registry) error + type ServiceBinding struct + BindingSecret string + CreatedTime int64 + Parameters interface{} + Reason []string + SecretParameters []string + Status Status + func (m *ServiceBinding) MarshalBinary() ([]byte, error) + func (m *ServiceBinding) UnmarshalBinary(b []byte) error + func (m *ServiceBinding) Validate(formats strfmt.Registry) error + type ServiceClass struct + Bindable bool + Broker *string + CreatedTime int64 + Description string + ID strfmt.UUID + Kind string + Name *string + Plans []*ServicePlan + Reason []string + Status Status + Tags []*Tag + func (m *ServiceClass) MarshalBinary() ([]byte, error) + func (m *ServiceClass) UnmarshalBinary(b []byte) error + func (m *ServiceClass) Validate(formats strfmt.Registry) error + type ServiceInstance struct + Binding *ServiceBinding + CreatedTime int64 + ID strfmt.UUID + Kind string + Name *string + Parameters interface{} + Reason []string + SecretParameters []string + ServiceClass *string + ServicePlan *string + Status Status + Tags []*Tag + func (m *ServiceInstance) MarshalBinary() ([]byte, error) + func (m *ServiceInstance) UnmarshalBinary(b []byte) error + func (m *ServiceInstance) Validate(formats strfmt.Registry) error + type ServicePlan struct + Bindable bool + Description string + Free bool + ID strfmt.UUID + Kind string + Metadata interface{} + Name string + Schema *ServicePlanSchema + func (m *ServicePlan) MarshalBinary() ([]byte, error) + func (m *ServicePlan) UnmarshalBinary(b []byte) error + func (m *ServicePlan) Validate(formats strfmt.Registry) error + type ServicePlanSchema struct + Bind interface{} + Create interface{} + Update interface{} + func (m *ServicePlanSchema) MarshalBinary() ([]byte, error) + func (m *ServicePlanSchema) UnmarshalBinary(b []byte) error + func (m *ServicePlanSchema) Validate(formats strfmt.Registry) error + type Status string + const StatusCREATING + const StatusDELETED + const StatusERROR + const StatusINITIALIZED + const StatusREADY + func (m Status) Validate(formats strfmt.Registry) error + type Tag struct + Key string + Value string + func (m *Tag) MarshalBinary() ([]byte, error) + func (m *Tag) UnmarshalBinary(b []byte) error + func (m *Tag) Validate(formats strfmt.Registry) error