Documentation ¶
Index ¶
- type AccessStrategyLister
- type AccessStrategyListerExpansion
- type AccessStrategyNamespaceLister
- type AccessStrategyNamespaceListerExpansion
- type AddressPoolLister
- type AddressPoolListerExpansion
- type AddressPoolNamespaceLister
- type AddressPoolNamespaceListerExpansion
- type CustomLineLister
- type CustomLineListerExpansion
- type CustomLineNamespaceLister
- type CustomLineNamespaceListerExpansion
- type DomainAttachmentLister
- type DomainAttachmentListerExpansion
- type DomainAttachmentNamespaceLister
- type DomainAttachmentNamespaceListerExpansion
- type DomainGroupLister
- type DomainGroupListerExpansion
- type DomainGroupNamespaceLister
- type DomainGroupNamespaceListerExpansion
- type DomainLister
- type DomainListerExpansion
- type DomainNamespaceLister
- type DomainNamespaceListerExpansion
- type GtmInstanceLister
- type GtmInstanceListerExpansion
- type GtmInstanceNamespaceLister
- type GtmInstanceNamespaceListerExpansion
- type InstanceLister
- type InstanceListerExpansion
- type InstanceNamespaceLister
- type InstanceNamespaceListerExpansion
- type MonitorConfigLister
- type MonitorConfigListerExpansion
- type MonitorConfigNamespaceLister
- type MonitorConfigNamespaceListerExpansion
- type RecordLister
- type RecordListerExpansion
- type RecordNamespaceLister
- type RecordNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessStrategyLister ¶ added in v0.5.0
type AccessStrategyLister interface { // List lists all AccessStrategies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccessStrategy, err error) // AccessStrategies returns an object that can list and get AccessStrategies. AccessStrategies(namespace string) AccessStrategyNamespaceLister AccessStrategyListerExpansion }
AccessStrategyLister helps list AccessStrategies. All objects returned here must be treated as read-only.
func NewAccessStrategyLister ¶ added in v0.5.0
func NewAccessStrategyLister(indexer cache.Indexer) AccessStrategyLister
NewAccessStrategyLister returns a new AccessStrategyLister.
type AccessStrategyListerExpansion ¶ added in v0.5.0
type AccessStrategyListerExpansion interface{}
AccessStrategyListerExpansion allows custom methods to be added to AccessStrategyLister.
type AccessStrategyNamespaceLister ¶ added in v0.5.0
type AccessStrategyNamespaceLister interface { // List lists all AccessStrategies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccessStrategy, err error) // Get retrieves the AccessStrategy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccessStrategy, error) AccessStrategyNamespaceListerExpansion }
AccessStrategyNamespaceLister helps list and get AccessStrategies. All objects returned here must be treated as read-only.
type AccessStrategyNamespaceListerExpansion ¶ added in v0.5.0
type AccessStrategyNamespaceListerExpansion interface{}
AccessStrategyNamespaceListerExpansion allows custom methods to be added to AccessStrategyNamespaceLister.
type AddressPoolLister ¶ added in v0.5.0
type AddressPoolLister interface { // List lists all AddressPools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AddressPool, err error) // AddressPools returns an object that can list and get AddressPools. AddressPools(namespace string) AddressPoolNamespaceLister AddressPoolListerExpansion }
AddressPoolLister helps list AddressPools. All objects returned here must be treated as read-only.
func NewAddressPoolLister ¶ added in v0.5.0
func NewAddressPoolLister(indexer cache.Indexer) AddressPoolLister
NewAddressPoolLister returns a new AddressPoolLister.
type AddressPoolListerExpansion ¶ added in v0.5.0
type AddressPoolListerExpansion interface{}
AddressPoolListerExpansion allows custom methods to be added to AddressPoolLister.
type AddressPoolNamespaceLister ¶ added in v0.5.0
type AddressPoolNamespaceLister interface { // List lists all AddressPools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AddressPool, err error) // Get retrieves the AddressPool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AddressPool, error) AddressPoolNamespaceListerExpansion }
AddressPoolNamespaceLister helps list and get AddressPools. All objects returned here must be treated as read-only.
type AddressPoolNamespaceListerExpansion ¶ added in v0.5.0
type AddressPoolNamespaceListerExpansion interface{}
AddressPoolNamespaceListerExpansion allows custom methods to be added to AddressPoolNamespaceLister.
type CustomLineLister ¶ added in v0.5.0
type CustomLineLister interface { // List lists all CustomLines in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CustomLine, err error) // CustomLines returns an object that can list and get CustomLines. CustomLines(namespace string) CustomLineNamespaceLister CustomLineListerExpansion }
CustomLineLister helps list CustomLines. All objects returned here must be treated as read-only.
func NewCustomLineLister ¶ added in v0.5.0
func NewCustomLineLister(indexer cache.Indexer) CustomLineLister
NewCustomLineLister returns a new CustomLineLister.
type CustomLineListerExpansion ¶ added in v0.5.0
type CustomLineListerExpansion interface{}
CustomLineListerExpansion allows custom methods to be added to CustomLineLister.
type CustomLineNamespaceLister ¶ added in v0.5.0
type CustomLineNamespaceLister interface { // List lists all CustomLines in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CustomLine, err error) // Get retrieves the CustomLine from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CustomLine, error) CustomLineNamespaceListerExpansion }
CustomLineNamespaceLister helps list and get CustomLines. All objects returned here must be treated as read-only.
type CustomLineNamespaceListerExpansion ¶ added in v0.5.0
type CustomLineNamespaceListerExpansion interface{}
CustomLineNamespaceListerExpansion allows custom methods to be added to CustomLineNamespaceLister.
type DomainAttachmentLister ¶
type DomainAttachmentLister interface { // List lists all DomainAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainAttachment, err error) // DomainAttachments returns an object that can list and get DomainAttachments. DomainAttachments(namespace string) DomainAttachmentNamespaceLister DomainAttachmentListerExpansion }
DomainAttachmentLister helps list DomainAttachments. All objects returned here must be treated as read-only.
func NewDomainAttachmentLister ¶
func NewDomainAttachmentLister(indexer cache.Indexer) DomainAttachmentLister
NewDomainAttachmentLister returns a new DomainAttachmentLister.
type DomainAttachmentListerExpansion ¶
type DomainAttachmentListerExpansion interface{}
DomainAttachmentListerExpansion allows custom methods to be added to DomainAttachmentLister.
type DomainAttachmentNamespaceLister ¶
type DomainAttachmentNamespaceLister interface { // List lists all DomainAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainAttachment, err error) // Get retrieves the DomainAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DomainAttachment, error) DomainAttachmentNamespaceListerExpansion }
DomainAttachmentNamespaceLister helps list and get DomainAttachments. All objects returned here must be treated as read-only.
type DomainAttachmentNamespaceListerExpansion ¶
type DomainAttachmentNamespaceListerExpansion interface{}
DomainAttachmentNamespaceListerExpansion allows custom methods to be added to DomainAttachmentNamespaceLister.
type DomainGroupLister ¶
type DomainGroupLister interface { // List lists all DomainGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainGroup, err error) // DomainGroups returns an object that can list and get DomainGroups. DomainGroups(namespace string) DomainGroupNamespaceLister DomainGroupListerExpansion }
DomainGroupLister helps list DomainGroups. All objects returned here must be treated as read-only.
func NewDomainGroupLister ¶
func NewDomainGroupLister(indexer cache.Indexer) DomainGroupLister
NewDomainGroupLister returns a new DomainGroupLister.
type DomainGroupListerExpansion ¶
type DomainGroupListerExpansion interface{}
DomainGroupListerExpansion allows custom methods to be added to DomainGroupLister.
type DomainGroupNamespaceLister ¶
type DomainGroupNamespaceLister interface { // List lists all DomainGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainGroup, err error) // Get retrieves the DomainGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DomainGroup, error) DomainGroupNamespaceListerExpansion }
DomainGroupNamespaceLister helps list and get DomainGroups. All objects returned here must be treated as read-only.
type DomainGroupNamespaceListerExpansion ¶
type DomainGroupNamespaceListerExpansion interface{}
DomainGroupNamespaceListerExpansion allows custom methods to be added to DomainGroupNamespaceLister.
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 GtmInstanceLister ¶ added in v0.5.0
type GtmInstanceLister interface { // List lists all GtmInstances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GtmInstance, err error) // GtmInstances returns an object that can list and get GtmInstances. GtmInstances(namespace string) GtmInstanceNamespaceLister GtmInstanceListerExpansion }
GtmInstanceLister helps list GtmInstances. All objects returned here must be treated as read-only.
func NewGtmInstanceLister ¶ added in v0.5.0
func NewGtmInstanceLister(indexer cache.Indexer) GtmInstanceLister
NewGtmInstanceLister returns a new GtmInstanceLister.
type GtmInstanceListerExpansion ¶ added in v0.5.0
type GtmInstanceListerExpansion interface{}
GtmInstanceListerExpansion allows custom methods to be added to GtmInstanceLister.
type GtmInstanceNamespaceLister ¶ added in v0.5.0
type GtmInstanceNamespaceLister interface { // List lists all GtmInstances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GtmInstance, err error) // Get retrieves the GtmInstance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GtmInstance, error) GtmInstanceNamespaceListerExpansion }
GtmInstanceNamespaceLister helps list and get GtmInstances. All objects returned here must be treated as read-only.
type GtmInstanceNamespaceListerExpansion ¶ added in v0.5.0
type GtmInstanceNamespaceListerExpansion interface{}
GtmInstanceNamespaceListerExpansion allows custom methods to be added to GtmInstanceNamespaceLister.
type InstanceLister ¶
type InstanceLister interface { // List lists all Instances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Instance, err error) // Instances returns an object that can list and get Instances. Instances(namespace string) InstanceNamespaceLister InstanceListerExpansion }
InstanceLister helps list Instances. All objects returned here must be treated as read-only.
func NewInstanceLister ¶
func NewInstanceLister(indexer cache.Indexer) InstanceLister
NewInstanceLister returns a new InstanceLister.
type InstanceListerExpansion ¶
type InstanceListerExpansion interface{}
InstanceListerExpansion allows custom methods to be added to InstanceLister.
type InstanceNamespaceLister ¶
type InstanceNamespaceLister interface { // List lists all Instances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Instance, err error) // Get retrieves the Instance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Instance, error) InstanceNamespaceListerExpansion }
InstanceNamespaceLister helps list and get Instances. All objects returned here must be treated as read-only.
type InstanceNamespaceListerExpansion ¶
type InstanceNamespaceListerExpansion interface{}
InstanceNamespaceListerExpansion allows custom methods to be added to InstanceNamespaceLister.
type MonitorConfigLister ¶ added in v0.5.0
type MonitorConfigLister interface { // List lists all MonitorConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MonitorConfig, err error) // MonitorConfigs returns an object that can list and get MonitorConfigs. MonitorConfigs(namespace string) MonitorConfigNamespaceLister MonitorConfigListerExpansion }
MonitorConfigLister helps list MonitorConfigs. All objects returned here must be treated as read-only.
func NewMonitorConfigLister ¶ added in v0.5.0
func NewMonitorConfigLister(indexer cache.Indexer) MonitorConfigLister
NewMonitorConfigLister returns a new MonitorConfigLister.
type MonitorConfigListerExpansion ¶ added in v0.5.0
type MonitorConfigListerExpansion interface{}
MonitorConfigListerExpansion allows custom methods to be added to MonitorConfigLister.
type MonitorConfigNamespaceLister ¶ added in v0.5.0
type MonitorConfigNamespaceLister interface { // List lists all MonitorConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MonitorConfig, err error) // Get retrieves the MonitorConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MonitorConfig, error) MonitorConfigNamespaceListerExpansion }
MonitorConfigNamespaceLister helps list and get MonitorConfigs. All objects returned here must be treated as read-only.
type MonitorConfigNamespaceListerExpansion ¶ added in v0.5.0
type MonitorConfigNamespaceListerExpansion interface{}
MonitorConfigNamespaceListerExpansion allows custom methods to be added to MonitorConfigNamespaceLister.
type RecordLister ¶
type RecordLister interface { // List lists all Records in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Record, err error) // Records returns an object that can list and get Records. Records(namespace string) RecordNamespaceLister RecordListerExpansion }
RecordLister helps list Records. All objects returned here must be treated as read-only.
func NewRecordLister ¶
func NewRecordLister(indexer cache.Indexer) RecordLister
NewRecordLister returns a new RecordLister.
type RecordListerExpansion ¶
type RecordListerExpansion interface{}
RecordListerExpansion allows custom methods to be added to RecordLister.
type RecordNamespaceLister ¶
type RecordNamespaceLister interface { // List lists all Records in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Record, err error) // Get retrieves the Record from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Record, error) RecordNamespaceListerExpansion }
RecordNamespaceLister helps list and get Records. All objects returned here must be treated as read-only.
type RecordNamespaceListerExpansion ¶
type RecordNamespaceListerExpansion interface{}
RecordNamespaceListerExpansion allows custom methods to be added to RecordNamespaceLister.