1
0
mirror of https://github.com/rancher/types.git synced 2025-09-26 20:52:57 +00:00

Remove DaysRemaining from status

This commit is contained in:
moelsayed
2019-06-18 19:04:05 +02:00
committed by Alena Prokharchyk
parent 95944c2778
commit 6fb546fa1b

View File

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