Documentation ¶
Index ¶
- type UpgradeAllInstancesErrandFactory
- func (f *UpgradeAllInstancesErrandFactory) BrokerServices() (*services.BrokerServices, error)
- func (f *UpgradeAllInstancesErrandFactory) Build() (*services.BrokerServices, *service.ServiceInstanceLister, int, error)
- func (f *UpgradeAllInstancesErrandFactory) PollingInterval() (int, error)
- func (f *UpgradeAllInstancesErrandFactory) ServiceInstanceLister() (*service.ServiceInstanceLister, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpgradeAllInstancesErrandFactory ¶
type UpgradeAllInstancesErrandFactory struct {
// contains filtered or unexported fields
}
func NewUpgradeAllInstancesErrandFactory ¶
func NewUpgradeAllInstancesErrandFactory( conf config.UpgradeAllInstanceErrandConfig, logger *log.Logger, ) *UpgradeAllInstancesErrandFactory
func (*UpgradeAllInstancesErrandFactory) BrokerServices ¶
func (f *UpgradeAllInstancesErrandFactory) BrokerServices() (*services.BrokerServices, error)
func (*UpgradeAllInstancesErrandFactory) Build ¶
func (f *UpgradeAllInstancesErrandFactory) Build() (*services.BrokerServices, *service.ServiceInstanceLister, int, error)
func (*UpgradeAllInstancesErrandFactory) PollingInterval ¶
func (f *UpgradeAllInstancesErrandFactory) PollingInterval() (int, error)
func (*UpgradeAllInstancesErrandFactory) ServiceInstanceLister ¶
func (f *UpgradeAllInstancesErrandFactory) ServiceInstanceLister() (*service.ServiceInstanceLister, error)
Click to show internal directories.
Click to hide internal directories.