File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
product_catalog/src/v2alpha1 Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ export type {
1414 DataSource ,
1515 DataSourceOrigin ,
1616 DataSourceType ,
17+ DisableAlertRulesResponse ,
18+ EnableAlertRulesResponse ,
1719 GetConfigResponse ,
1820 GetConfigResponseRetention ,
1921 GlobalApiCreateGrafanaUserRequest ,
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ export * from './marshalling.gen'
66export type {
77 ApplyBlockMigrationRequest ,
88 Arch ,
9+ AttachServerFileSystemRequest ,
10+ AttachServerFileSystemResponse ,
911 AttachServerVolumeRequest ,
1012 AttachServerVolumeRequestVolumeType ,
1113 AttachServerVolumeResponse ,
@@ -41,6 +43,8 @@ export type {
4143 DeleteServerUserDataRequest ,
4244 DeleteSnapshotRequest ,
4345 DeleteVolumeRequest ,
46+ DetachServerFileSystemRequest ,
47+ DetachServerFileSystemResponse ,
4448 DetachServerVolumeRequest ,
4549 DetachServerVolumeResponse ,
4650 ExportSnapshotRequest ,
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ export type {
6363 ListVersionsResponse ,
6464 MaintenanceWindow ,
6565 MaintenanceWindowDayOfTheWeek ,
66- MigrateClusterToSBSCSIRequest ,
6766 Node ,
6867 NodeMetadata ,
6968 NodeMetadataCoreV1Taint ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export type {
66 ListPublicCatalogProductsResponse ,
77 PublicCatalogApiListPublicCatalogProductsRequest ,
88 PublicCatalogProduct ,
9- PublicCatalogProductEnvironmentalImpact ,
9+ PublicCatalogProductEnvironmentalImpactEstimation ,
1010 PublicCatalogProductLocality ,
1111 PublicCatalogProductPrice ,
1212 PublicCatalogProductPriceUnitOfMeasure ,
@@ -25,5 +25,7 @@ export type {
2525 PublicCatalogProductPropertiesHardwareRAM ,
2626 PublicCatalogProductPropertiesHardwareStorage ,
2727 PublicCatalogProductPropertiesInstance ,
28+ PublicCatalogProductUnitOfMeasure ,
29+ PublicCatalogProductUnitOfMeasureCountableUnit ,
2830} from './types.gen'
2931export * as ValidationRules from './validation-rules.gen'
Original file line number Diff line number Diff line change 11// This file was automatically generated. DO NOT EDIT.
22// 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