Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServicePlansFetcher ¶
type ServicePlansFetcher struct {
// contains filtered or unexported fields
}
func NewServicePlansFetcher ¶
func NewServicePlansFetcher( serviceName string, schedule time.Duration, logger lager.Logger, cfClient cfclient.CloudFoundryClient, ) *ServicePlansFetcher
func (*ServicePlansFetcher) GetService ¶
func (f *ServicePlansFetcher) GetService() (*cfclient.Service, bool)
func (*ServicePlansFetcher) GetServicePlans ¶
func (f *ServicePlansFetcher) GetServicePlans() []cfclient.ServicePlan
Click to show internal directories.
Click to hide internal directories.