resolved some incorrect comments (#3473)

* resolved some incorrect comments

* resolved all comments

* resolved a typo
This commit is contained in:
Girish Ramnani
2020-07-07 16:02:09 +05:30
committed by GitHub
parent b1d8462e7b
commit c9a06f4996
16 changed files with 47 additions and 41 deletions

View File

@@ -17,6 +17,7 @@ type ProjectStatus struct {
Active bool `json:"active"`
}
// ProjectList holds a list of Project
type ProjectList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`