Remove the systemdata field from Admin API, not just the converter

This commit is contained in:
bennerv 2023-02-08 15:01:21 -05:00
Родитель 3c6a2707de
Коммит c35e8983ce
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,6 @@ type OpenShiftCluster struct {
Location string `json:"location,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
Properties OpenShiftClusterProperties `json:"properties,omitempty"`
SystemData SystemData `json:"systemData,omitempty"`
}
// OpenShiftClusterProperties represents an OpenShift cluster's properties.