From 573a2cdd65d2d428b7d358e44abda602bdda923a Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Sat, 21 Apr 2018 21:56:16 -0700 Subject: [PATCH] Update generated code --- client/management/v3/zz_generated_node.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/management/v3/zz_generated_node.go b/client/management/v3/zz_generated_node.go index 7259c844..1d1f8930 100644 --- a/client/management/v3/zz_generated_node.go +++ b/client/management/v3/zz_generated_node.go @@ -9,6 +9,7 @@ const ( NodeFieldAllocatable = "allocatable" NodeFieldAnnotations = "annotations" NodeFieldCapacity = "capacity" + NodeFieldClusterId = "clusterId" NodeFieldConditions = "conditions" NodeFieldControlPlane = "controlPlane" NodeFieldCreated = "created" @@ -54,6 +55,7 @@ type Node struct { Allocatable map[string]string `json:"allocatable,omitempty" yaml:"allocatable,omitempty"` Annotations map[string]string `json:"annotations,omitempty" yaml:"annotations,omitempty"` Capacity map[string]string `json:"capacity,omitempty" yaml:"capacity,omitempty"` + ClusterId string `json:"clusterId,omitempty" yaml:"clusterId,omitempty"` Conditions []NodeCondition `json:"conditions,omitempty" yaml:"conditions,omitempty"` ControlPlane bool `json:"controlPlane,omitempty" yaml:"controlPlane,omitempty"` Created string `json:"created,omitempty" yaml:"created,omitempty"`