Documentation
¶
Index ¶
- func AddToScheme(scheme *runtime.Scheme) error
- func IndexResources(mgr manager.Manager, ctx context.Context) error
- func RegisterControllers(mgr manager.Manager) error
- type Logger
- type Mapper
- func (mapper *Mapper) ClusterDeliveryToDeliverableRequests(object client.Object) []reconcile.Request
- func (mapper *Mapper) ClusterSupplyChainToWorkloadRequests(object client.Object) []reconcile.Request
- func (mapper *Mapper) RunTemplateToRunnableRequests(object client.Object) []reconcile.Request
- func (mapper *Mapper) TemplateToDeliverableRequests(template client.Object) []reconcile.Request
- func (mapper *Mapper) TemplateToDeliveryRequests(template client.Object) []reconcile.Request
- func (mapper *Mapper) TemplateToSupplyChainRequests(template client.Object) []reconcile.Request
- func (mapper *Mapper) TemplateToWorkloadRequests(template client.Object) []reconcile.Request
- type Timer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToScheme ¶
func RegisterControllers ¶
Types ¶
type Mapper ¶
type Mapper struct { Client client.Client // fixme We should accept the context, not the logger - then we get the right logger and so does the client Logger Logger }
func (*Mapper) ClusterDeliveryToDeliverableRequests ¶ added in v0.0.7
func (*Mapper) ClusterSupplyChainToWorkloadRequests ¶
func (*Mapper) RunTemplateToRunnableRequests ¶ added in v0.0.8
func (*Mapper) TemplateToDeliverableRequests ¶ added in v0.0.8
func (*Mapper) TemplateToDeliveryRequests ¶ added in v0.0.8
func (*Mapper) TemplateToSupplyChainRequests ¶ added in v0.0.8
Click to show internal directories.
Click to hide internal directories.