1
0
mirror of https://github.com/rancher/types.git synced 2025-07-10 12:03:04 +00:00

Update generated code

This commit is contained in:
Darren Shepherd 2018-04-21 21:56:16 -07:00
parent 830f8bfaa7
commit 573a2cdd65

View File

@ -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"`