Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseCalendarLister ¶
type ReleaseCalendarLister interface { // List lists all ReleaseCalendars in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.ReleaseCalendar, err error) // ReleaseCalendars returns an object that can list and get ReleaseCalendars. ReleaseCalendars(namespace string) ReleaseCalendarNamespaceLister ReleaseCalendarListerExpansion }
ReleaseCalendarLister helps list ReleaseCalendars. All objects returned here must be treated as read-only.
func NewReleaseCalendarLister ¶
func NewReleaseCalendarLister(indexer cache.Indexer) ReleaseCalendarLister
NewReleaseCalendarLister returns a new ReleaseCalendarLister.
type ReleaseCalendarListerExpansion ¶
type ReleaseCalendarListerExpansion interface{}
ReleaseCalendarListerExpansion allows custom methods to be added to ReleaseCalendarLister.
type ReleaseCalendarNamespaceLister ¶
type ReleaseCalendarNamespaceLister interface { // List lists all ReleaseCalendars in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.ReleaseCalendar, err error) // Get retrieves the ReleaseCalendar from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.ReleaseCalendar, error) ReleaseCalendarNamespaceListerExpansion }
ReleaseCalendarNamespaceLister helps list and get ReleaseCalendars. All objects returned here must be treated as read-only.
type ReleaseCalendarNamespaceListerExpansion ¶
type ReleaseCalendarNamespaceListerExpansion interface{}
ReleaseCalendarNamespaceListerExpansion allows custom methods to be added to ReleaseCalendarNamespaceLister.
type ReleaseEventLister ¶
type ReleaseEventLister interface { // List lists all ReleaseEvents in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.ReleaseEvent, err error) // ReleaseEvents returns an object that can list and get ReleaseEvents. ReleaseEvents(namespace string) ReleaseEventNamespaceLister ReleaseEventListerExpansion }
ReleaseEventLister helps list ReleaseEvents. All objects returned here must be treated as read-only.
func NewReleaseEventLister ¶
func NewReleaseEventLister(indexer cache.Indexer) ReleaseEventLister
NewReleaseEventLister returns a new ReleaseEventLister.
type ReleaseEventListerExpansion ¶
type ReleaseEventListerExpansion interface{}
ReleaseEventListerExpansion allows custom methods to be added to ReleaseEventLister.
type ReleaseEventNamespaceLister ¶
type ReleaseEventNamespaceLister interface { // List lists all ReleaseEvents in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.ReleaseEvent, err error) // Get retrieves the ReleaseEvent from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.ReleaseEvent, error) ReleaseEventNamespaceListerExpansion }
ReleaseEventNamespaceLister helps list and get ReleaseEvents. All objects returned here must be treated as read-only.
type ReleaseEventNamespaceListerExpansion ¶
type ReleaseEventNamespaceListerExpansion interface{}
ReleaseEventNamespaceListerExpansion allows custom methods to be added to ReleaseEventNamespaceLister.