Skip to content

Commit 4e50a30

Browse files
authored
feat(k8s): remove unused field in NodeMetadata (scaleway#2371)
1 parent bb67c06 commit 4e50a30

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,12 +1952,6 @@ type NodeMetadata struct {
19521952

19531953
NodeTaints []*NodeMetadataCoreV1Taint `json:"node_taints"`
19541954

1955-
PrivateNetworkMode string `json:"private_network_mode"`
1956-
1957-
KapsuleIfaceMac string `json:"kapsule_iface_mac"`
1958-
1959-
FullIsolation bool `json:"full_isolation"`
1960-
19611955
HasGpu bool `json:"has_gpu"`
19621956

19631957
ExternalIP string `json:"external_ip"`

0 commit comments

Comments
 (0)