NamespaceMetaList returns a PartialObjectMetadataList typed as a NamespaceList.
()
| 45 | // NamespaceMetaList returns a PartialObjectMetadataList typed as a |
| 46 | // NamespaceList. |
| 47 | func NamespaceMetaList() *metav1.PartialObjectMetadataList { |
| 48 | list := &metav1.PartialObjectMetadataList{} |
| 49 | list.SetGroupVersionKind(NamespaceGVK.GroupVersion().WithKind("NamespaceList")) |
| 50 | return list |
| 51 | } |