Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
InstanceNotFound = errors.New("Service instance not found")
)
Functions ¶
This section is empty.
Types ¶
type ServiceInstanceLister ¶
type ServiceInstanceLister struct {
// contains filtered or unexported fields
}
func NewInstanceLister ¶
func NewInstanceLister(client Doer, authHeaderBuilder authorizationheader.AuthHeaderBuilder, baseURL string, configured bool, logger *log.Logger) *ServiceInstanceLister
func (*ServiceInstanceLister) FilteredInstances ¶ added in v0.21.0
func (s *ServiceInstanceLister) FilteredInstances(params map[string]string) ([]Instance, error)
func (*ServiceInstanceLister) Instances ¶
func (s *ServiceInstanceLister) Instances() ([]Instance, error)
func (*ServiceInstanceLister) LatestInstanceInfo ¶ added in v0.20.0
func (s *ServiceInstanceLister) LatestInstanceInfo(instance Instance) (Instance, error)
Click to show internal directories.
Click to hide internal directories.