Documentation ¶
Index ¶
- type DistccClaimLister
- type DistccClaimListerExpansion
- type DistccClaimNamespaceLister
- type DistccClaimNamespaceListerExpansion
- type DistccClientClaimLister
- type DistccClientClaimListerExpansion
- type DistccClientClaimNamespaceLister
- type DistccClientClaimNamespaceListerExpansion
- type DistccClientLister
- type DistccClientListerExpansion
- type DistccClientNamespaceLister
- type DistccClientNamespaceListerExpansion
- type DistccLister
- type DistccListerExpansion
- type DistccNamespaceLister
- type DistccNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DistccClaimLister ¶
type DistccClaimLister interface { // List lists all DistccClaims in the indexer. List(selector labels.Selector) (ret []*v1alpha1.DistccClaim, err error) // DistccClaims returns an object that can list and get DistccClaims. DistccClaims(namespace string) DistccClaimNamespaceLister DistccClaimListerExpansion }
DistccClaimLister helps list DistccClaims.
func NewDistccClaimLister ¶
func NewDistccClaimLister(indexer cache.Indexer) DistccClaimLister
NewDistccClaimLister returns a new DistccClaimLister.
type DistccClaimListerExpansion ¶
type DistccClaimListerExpansion interface{}
DistccClaimListerExpansion allows custom methods to be added to DistccClaimLister.
type DistccClaimNamespaceLister ¶
type DistccClaimNamespaceLister interface { // List lists all DistccClaims in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.DistccClaim, err error) // Get retrieves the DistccClaim from the indexer for a given namespace and name. Get(name string) (*v1alpha1.DistccClaim, error) DistccClaimNamespaceListerExpansion }
DistccClaimNamespaceLister helps list and get DistccClaims.
type DistccClaimNamespaceListerExpansion ¶
type DistccClaimNamespaceListerExpansion interface{}
DistccClaimNamespaceListerExpansion allows custom methods to be added to DistccClaimNamespaceLister.
type DistccClientClaimLister ¶
type DistccClientClaimLister interface { // List lists all DistccClientClaims in the indexer. List(selector labels.Selector) (ret []*v1alpha1.DistccClientClaim, err error) // DistccClientClaims returns an object that can list and get DistccClientClaims. DistccClientClaims(namespace string) DistccClientClaimNamespaceLister DistccClientClaimListerExpansion }
DistccClientClaimLister helps list DistccClientClaims.
func NewDistccClientClaimLister ¶
func NewDistccClientClaimLister(indexer cache.Indexer) DistccClientClaimLister
NewDistccClientClaimLister returns a new DistccClientClaimLister.
type DistccClientClaimListerExpansion ¶
type DistccClientClaimListerExpansion interface{}
DistccClientClaimListerExpansion allows custom methods to be added to DistccClientClaimLister.
type DistccClientClaimNamespaceLister ¶
type DistccClientClaimNamespaceLister interface { // List lists all DistccClientClaims in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.DistccClientClaim, err error) // Get retrieves the DistccClientClaim from the indexer for a given namespace and name. Get(name string) (*v1alpha1.DistccClientClaim, error) DistccClientClaimNamespaceListerExpansion }
DistccClientClaimNamespaceLister helps list and get DistccClientClaims.
type DistccClientClaimNamespaceListerExpansion ¶
type DistccClientClaimNamespaceListerExpansion interface{}
DistccClientClaimNamespaceListerExpansion allows custom methods to be added to DistccClientClaimNamespaceLister.
type DistccClientLister ¶
type DistccClientLister interface { // List lists all DistccClients in the indexer. List(selector labels.Selector) (ret []*v1alpha1.DistccClient, err error) // DistccClients returns an object that can list and get DistccClients. DistccClients(namespace string) DistccClientNamespaceLister DistccClientListerExpansion }
DistccClientLister helps list DistccClients.
func NewDistccClientLister ¶
func NewDistccClientLister(indexer cache.Indexer) DistccClientLister
NewDistccClientLister returns a new DistccClientLister.
type DistccClientListerExpansion ¶
type DistccClientListerExpansion interface{}
DistccClientListerExpansion allows custom methods to be added to DistccClientLister.
type DistccClientNamespaceLister ¶
type DistccClientNamespaceLister interface { // List lists all DistccClients in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.DistccClient, err error) // Get retrieves the DistccClient from the indexer for a given namespace and name. Get(name string) (*v1alpha1.DistccClient, error) DistccClientNamespaceListerExpansion }
DistccClientNamespaceLister helps list and get DistccClients.
type DistccClientNamespaceListerExpansion ¶
type DistccClientNamespaceListerExpansion interface{}
DistccClientNamespaceListerExpansion allows custom methods to be added to DistccClientNamespaceLister.
type DistccLister ¶
type DistccLister interface { // List lists all Distccs in the indexer. List(selector labels.Selector) (ret []*v1alpha1.Distcc, err error) // Distccs returns an object that can list and get Distccs. Distccs(namespace string) DistccNamespaceLister DistccListerExpansion }
DistccLister helps list Distccs.
func NewDistccLister ¶
func NewDistccLister(indexer cache.Indexer) DistccLister
NewDistccLister returns a new DistccLister.
type DistccListerExpansion ¶
type DistccListerExpansion interface{}
DistccListerExpansion allows custom methods to be added to DistccLister.
type DistccNamespaceLister ¶
type DistccNamespaceLister interface { // List lists all Distccs in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.Distcc, err error) // Get retrieves the Distcc from the indexer for a given namespace and name. Get(name string) (*v1alpha1.Distcc, error) DistccNamespaceListerExpansion }
DistccNamespaceLister helps list and get Distccs.
type DistccNamespaceListerExpansion ¶
type DistccNamespaceListerExpansion interface{}
DistccNamespaceListerExpansion allows custom methods to be added to DistccNamespaceLister.