Documentation ¶
Index ¶
- type GlobalVariableLister
- type GlobalVariableListerExpansion
- type GlobalVariableNamespaceLister
- type GlobalVariableNamespaceListerExpansion
- type PrivateLocationLister
- type PrivateLocationListerExpansion
- type PrivateLocationNamespaceLister
- type PrivateLocationNamespaceListerExpansion
- type SyntheticstestLister
- type SyntheticstestListerExpansion
- type SyntheticstestNamespaceLister
- type SyntheticstestNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalVariableLister ¶
type GlobalVariableLister interface { // List lists all GlobalVariables in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GlobalVariable, err error) // GlobalVariables returns an object that can list and get GlobalVariables. GlobalVariables(namespace string) GlobalVariableNamespaceLister GlobalVariableListerExpansion }
GlobalVariableLister helps list GlobalVariables. All objects returned here must be treated as read-only.
func NewGlobalVariableLister ¶
func NewGlobalVariableLister(indexer cache.Indexer) GlobalVariableLister
NewGlobalVariableLister returns a new GlobalVariableLister.
type GlobalVariableListerExpansion ¶
type GlobalVariableListerExpansion interface{}
GlobalVariableListerExpansion allows custom methods to be added to GlobalVariableLister.
type GlobalVariableNamespaceLister ¶
type GlobalVariableNamespaceLister interface { // List lists all GlobalVariables in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GlobalVariable, err error) // Get retrieves the GlobalVariable from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GlobalVariable, error) GlobalVariableNamespaceListerExpansion }
GlobalVariableNamespaceLister helps list and get GlobalVariables. All objects returned here must be treated as read-only.
type GlobalVariableNamespaceListerExpansion ¶
type GlobalVariableNamespaceListerExpansion interface{}
GlobalVariableNamespaceListerExpansion allows custom methods to be added to GlobalVariableNamespaceLister.
type PrivateLocationLister ¶
type PrivateLocationLister interface { // List lists all PrivateLocations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PrivateLocation, err error) // PrivateLocations returns an object that can list and get PrivateLocations. PrivateLocations(namespace string) PrivateLocationNamespaceLister PrivateLocationListerExpansion }
PrivateLocationLister helps list PrivateLocations. All objects returned here must be treated as read-only.
func NewPrivateLocationLister ¶
func NewPrivateLocationLister(indexer cache.Indexer) PrivateLocationLister
NewPrivateLocationLister returns a new PrivateLocationLister.
type PrivateLocationListerExpansion ¶
type PrivateLocationListerExpansion interface{}
PrivateLocationListerExpansion allows custom methods to be added to PrivateLocationLister.
type PrivateLocationNamespaceLister ¶
type PrivateLocationNamespaceLister interface { // List lists all PrivateLocations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PrivateLocation, err error) // Get retrieves the PrivateLocation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PrivateLocation, error) PrivateLocationNamespaceListerExpansion }
PrivateLocationNamespaceLister helps list and get PrivateLocations. All objects returned here must be treated as read-only.
type PrivateLocationNamespaceListerExpansion ¶
type PrivateLocationNamespaceListerExpansion interface{}
PrivateLocationNamespaceListerExpansion allows custom methods to be added to PrivateLocationNamespaceLister.
type SyntheticstestLister ¶ added in v0.4.0
type SyntheticstestLister interface { // List lists all Syntheticstests in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Syntheticstest, err error) // Syntheticstests returns an object that can list and get Syntheticstests. Syntheticstests(namespace string) SyntheticstestNamespaceLister SyntheticstestListerExpansion }
SyntheticstestLister helps list Syntheticstests. All objects returned here must be treated as read-only.
func NewSyntheticstestLister ¶ added in v0.4.0
func NewSyntheticstestLister(indexer cache.Indexer) SyntheticstestLister
NewSyntheticstestLister returns a new SyntheticstestLister.
type SyntheticstestListerExpansion ¶ added in v0.4.0
type SyntheticstestListerExpansion interface{}
SyntheticstestListerExpansion allows custom methods to be added to SyntheticstestLister.
type SyntheticstestNamespaceLister ¶ added in v0.4.0
type SyntheticstestNamespaceLister interface { // List lists all Syntheticstests in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Syntheticstest, err error) // Get retrieves the Syntheticstest from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Syntheticstest, error) SyntheticstestNamespaceListerExpansion }
SyntheticstestNamespaceLister helps list and get Syntheticstests. All objects returned here must be treated as read-only.
type SyntheticstestNamespaceListerExpansion ¶ added in v0.4.0
type SyntheticstestNamespaceListerExpansion interface{}
SyntheticstestNamespaceListerExpansion allows custom methods to be added to SyntheticstestNamespaceLister.