File tree 5 files changed +10
-6
lines changed
product_catalog/src/v2alpha1
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ export type {
14
14
DataSource ,
15
15
DataSourceOrigin ,
16
16
DataSourceType ,
17
+ DisableAlertRulesResponse ,
18
+ EnableAlertRulesResponse ,
17
19
GetConfigResponse ,
18
20
GetConfigResponseRetention ,
19
21
GlobalApiCreateGrafanaUserRequest ,
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ export * from './marshalling.gen'
6
6
export type {
7
7
ApplyBlockMigrationRequest ,
8
8
Arch ,
9
+ AttachServerFileSystemRequest ,
10
+ AttachServerFileSystemResponse ,
9
11
AttachServerVolumeRequest ,
10
12
AttachServerVolumeRequestVolumeType ,
11
13
AttachServerVolumeResponse ,
@@ -41,6 +43,8 @@ export type {
41
43
DeleteServerUserDataRequest ,
42
44
DeleteSnapshotRequest ,
43
45
DeleteVolumeRequest ,
46
+ DetachServerFileSystemRequest ,
47
+ DetachServerFileSystemResponse ,
44
48
DetachServerVolumeRequest ,
45
49
DetachServerVolumeResponse ,
46
50
ExportSnapshotRequest ,
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ export type {
63
63
ListVersionsResponse ,
64
64
MaintenanceWindow ,
65
65
MaintenanceWindowDayOfTheWeek ,
66
- MigrateClusterToSBSCSIRequest ,
67
66
Node ,
68
67
NodeMetadata ,
69
68
NodeMetadataCoreV1Taint ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export type {
6
6
ListPublicCatalogProductsResponse ,
7
7
PublicCatalogApiListPublicCatalogProductsRequest ,
8
8
PublicCatalogProduct ,
9
- PublicCatalogProductEnvironmentalImpact ,
9
+ PublicCatalogProductEnvironmentalImpactEstimation ,
10
10
PublicCatalogProductLocality ,
11
11
PublicCatalogProductPrice ,
12
12
PublicCatalogProductPriceUnitOfMeasure ,
@@ -25,5 +25,7 @@ export type {
25
25
PublicCatalogProductPropertiesHardwareRAM ,
26
26
PublicCatalogProductPropertiesHardwareStorage ,
27
27
PublicCatalogProductPropertiesInstance ,
28
+ PublicCatalogProductUnitOfMeasure ,
29
+ PublicCatalogProductUnitOfMeasureCountableUnit ,
28
30
} from './types.gen'
29
31
export * as ValidationRules from './validation-rules.gen'
Original file line number Diff line number Diff line change 1
1
// This file was automatically generated. DO NOT EDIT.
2
2
// If you have any remark or suggestion do not hesitate to open an issue.
3
- export type {
4
- CountryCode ,
5
- LanguageCode ,
6
- } from './types.gen'
3
+ export type { LanguageCode } from './types.gen'
You can’t perform that action at this time.
0 commit comments