Documentation ¶
Index ¶
- type DomainConfigLister
- type DomainConfigListerExpansion
- type DomainConfigNamespaceLister
- type DomainConfigNamespaceListerExpansion
- type DomainLister
- type DomainListerExpansion
- type DomainNamespaceLister
- type DomainNamespaceListerExpansion
- type DomainNewLister
- type DomainNewListerExpansion
- type DomainNewNamespaceLister
- type DomainNewNamespaceListerExpansion
- type RealTimeLogDeliveryLister
- type RealTimeLogDeliveryListerExpansion
- type RealTimeLogDeliveryNamespaceLister
- type RealTimeLogDeliveryNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainConfigLister ¶
type DomainConfigLister interface { // List lists all DomainConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainConfig, err error) // DomainConfigs returns an object that can list and get DomainConfigs. DomainConfigs(namespace string) DomainConfigNamespaceLister DomainConfigListerExpansion }
DomainConfigLister helps list DomainConfigs. All objects returned here must be treated as read-only.
func NewDomainConfigLister ¶
func NewDomainConfigLister(indexer cache.Indexer) DomainConfigLister
NewDomainConfigLister returns a new DomainConfigLister.
type DomainConfigListerExpansion ¶
type DomainConfigListerExpansion interface{}
DomainConfigListerExpansion allows custom methods to be added to DomainConfigLister.
type DomainConfigNamespaceLister ¶
type DomainConfigNamespaceLister interface { // List lists all DomainConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainConfig, err error) // Get retrieves the DomainConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DomainConfig, error) DomainConfigNamespaceListerExpansion }
DomainConfigNamespaceLister helps list and get DomainConfigs. All objects returned here must be treated as read-only.
type DomainConfigNamespaceListerExpansion ¶
type DomainConfigNamespaceListerExpansion interface{}
DomainConfigNamespaceListerExpansion allows custom methods to be added to DomainConfigNamespaceLister.
type DomainLister ¶
type DomainLister interface { // List lists all Domains in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Domain, err error) // Domains returns an object that can list and get Domains. Domains(namespace string) DomainNamespaceLister DomainListerExpansion }
DomainLister helps list Domains. All objects returned here must be treated as read-only.
func NewDomainLister ¶
func NewDomainLister(indexer cache.Indexer) DomainLister
NewDomainLister returns a new DomainLister.
type DomainListerExpansion ¶
type DomainListerExpansion interface{}
DomainListerExpansion allows custom methods to be added to DomainLister.
type DomainNamespaceLister ¶
type DomainNamespaceLister interface { // List lists all Domains in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Domain, err error) // Get retrieves the Domain from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Domain, error) DomainNamespaceListerExpansion }
DomainNamespaceLister helps list and get Domains. All objects returned here must be treated as read-only.
type DomainNamespaceListerExpansion ¶
type DomainNamespaceListerExpansion interface{}
DomainNamespaceListerExpansion allows custom methods to be added to DomainNamespaceLister.
type DomainNewLister ¶
type DomainNewLister interface { // List lists all DomainNews in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainNew, err error) // DomainNews returns an object that can list and get DomainNews. DomainNews(namespace string) DomainNewNamespaceLister DomainNewListerExpansion }
DomainNewLister helps list DomainNews. All objects returned here must be treated as read-only.
func NewDomainNewLister ¶
func NewDomainNewLister(indexer cache.Indexer) DomainNewLister
NewDomainNewLister returns a new DomainNewLister.
type DomainNewListerExpansion ¶
type DomainNewListerExpansion interface{}
DomainNewListerExpansion allows custom methods to be added to DomainNewLister.
type DomainNewNamespaceLister ¶
type DomainNewNamespaceLister interface { // List lists all DomainNews in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainNew, err error) // Get retrieves the DomainNew from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DomainNew, error) DomainNewNamespaceListerExpansion }
DomainNewNamespaceLister helps list and get DomainNews. All objects returned here must be treated as read-only.
type DomainNewNamespaceListerExpansion ¶
type DomainNewNamespaceListerExpansion interface{}
DomainNewNamespaceListerExpansion allows custom methods to be added to DomainNewNamespaceLister.
type RealTimeLogDeliveryLister ¶ added in v0.4.0
type RealTimeLogDeliveryLister interface { // List lists all RealTimeLogDeliveries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RealTimeLogDelivery, err error) // RealTimeLogDeliveries returns an object that can list and get RealTimeLogDeliveries. RealTimeLogDeliveries(namespace string) RealTimeLogDeliveryNamespaceLister RealTimeLogDeliveryListerExpansion }
RealTimeLogDeliveryLister helps list RealTimeLogDeliveries. All objects returned here must be treated as read-only.
func NewRealTimeLogDeliveryLister ¶ added in v0.4.0
func NewRealTimeLogDeliveryLister(indexer cache.Indexer) RealTimeLogDeliveryLister
NewRealTimeLogDeliveryLister returns a new RealTimeLogDeliveryLister.
type RealTimeLogDeliveryListerExpansion ¶ added in v0.4.0
type RealTimeLogDeliveryListerExpansion interface{}
RealTimeLogDeliveryListerExpansion allows custom methods to be added to RealTimeLogDeliveryLister.
type RealTimeLogDeliveryNamespaceLister ¶ added in v0.4.0
type RealTimeLogDeliveryNamespaceLister interface { // List lists all RealTimeLogDeliveries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RealTimeLogDelivery, err error) // Get retrieves the RealTimeLogDelivery from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RealTimeLogDelivery, error) RealTimeLogDeliveryNamespaceListerExpansion }
RealTimeLogDeliveryNamespaceLister helps list and get RealTimeLogDeliveries. All objects returned here must be treated as read-only.
type RealTimeLogDeliveryNamespaceListerExpansion ¶ added in v0.4.0
type RealTimeLogDeliveryNamespaceListerExpansion interface{}
RealTimeLogDeliveryNamespaceListerExpansion allows custom methods to be added to RealTimeLogDeliveryNamespaceLister.