Documentation
¶
Index ¶
Constants ¶
View Source
const (
GlobalPromotionConfigurationName = "promoter-global"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(client client.Client, config ManagerConfig) *Manager
func (*Manager) GetPromotionConfiguration ¶
func (m *Manager) GetPromotionConfiguration(ctx context.Context) (*promoterv1alpha1.PromotionConfiguration, error)
type ManagerConfig ¶
type ManagerConfig struct {
GlobalNamespace string
}
Click to show internal directories.
Click to hide internal directories.