@@ -100,22 +100,23 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
100
100
},
101
101
"metadata" : {
102
102
SchemaProps : spec.SchemaProps {
103
- Description : "Non-namespaced. The name of this resource in etcd is in ObjectMeta.Name." ,
103
+ Description : "Non-namespaced. The name of this resource in etcd is in ObjectMeta.Name. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata " ,
104
104
Ref : ref ("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ),
105
105
},
106
106
},
107
107
"spec" : {
108
108
SchemaProps : spec.SchemaProps {
109
- Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServiceBrokerSpec" ),
109
+ Description : "Spec defines the behavior of the broker." ,
110
+ Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServiceBrokerSpec" ),
110
111
},
111
112
},
112
113
"status" : {
113
114
SchemaProps : spec.SchemaProps {
114
- Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServiceBrokerStatus" ),
115
+ Description : "Status represents the current status of a broker." ,
116
+ Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServiceBrokerStatus" ),
115
117
},
116
118
},
117
119
},
118
- Required : []string {"spec" , "status" },
119
120
},
120
121
},
121
122
Dependencies : []string {
@@ -217,7 +218,7 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
217
218
},
218
219
},
219
220
},
220
- Required : []string {"url" , "relistBehavior" },
221
+ Required : []string {"url" },
221
222
},
222
223
},
223
224
Dependencies : []string {
@@ -287,21 +288,23 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
287
288
},
288
289
"metadata" : {
289
290
SchemaProps : spec.SchemaProps {
290
- Ref : ref ("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ),
291
+ Description : "Non-namespaced. The name of this resource in etcd is in ObjectMeta.Name. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" ,
292
+ Ref : ref ("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ),
291
293
},
292
294
},
293
295
"spec" : {
294
296
SchemaProps : spec.SchemaProps {
295
- Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServiceClassSpec" ),
297
+ Description : "Spec defines the behavior of the service class." ,
298
+ Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServiceClassSpec" ),
296
299
},
297
300
},
298
301
"status" : {
299
302
SchemaProps : spec.SchemaProps {
300
- Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServiceClassStatus" ),
303
+ Description : "Status represents the current status of the service class." ,
304
+ Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServiceClassStatus" ),
301
305
},
302
306
},
303
307
},
304
- Required : []string {"spec" , "status" },
305
308
},
306
309
},
307
310
Dependencies : []string {
@@ -484,21 +487,23 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
484
487
},
485
488
"metadata" : {
486
489
SchemaProps : spec.SchemaProps {
487
- Ref : ref ("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ),
490
+ Description : "Non-namespaced. The name of this resource in etcd is in ObjectMeta.Name. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" ,
491
+ Ref : ref ("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ),
488
492
},
489
493
},
490
494
"spec" : {
491
495
SchemaProps : spec.SchemaProps {
492
- Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServicePlanSpec" ),
496
+ Description : "Spec defines the behavior of the service plan." ,
497
+ Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServicePlanSpec" ),
493
498
},
494
499
},
495
500
"status" : {
496
501
SchemaProps : spec.SchemaProps {
497
- Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServicePlanStatus" ),
502
+ Description : "Status represents the current status of the service plan." ,
503
+ Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ClusterServicePlanStatus" ),
498
504
},
499
505
},
500
506
},
501
- Required : []string {"spec" , "status" },
502
507
},
503
508
},
504
509
Dependencies : []string {
@@ -791,21 +796,23 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
791
796
},
792
797
"metadata" : {
793
798
SchemaProps : spec.SchemaProps {
794
- Ref : ref ("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ),
799
+ Description : "The name of this resource in etcd is in ObjectMeta.Name. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" ,
800
+ Ref : ref ("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ),
795
801
},
796
802
},
797
803
"spec" : {
798
804
SchemaProps : spec.SchemaProps {
799
- Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ServiceBindingSpec" ),
805
+ Description : "Spec represents the desired state of a ServiceBinding." ,
806
+ Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ServiceBindingSpec" ),
800
807
},
801
808
},
802
809
"status" : {
803
810
SchemaProps : spec.SchemaProps {
804
- Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ServiceBindingStatus" ),
811
+ Description : "Status represents the current status of a ServiceBinding." ,
812
+ Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ServiceBindingStatus" ),
805
813
},
806
814
},
807
815
},
808
- Required : []string {"spec" , "status" },
809
816
},
810
817
},
811
818
Dependencies : []string {
@@ -981,7 +988,7 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
981
988
},
982
989
},
983
990
},
984
- Required : []string {"instanceRef" , "externalID" },
991
+ Required : []string {"instanceRef" },
985
992
},
986
993
},
987
994
Dependencies : []string {
@@ -1161,21 +1168,23 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
1161
1168
},
1162
1169
"metadata" : {
1163
1170
SchemaProps : spec.SchemaProps {
1164
- Ref : ref ("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ),
1171
+ Description : "The name of this resource in etcd is in ObjectMeta.Name. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" ,
1172
+ Ref : ref ("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ),
1165
1173
},
1166
1174
},
1167
1175
"spec" : {
1168
1176
SchemaProps : spec.SchemaProps {
1169
- Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ServiceInstanceSpec" ),
1177
+ Description : "Spec defines the behavior of the service instance." ,
1178
+ Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ServiceInstanceSpec" ),
1170
1179
},
1171
1180
},
1172
1181
"status" : {
1173
1182
SchemaProps : spec.SchemaProps {
1174
- Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ServiceInstanceStatus" ),
1183
+ Description : "Status represents the current status of a service instance." ,
1184
+ Ref : ref ("github.com/kubernetes-incubator/service-catalog/pkg/apis/servicecatalog/v1beta1.ServiceInstanceStatus" ),
1175
1185
},
1176
1186
},
1177
1187
},
1178
- Required : []string {"spec" , "status" },
1179
1188
},
1180
1189
},
1181
1190
Dependencies : []string {
@@ -1400,7 +1409,6 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
1400
1409
},
1401
1410
},
1402
1411
},
1403
- Required : []string {"externalID" },
1404
1412
},
1405
1413
},
1406
1414
Dependencies : []string {
0 commit comments