Documentation ¶
Index ¶
- type DnsLister
- type DnsListerExpansion
- type DnsNamespaceLister
- type DnsNamespaceListerExpansion
- type DomainAttachmentLister
- type DomainAttachmentListerExpansion
- type DomainAttachmentNamespaceLister
- type DomainAttachmentNamespaceListerExpansion
- type DomainLister
- type DomainListerExpansion
- type DomainNamespaceLister
- type DomainNamespaceListerExpansion
- type GroupLister
- type GroupListerExpansion
- type GroupNamespaceLister
- type GroupNamespaceListerExpansion
- type InstanceLister
- type InstanceListerExpansion
- type InstanceNamespaceLister
- type InstanceNamespaceListerExpansion
- 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 DnsLister ¶
type DnsLister interface { // List lists all Dnses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Dns, err error) // Dnses returns an object that can list and get Dnses. Dnses(namespace string) DnsNamespaceLister DnsListerExpansion }
DnsLister helps list Dnses. All objects returned here must be treated as read-only.
func NewDnsLister ¶
NewDnsLister returns a new DnsLister.
type DnsListerExpansion ¶
type DnsListerExpansion interface{}
DnsListerExpansion allows custom methods to be added to DnsLister.
type DnsNamespaceLister ¶
type DnsNamespaceLister interface { // List lists all Dnses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Dns, err error) // Get retrieves the Dns from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Dns, error) DnsNamespaceListerExpansion }
DnsNamespaceLister helps list and get Dnses. All objects returned here must be treated as read-only.
type DnsNamespaceListerExpansion ¶
type DnsNamespaceListerExpansion interface{}
DnsNamespaceListerExpansion allows custom methods to be added to DnsNamespaceLister.
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 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 GroupLister ¶
type GroupLister interface { // List lists all Groups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Group, err error) // Groups returns an object that can list and get Groups. Groups(namespace string) GroupNamespaceLister GroupListerExpansion }
GroupLister helps list Groups. All objects returned here must be treated as read-only.
func NewGroupLister ¶
func NewGroupLister(indexer cache.Indexer) GroupLister
NewGroupLister returns a new GroupLister.
type GroupListerExpansion ¶
type GroupListerExpansion interface{}
GroupListerExpansion allows custom methods to be added to GroupLister.
type GroupNamespaceLister ¶
type GroupNamespaceLister interface { // List lists all Groups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Group, err error) // Get retrieves the Group from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Group, error) GroupNamespaceListerExpansion }
GroupNamespaceLister helps list and get Groups. All objects returned here must be treated as read-only.
type GroupNamespaceListerExpansion ¶
type GroupNamespaceListerExpansion interface{}
GroupNamespaceListerExpansion allows custom methods to be added to GroupNamespaceLister.
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 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.