Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "catalog"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { // Dependencies. CtrlClient client.Client Logger micrologger.Logger }
Config represents the configuration used to create a new catalog resource.
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the catalog resource.
func (*Resource) EnsureCreated ¶
EnsureCreated gets the catalog CR specified in the provided app CR.
func (*Resource) EnsureDeleted ¶
EnsureDeleted is a no-op because the app CR in the management cluster would be deleted.
Click to show internal directories.
Click to hide internal directories.