Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
WIP: add support for OSB parameter schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie committed May 9, 2017
1 parent e273c58 commit fba87ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/apis/servicecatalog/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ type ServicePlan struct {
OSBFree bool
Description *string
OSBMetadata *runtime.RawExtension

AlphaInstanceCreateParameterSchema *runtime.RawExtension
AlphaInstanceUpdateParameterSchema *runtime.RawExtension
AlphaBindingCreateParameterSchema *runtime.RawExtension
}

// InstanceList is a list of instances.
Expand Down
4 changes: 4 additions & 0 deletions pkg/apis/servicecatalog/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ type ServicePlan struct {
// OSB-specific
OSBFree bool `json:"osbFree"`
OSBMetadata *runtime.RawExtension `json:"osbMetadata, omitempty"`

AlphaInstanceCreateParameterSchema *runtime.RawExtension `json:"alphaInstanceCreateParameterSchema,omitempty"`
AlphaInstanceUpdateParameterSchema *runtime.RawExtension `json:"alphaInstanceUpdateParameterSchema,omitempty"`
AlphaBindingCreateParameterSchema *runtime.RawExtension `json:"alphaBindingCreateParameterSchema,omitempty"`
}

// InstanceList is a list of instances
Expand Down

0 comments on commit fba87ee

Please sign in to comment.