@@ -123,10 +123,13 @@ spec:
123123 can use only one of the allowed trusted registries. Optional.
124124 properties :
125125 allowed :
126+ description : Match exact elements which are allowed as class names
127+ within this tenant
126128 items :
127129 type : string
128130 type : array
129131 allowedRegex :
132+ description : Match elements by regex (DEPRECATED)
130133 type : string
131134 type : object
132135 imagePullPolicies :
@@ -151,10 +154,13 @@ spec:
151154 Optional.
152155 properties :
153156 allowed :
157+ description : Match exact elements which are allowed as class
158+ names within this tenant
154159 items :
155160 type : string
156161 type : array
157162 allowedRegex :
163+ description : Match elements by regex (DEPRECATED)
158164 type : string
159165 type : object
160166 allowedHostnames :
@@ -164,10 +170,13 @@ spec:
164170 Optional.
165171 properties :
166172 allowed :
173+ description : Match exact elements which are allowed as class
174+ names within this tenant
167175 items :
168176 type : string
169177 type : array
170178 allowedRegex :
179+ description : Match elements by regex (DEPRECATED)
171180 type : string
172181 type : object
173182 hostnameCollisionScope :
@@ -840,10 +849,13 @@ spec:
840849 can use only one of the allowed PriorityClasses. Optional.
841850 properties :
842851 allowed :
852+ description : Match exact elements which are allowed as class names
853+ within this tenant
843854 items :
844855 type : string
845856 type : array
846857 allowedRegex :
858+ description : Match elements by regex (DEPRECATED)
847859 type : string
848860 type : object
849861 resourceQuotas :
@@ -1012,10 +1024,13 @@ spec:
10121024 Optional.
10131025 properties :
10141026 allowed :
1027+ description : Match exact elements which are allowed as class names
1028+ within this tenant
10151029 items :
10161030 type : string
10171031 type : array
10181032 allowedRegex :
1033+ description : Match elements by regex (DEPRECATED)
10191034 type : string
10201035 type : object
10211036 required :
@@ -1164,10 +1179,13 @@ spec:
11641179 can use only one of the allowed trusted registries. Optional.
11651180 properties :
11661181 allowed :
1182+ description : Match exact elements which are allowed as class names
1183+ within this tenant
11671184 items :
11681185 type : string
11691186 type : array
11701187 allowedRegex :
1188+ description : Match elements by regex (DEPRECATED)
11711189 type : string
11721190 type : object
11731191 cordoned :
@@ -1191,6 +1209,15 @@ spec:
11911209 properties :
11921210 allowedClasses :
11931211 properties :
1212+ allowed :
1213+ description : Match exact elements which are allowed as class
1214+ names within this tenant
1215+ items :
1216+ type : string
1217+ type : array
1218+ allowedRegex :
1219+ description : Match elements by regex (DEPRECATED)
1220+ type : string
11941221 default :
11951222 type : string
11961223 matchExpressions :
@@ -1264,10 +1291,13 @@ spec:
12641291 Optional.
12651292 properties :
12661293 allowed :
1294+ description : Match exact elements which are allowed as class
1295+ names within this tenant
12671296 items :
12681297 type : string
12691298 type : array
12701299 allowedRegex :
1300+ description : Match elements by regex (DEPRECATED)
12711301 type : string
12721302 default :
12731303 type : string
@@ -1321,10 +1351,13 @@ spec:
13211351 Optional.
13221352 properties :
13231353 allowed :
1354+ description : Match exact elements which are allowed as class
1355+ names within this tenant
13241356 items :
13251357 type : string
13261358 type : array
13271359 allowedRegex :
1360+ description : Match elements by regex (DEPRECATED)
13281361 type : string
13291362 type : object
13301363 hostnameCollisionScope :
@@ -2139,10 +2172,13 @@ spec:
21392172 Optional.
21402173 properties :
21412174 allowed :
2175+ description : Match exact elements which are allowed as class names
2176+ within this tenant
21422177 items :
21432178 type : string
21442179 type : array
21452180 allowedRegex :
2181+ description : Match elements by regex (DEPRECATED)
21462182 type : string
21472183 default :
21482184 type : string
@@ -2283,10 +2319,13 @@ spec:
22832319 Optional.
22842320 properties :
22852321 allowed :
2322+ description : Match exact elements which are allowed as class names
2323+ within this tenant
22862324 items :
22872325 type : string
22882326 type : array
22892327 allowedRegex :
2328+ description : Match elements by regex (DEPRECATED)
22902329 type : string
22912330 default :
22922331 type : string
@@ -2413,10 +2452,13 @@ spec:
24132452 Optional.
24142453 properties :
24152454 allowed :
2455+ description : Match exact elements which are allowed as class names
2456+ within this tenant
24162457 items :
24172458 type : string
24182459 type : array
24192460 allowedRegex :
2461+ description : Match elements by regex (DEPRECATED)
24202462 type : string
24212463 default :
24222464 type : string
@@ -2467,6 +2509,31 @@ spec:
24672509 status :
24682510 description : Returns the observed state of the Tenant.
24692511 properties :
2512+ classes :
2513+ description : Available Class Types within Tenant
2514+ properties :
2515+ gateway :
2516+ description : Available GatewayClasses
2517+ items :
2518+ type : string
2519+ type : array
2520+ priority :
2521+ description : Available PriorityClasses
2522+ items :
2523+ type : string
2524+ type : array
2525+ runtime :
2526+ description : Available StorageClasses
2527+ items :
2528+ type : string
2529+ type : array
2530+ storage :
2531+ description : Available Storageclasses (Only collected if any matching
2532+ condition is specified)
2533+ items :
2534+ type : string
2535+ type : array
2536+ type : object
24702537 conditions :
24712538 description : Tenant Condition
24722539 items :
0 commit comments