1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 16:10:58 +00:00

Drop appliedsetcd field

This commit is contained in:
Darren Shepherd
2018-04-02 03:58:24 -07:00
parent 0d8a522a36
commit bbeb168e3e

View File

@@ -82,8 +82,7 @@ type ClusterStatus struct {
CACert string `json:"caCert,omitempty"`
Capacity v1.ResourceList `json:"capacity,omitempty"`
Allocatable v1.ResourceList `json:"allocatable,omitempty"`
AppliedSpec *ClusterSpec `json:"appliedSpec,omitempty"`
AppliedEtcdSpec *ClusterSpec `json:"appliedEtcdSpec,omitempty"`
AppliedSpec ClusterSpec `json:"appliedSpec,omitempty"`
FailedSpec *ClusterSpec `json:"failedSpec,omitempty"`
Requested v1.ResourceList `json:"requested,omitempty"`
Limits v1.ResourceList `json:"limits,omitempty"`