We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3db4c2 commit ce8dd87Copy full SHA for ce8dd87
api/v1alpha1/multiorch_types.go
@@ -154,8 +154,8 @@ type MultiOrchX struct {
154
155
// MultiOrchList contains a list of MultiOrch
156
type MultiOrchListX struct {
157
- metav1.TypeMeta ` json:",inline"`
158
- metav1.ListMeta ` json:"metadata,omitempty"`
+ metav1.TypeMeta ` json:",inline"`
+ metav1.ListMeta ` json:"metadata,omitempty"`
159
Items []MultiOrchX `json:"items"`
160
}
161
0 commit comments