This repository was archived by the owner on May 6, 2022. It is now read-only.
Commit fba87ee 1 parent e273c58 commit fba87ee Copy full SHA for fba87ee
File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,10 @@ type ServicePlan struct {
158
158
OSBFree bool
159
159
Description * string
160
160
OSBMetadata * runtime.RawExtension
161
+
162
+ AlphaInstanceCreateParameterSchema * runtime.RawExtension
163
+ AlphaInstanceUpdateParameterSchema * runtime.RawExtension
164
+ AlphaBindingCreateParameterSchema * runtime.RawExtension
161
165
}
162
166
163
167
// InstanceList is a list of instances.
Original file line number Diff line number Diff line change @@ -159,6 +159,10 @@ type ServicePlan struct {
159
159
// OSB-specific
160
160
OSBFree bool `json:"osbFree"`
161
161
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"`
162
166
}
163
167
164
168
// InstanceList is a list of instances
You can’t perform that action at this time.
0 commit comments