Skip to content

Commit d14cdd1

Browse files
authored
chore(k8s): deprecate node ip fields (#183)
1 parent e9c8927 commit d14cdd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/clients/src/api/k8s/v1/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,9 @@ export interface Node {
463463
region: Region
464464
/** The name of the node */
465465
name: string
466-
/** The public IPv4 address of the node */
466+
/** @deprecated The public IPv4 address of the node */
467467
publicIpV4?: string
468-
/** The public IPv6 address of the node */
468+
/** @deprecated The public IPv6 address of the node */
469469
publicIpV6?: string
470470
/**
471471
* @deprecated These conditions contains the Node Problem Detector conditions,

0 commit comments

Comments
 (0)