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

Commit fba87ee

Browse files
committed
WIP: add support for OSB parameter schemas
1 parent e273c58 commit fba87ee

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

pkg/apis/servicecatalog/types.go

+4
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ type ServicePlan struct {
158158
OSBFree bool
159159
Description *string
160160
OSBMetadata *runtime.RawExtension
161+
162+
AlphaInstanceCreateParameterSchema *runtime.RawExtension
163+
AlphaInstanceUpdateParameterSchema *runtime.RawExtension
164+
AlphaBindingCreateParameterSchema *runtime.RawExtension
161165
}
162166

163167
// InstanceList is a list of instances.

pkg/apis/servicecatalog/v1alpha1/types.go

+4
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ type ServicePlan struct {
159159
// OSB-specific
160160
OSBFree bool `json:"osbFree"`
161161
OSBMetadata *runtime.RawExtension `json:"osbMetadata, omitempty"`
162+
163+
AlphaInstanceCreateParameterSchema *runtime.RawExtension `json:"alphaInstanceCreateParameterSchema,omitempty"`
164+
AlphaInstanceUpdateParameterSchema *runtime.RawExtension `json:"alphaInstanceUpdateParameterSchema,omitempty"`
165+
AlphaBindingCreateParameterSchema *runtime.RawExtension `json:"alphaBindingCreateParameterSchema,omitempty"`
162166
}
163167

164168
// InstanceList is a list of instances

0 commit comments

Comments
 (0)