Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Bundle struct + Bindable bool + Description string + ID BundleID + Metadata BundleMetadata + Name BundleName + Plans map[BundlePlanID]BundlePlan + Tags []BundleTag + Version semver.Version + type BundleID string + type BundleMetadata struct + DisplayName string + DocumentationURL string + ImageURL string + LongDescription string + ProviderDisplayName string + SupportURL string + func (b BundleMetadata) ToMap() map[string]interface{} + type BundleName string + type BundlePlan struct + BindTemplate BundlePlanBindTemplate + Bindable *bool + ChartRef ChartRef + ChartValues ChartValues + Description string + ID BundlePlanID + Metadata BundlePlanMetadata + Name BundlePlanName + Schemas map[PlanSchemaType]PlanSchema + type BundlePlanBindTemplate []byte + type BundlePlanID string + type BundlePlanMetadata struct + DisplayName string + func (b BundlePlanMetadata) ToMap() map[string]interface{} + type BundlePlanName string + type BundleTag string + type ChartName string + type ChartRef struct + Name ChartName + Version semver.Version + func (cr *ChartRef) GobDecode(in []byte) error + func (cr ChartRef) GobEncode() ([]byte, error) + type ChartValues map[string]interface + type Instance struct + ID InstanceID + Namespace Namespace + ParamsHash string + ReleaseName ReleaseName + ServiceID ServiceID + ServicePlanID ServicePlanID + type InstanceBindData struct + Credentials InstanceCredentials + InstanceID InstanceID + type InstanceCredentials map[string]string + type InstanceID string + func (id InstanceID) IsZero() bool + type InstanceOperation struct + CreatedAt time.Time + InstanceID InstanceID + OperationID OperationID + ParamsHash string + State OperationState + StateDescription *string + Type OperationType + type Namespace string + type OperationID string + func (id OperationID) IsZero() bool + type OperationState string + const OperationStateFailed + const OperationStateInProgress + const OperationStateSucceeded + func (os OperationState) String() string + type OperationType string + const OperationTypeCreate + const OperationTypeRemove + const OperationTypeUndefined + type PlanSchema jsonschema.Schema + type PlanSchemaType string + const SchemaTypeBind + const SchemaTypeProvision + const SchemaTypeUpdate + type ReleaseName string + type ServiceID string + type ServicePlanID string