Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsInvalidProvider ¶
IsInvalidProvider asserts invalidProviderError.
Types ¶
type GetOptions ¶
type Release ¶
type Release struct {
CR *releasev1alpha1.Release
}
Release abstracts away the custom resource so it can be returned as a runtime object or a typed custom resource.
type ReleaseCollection ¶
type ReleaseCollection struct {
Items []Release
}
ReleaseCollections wraps a list of releases.
func (*ReleaseCollection) Object ¶
func (cc *ReleaseCollection) Object() runtime.Object
Click to show internal directories.
Click to hide internal directories.