We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8927 commit d14cdd1Copy full SHA for d14cdd1
packages/clients/src/api/k8s/v1/types.gen.ts
@@ -463,9 +463,9 @@ export interface Node {
463
region: Region
464
/** The name of the node */
465
name: string
466
- /** The public IPv4 address of the node */
+ /** @deprecated The public IPv4 address of the node */
467
publicIpV4?: string
468
- /** The public IPv6 address of the node */
+ /** @deprecated The public IPv6 address of the node */
469
publicIpV6?: string
470
/**
471
* @deprecated These conditions contains the Node Problem Detector conditions,
0 commit comments