Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) Get ¶
func (s *Service) Get(ctx context.Context, app corev1alpha1.ConfigSpecApp) (string, error)
Get tries to resolve config version for the app version.
It returns error matched by IsNotFound if the app version does not have "config.giantswarm.io/version" annotation in the catalog.
Click to show internal directories.
Click to hide internal directories.