Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceDrainLister ¶
type ServiceDrainLister struct {
// contains filtered or unexported fields
}
func NewServiceDrainLister ¶
func NewServiceDrainLister(c cloudcontroller.Curler, opts ...ServiceDrainListerOption) *ServiceDrainLister
func (*ServiceDrainLister) Drains ¶
func (l *ServiceDrainLister) Drains(spaceGuid string) ([]Drain, error)
func (*ServiceDrainLister) TypeFromDrainURL ¶
func (l *ServiceDrainLister) TypeFromDrainURL(URL string) (string, error)
type ServiceDrainListerOption ¶ added in v1.2.0
type ServiceDrainListerOption func(l *ServiceDrainLister)
func WithServiceDrainAppBatchLimit ¶ added in v1.2.0
func WithServiceDrainAppBatchLimit(limit int) ServiceDrainListerOption
Click to show internal directories.
Click to hide internal directories.