MCPcopy Create free account
hub / github.com/cozystack/cozystack / HelmReleaseMetaList

Function HelmReleaseMetaList

internal/fluxshardoperator/gvk.go:32–36  ·  view source on GitHub ↗

HelmReleaseMetaList returns a PartialObjectMetadataList typed as a HelmReleaseList.

()

Source from the content-addressed store, hash-verified

30// HelmReleaseMetaList returns a PartialObjectMetadataList typed as a
31// HelmReleaseList.
32func HelmReleaseMetaList() *metav1.PartialObjectMetadataList {
33 list := &metav1.PartialObjectMetadataList{}
34 list.SetGroupVersionKind(HelmReleaseGVK.GroupVersion().WithKind("HelmReleaseList"))
35 return list
36}
37
38// NamespaceMeta returns a PartialObjectMetadata typed as a Namespace.
39func NamespaceMeta() *metav1.PartialObjectMetadata {

Callers 3

effectiveShardCountMethod · 0.85
drainedMethod · 0.85
gatherMethod · 0.85

Calls 1

WithKindMethod · 0.80

Tested by

no test coverage detected