Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AppOperator defines the name of the app operator in a release. AppOperator = "app-operator" // CertOperator defines the name of the certificate operator in a release. CertOperator = "cert-operator" )
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsTooManyCRsError ¶
IsTooManyCRsError asserts tooManyCRsError.
Types ¶
type Interface ¶
type Interface interface { // AppVersion provides the version of each app in a release. AppVersion(ctx context.Context, obj interface{}) (map[string]string, error) // ComponentVersion provides the version of each component in a release. ComponentVersion(ctx context.Context, obj interface{}) (map[string]string, error) }
type ReleaseVersion ¶
type ReleaseVersion struct {
// contains filtered or unexported fields
}
func New ¶
func New(c Config) (*ReleaseVersion, error)
func (*ReleaseVersion) AppVersion ¶
func (*ReleaseVersion) ComponentVersion ¶
Click to show internal directories.
Click to hide internal directories.