Format go resource (#71370)
* Format Go resource * Format tabs * use format library * Undo template change * Apply suggestion
This commit is contained in:
@@ -30,11 +30,10 @@ func NewK8sResource(name string, s *Spec) K8sResource {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Resource is the wire representation of LibraryPanel.
|
||||
// It currently will soon be merged into the k8s flavor (TODO be better)
|
||||
type Resource struct {
|
||||
Metadata Metadata `json:"metadata"`
|
||||
Spec Spec `json:"spec"`
|
||||
Status Status `json:"status"`
|
||||
Spec Spec `json:"spec"`
|
||||
Status Status `json:"status"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user