From fc290322e0da767af1f89e5c41a9e680ff669113 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 26 Oct 2022 15:45:15 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/k8s/v1/types.gen.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/clients/src/api/k8s/v1/types.gen.ts b/packages/clients/src/api/k8s/v1/types.gen.ts index 68e92cbdb..2fc2a2826 100644 --- a/packages/clients/src/api/k8s/v1/types.gen.ts +++ b/packages/clients/src/api/k8s/v1/types.gen.ts @@ -463,9 +463,9 @@ export interface Node { region: Region /** The name of the node */ name: string - /** The public IPv4 address of the node */ + /** @deprecated The public IPv4 address of the node */ publicIpV4?: string - /** The public IPv6 address of the node */ + /** @deprecated The public IPv6 address of the node */ publicIpV6?: string /** * @deprecated These conditions contains the Node Problem Detector conditions,