Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodScaleLister ¶
type PodScaleLister interface {
	// List lists all PodScales in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.PodScale, err error)
	// PodScales returns an object that can list and get PodScales.
	PodScales(namespace string) PodScaleNamespaceLister
	PodScaleListerExpansion
}
    PodScaleLister helps list PodScales. All objects returned here must be treated as read-only.
func NewPodScaleLister ¶
func NewPodScaleLister(indexer cache.Indexer) PodScaleLister
NewPodScaleLister returns a new PodScaleLister.
type PodScaleListerExpansion ¶
type PodScaleListerExpansion interface{}
    PodScaleListerExpansion allows custom methods to be added to PodScaleLister.
type PodScaleNamespaceLister ¶
type PodScaleNamespaceLister interface {
	// List lists all PodScales in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.PodScale, err error)
	// Get retrieves the PodScale from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.PodScale, error)
	PodScaleNamespaceListerExpansion
}
    PodScaleNamespaceLister helps list and get PodScales. All objects returned here must be treated as read-only.
type PodScaleNamespaceListerExpansion ¶
type PodScaleNamespaceListerExpansion interface{}
    PodScaleNamespaceListerExpansion allows custom methods to be added to PodScaleNamespaceLister.
type ServiceLevelAgreementLister ¶
type ServiceLevelAgreementLister interface {
	// List lists all ServiceLevelAgreements in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ServiceLevelAgreement, err error)
	// ServiceLevelAgreements returns an object that can list and get ServiceLevelAgreements.
	ServiceLevelAgreements(namespace string) ServiceLevelAgreementNamespaceLister
	ServiceLevelAgreementListerExpansion
}
    ServiceLevelAgreementLister helps list ServiceLevelAgreements. All objects returned here must be treated as read-only.
func NewServiceLevelAgreementLister ¶
func NewServiceLevelAgreementLister(indexer cache.Indexer) ServiceLevelAgreementLister
NewServiceLevelAgreementLister returns a new ServiceLevelAgreementLister.
type ServiceLevelAgreementListerExpansion ¶
type ServiceLevelAgreementListerExpansion interface{}
    ServiceLevelAgreementListerExpansion allows custom methods to be added to ServiceLevelAgreementLister.
type ServiceLevelAgreementNamespaceLister ¶
type ServiceLevelAgreementNamespaceLister interface {
	// List lists all ServiceLevelAgreements in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ServiceLevelAgreement, err error)
	// Get retrieves the ServiceLevelAgreement from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ServiceLevelAgreement, error)
	ServiceLevelAgreementNamespaceListerExpansion
}
    ServiceLevelAgreementNamespaceLister helps list and get ServiceLevelAgreements. All objects returned here must be treated as read-only.
type ServiceLevelAgreementNamespaceListerExpansion ¶
type ServiceLevelAgreementNamespaceListerExpansion interface{}
    ServiceLevelAgreementNamespaceListerExpansion allows custom methods to be added to ServiceLevelAgreementNamespaceLister.