Documentation ¶
Index ¶
- type TwinsEndpointEventgridLister
- type TwinsEndpointEventgridListerExpansion
- type TwinsEndpointEventgridNamespaceLister
- type TwinsEndpointEventgridNamespaceListerExpansion
- type TwinsEndpointEventhubLister
- type TwinsEndpointEventhubListerExpansion
- type TwinsEndpointEventhubNamespaceLister
- type TwinsEndpointEventhubNamespaceListerExpansion
- type TwinsEndpointServicebusLister
- type TwinsEndpointServicebusListerExpansion
- type TwinsEndpointServicebusNamespaceLister
- type TwinsEndpointServicebusNamespaceListerExpansion
- type TwinsInstanceLister
- type TwinsInstanceListerExpansion
- type TwinsInstanceNamespaceLister
- type TwinsInstanceNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TwinsEndpointEventgridLister ¶
type TwinsEndpointEventgridLister interface { // List lists all TwinsEndpointEventgrids in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TwinsEndpointEventgrid, err error) // TwinsEndpointEventgrids returns an object that can list and get TwinsEndpointEventgrids. TwinsEndpointEventgrids(namespace string) TwinsEndpointEventgridNamespaceLister TwinsEndpointEventgridListerExpansion }
TwinsEndpointEventgridLister helps list TwinsEndpointEventgrids. All objects returned here must be treated as read-only.
func NewTwinsEndpointEventgridLister ¶
func NewTwinsEndpointEventgridLister(indexer cache.Indexer) TwinsEndpointEventgridLister
NewTwinsEndpointEventgridLister returns a new TwinsEndpointEventgridLister.
type TwinsEndpointEventgridListerExpansion ¶
type TwinsEndpointEventgridListerExpansion interface{}
TwinsEndpointEventgridListerExpansion allows custom methods to be added to TwinsEndpointEventgridLister.
type TwinsEndpointEventgridNamespaceLister ¶
type TwinsEndpointEventgridNamespaceLister interface { // List lists all TwinsEndpointEventgrids in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TwinsEndpointEventgrid, err error) // Get retrieves the TwinsEndpointEventgrid from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TwinsEndpointEventgrid, error) TwinsEndpointEventgridNamespaceListerExpansion }
TwinsEndpointEventgridNamespaceLister helps list and get TwinsEndpointEventgrids. All objects returned here must be treated as read-only.
type TwinsEndpointEventgridNamespaceListerExpansion ¶
type TwinsEndpointEventgridNamespaceListerExpansion interface{}
TwinsEndpointEventgridNamespaceListerExpansion allows custom methods to be added to TwinsEndpointEventgridNamespaceLister.
type TwinsEndpointEventhubLister ¶
type TwinsEndpointEventhubLister interface { // List lists all TwinsEndpointEventhubs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TwinsEndpointEventhub, err error) // TwinsEndpointEventhubs returns an object that can list and get TwinsEndpointEventhubs. TwinsEndpointEventhubs(namespace string) TwinsEndpointEventhubNamespaceLister TwinsEndpointEventhubListerExpansion }
TwinsEndpointEventhubLister helps list TwinsEndpointEventhubs. All objects returned here must be treated as read-only.
func NewTwinsEndpointEventhubLister ¶
func NewTwinsEndpointEventhubLister(indexer cache.Indexer) TwinsEndpointEventhubLister
NewTwinsEndpointEventhubLister returns a new TwinsEndpointEventhubLister.
type TwinsEndpointEventhubListerExpansion ¶
type TwinsEndpointEventhubListerExpansion interface{}
TwinsEndpointEventhubListerExpansion allows custom methods to be added to TwinsEndpointEventhubLister.
type TwinsEndpointEventhubNamespaceLister ¶
type TwinsEndpointEventhubNamespaceLister interface { // List lists all TwinsEndpointEventhubs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TwinsEndpointEventhub, err error) // Get retrieves the TwinsEndpointEventhub from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TwinsEndpointEventhub, error) TwinsEndpointEventhubNamespaceListerExpansion }
TwinsEndpointEventhubNamespaceLister helps list and get TwinsEndpointEventhubs. All objects returned here must be treated as read-only.
type TwinsEndpointEventhubNamespaceListerExpansion ¶
type TwinsEndpointEventhubNamespaceListerExpansion interface{}
TwinsEndpointEventhubNamespaceListerExpansion allows custom methods to be added to TwinsEndpointEventhubNamespaceLister.
type TwinsEndpointServicebusLister ¶
type TwinsEndpointServicebusLister interface { // List lists all TwinsEndpointServicebuses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TwinsEndpointServicebus, err error) // TwinsEndpointServicebuses returns an object that can list and get TwinsEndpointServicebuses. TwinsEndpointServicebuses(namespace string) TwinsEndpointServicebusNamespaceLister TwinsEndpointServicebusListerExpansion }
TwinsEndpointServicebusLister helps list TwinsEndpointServicebuses. All objects returned here must be treated as read-only.
func NewTwinsEndpointServicebusLister ¶
func NewTwinsEndpointServicebusLister(indexer cache.Indexer) TwinsEndpointServicebusLister
NewTwinsEndpointServicebusLister returns a new TwinsEndpointServicebusLister.
type TwinsEndpointServicebusListerExpansion ¶
type TwinsEndpointServicebusListerExpansion interface{}
TwinsEndpointServicebusListerExpansion allows custom methods to be added to TwinsEndpointServicebusLister.
type TwinsEndpointServicebusNamespaceLister ¶
type TwinsEndpointServicebusNamespaceLister interface { // List lists all TwinsEndpointServicebuses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TwinsEndpointServicebus, err error) // Get retrieves the TwinsEndpointServicebus from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TwinsEndpointServicebus, error) TwinsEndpointServicebusNamespaceListerExpansion }
TwinsEndpointServicebusNamespaceLister helps list and get TwinsEndpointServicebuses. All objects returned here must be treated as read-only.
type TwinsEndpointServicebusNamespaceListerExpansion ¶
type TwinsEndpointServicebusNamespaceListerExpansion interface{}
TwinsEndpointServicebusNamespaceListerExpansion allows custom methods to be added to TwinsEndpointServicebusNamespaceLister.
type TwinsInstanceLister ¶
type TwinsInstanceLister interface { // List lists all TwinsInstances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TwinsInstance, err error) // TwinsInstances returns an object that can list and get TwinsInstances. TwinsInstances(namespace string) TwinsInstanceNamespaceLister TwinsInstanceListerExpansion }
TwinsInstanceLister helps list TwinsInstances. All objects returned here must be treated as read-only.
func NewTwinsInstanceLister ¶
func NewTwinsInstanceLister(indexer cache.Indexer) TwinsInstanceLister
NewTwinsInstanceLister returns a new TwinsInstanceLister.
type TwinsInstanceListerExpansion ¶
type TwinsInstanceListerExpansion interface{}
TwinsInstanceListerExpansion allows custom methods to be added to TwinsInstanceLister.
type TwinsInstanceNamespaceLister ¶
type TwinsInstanceNamespaceLister interface { // List lists all TwinsInstances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TwinsInstance, err error) // Get retrieves the TwinsInstance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TwinsInstance, error) TwinsInstanceNamespaceListerExpansion }
TwinsInstanceNamespaceLister helps list and get TwinsInstances. All objects returned here must be treated as read-only.
type TwinsInstanceNamespaceListerExpansion ¶
type TwinsInstanceNamespaceListerExpansion interface{}
TwinsInstanceNamespaceListerExpansion allows custom methods to be added to TwinsInstanceNamespaceLister.