1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 21:00:16 +00:00

Remove DaysRemaining from status

This commit is contained in:
moelsayed
2019-06-18 19:07:57 +02:00
committed by Alena Prokharchyk
parent df1647ccd8
commit bca9f57c2a

View File

@@ -280,6 +280,5 @@ type LocalClusterAuthEndpoint struct {
}
type CertExpiration struct {
DaysRemaining int `json:"daysRemaining,omitempty"`
ExpirationDate string `json:"expirationDate,omitempty"`
}