-
Notifications
You must be signed in to change notification settings - Fork 102
feat(pci-kubernetes): enable region enabling on cluster #17192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(pci-kubernetes): enable region enabling on cluster #17192
Conversation
421735a
to
cfdc64e
Compare
packages/manager/apps/pci-kubernetes/src/api/hooks/useRegions.ts
Outdated
Show resolved
Hide resolved
7c8e790
to
25f7bcc
Compare
@@ -0,0 +1,39 @@ | |||
import { fetchIcebergV6, v6 } from '@ovh-ux/manager-core-api'; | |||
|
|||
export type TRegionType = 'region' | 'localzone' | 'region-3-az' | string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should think about reusing this in our common package
packages/manager/apps/pci-kubernetes/src/api/hooks/useAddRegion.ts
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-kubernetes/src/api/hooks/useRegions.ts
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-kubernetes/src/components/region-selector/RegionList.component.tsx
Outdated
Show resolved
Hide resolved
e8d8174
to
476d82f
Compare
973b340
to
2bee41a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Questions : Have you already checked if types like TContinent
TRegion
TLocalisation
TRegion
exist on pci-common
?
2bee41a
to
0c5923a
Compare
0c5923a
to
0348bc8
Compare
There are comments still open |
...ages/manager/apps/pci-kubernetes/src/components/region-selector/RegionSelector.component.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-kubernetes/src/pages/new/steps/LocationStep.component.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-kubernetes/src/components/region-selector/RegionList.component.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-kubernetes/src/components/region-selector/RegionList.component.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-kubernetes/src/api/hooks/useAddRegion.ts
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-kubernetes/src/pages/new/steps/LocationStep.component.tsx
Show resolved
Hide resolved
packages/manager/apps/pci-kubernetes/public/translations/region-selector/Messages_fr_FR.json
Outdated
Show resolved
Hide resolved
6faf6af
to
a620c2a
Compare
7d47fd5
to
5079123
Compare
5079123
to
bfd3769
Compare
1ccc27c
bfd3769
to
1ccc27c
Compare
ref: #TAPC-3439 Signed-off-by: Pierre-Philippe <[email protected]> Coauthored-by: CDS Translator Agent <[email protected]>
ff5144d
to
a0b1d92
Compare
b9d8dac
into
prelease/public-cloud-w25
ref: #TAPC-3439
Description
Ticket Reference: #...
Additional Information