53
53
records if the user accepts or rejects it.
54
54
properties :
55
55
group :
56
+ default : " "
56
57
description : group is the name of an API group. For core groups
57
58
this is the empty string '""'.
58
59
pattern : ^(|[a-z0-9]([-a-z0-9]*[a-z0-9](\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)?)$
@@ -125,6 +126,7 @@ spec:
125
126
allow the service provider access to.
126
127
properties :
127
128
group :
129
+ default : " "
128
130
description : group is the name of an API group. For core groups
129
131
this is the empty string '""'.
130
132
pattern : ^(|[a-z0-9]([-a-z0-9]*[a-z0-9](\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)?)$
@@ -146,6 +148,10 @@ spec:
146
148
- resource
147
149
type : object
148
150
type : array
151
+ x-kubernetes-list-map-keys :
152
+ - group
153
+ - resource
154
+ x-kubernetes-list-type : map
149
155
boundExport :
150
156
description : " boundExport records the export this binding is bound
151
157
to currently. It can differ from the export that was specified in
@@ -291,6 +297,7 @@ spec:
291
297
allow the service provider access to.
292
298
properties :
293
299
group :
300
+ default : " "
294
301
description : group is the name of an API group. For core groups
295
302
this is the empty string '""'.
296
303
pattern : ^(|[a-z0-9]([-a-z0-9]*[a-z0-9](\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)?)$
@@ -312,6 +319,10 @@ spec:
312
319
- resource
313
320
type : object
314
321
type : array
322
+ x-kubernetes-list-map-keys :
323
+ - group
324
+ - resource
325
+ x-kubernetes-list-type : map
315
326
phase :
316
327
description : ' phase is the current phase of the APIBinding: - "":
317
328
the APIBinding has just been created, waiting to be bound. - Binding:
0 commit comments