Documentation ¶
Index ¶
- type IntelligentHorizontalPodAutoscalerLister
- type IntelligentHorizontalPodAutoscalerListerExpansion
- type IntelligentHorizontalPodAutoscalerNamespaceLister
- type IntelligentHorizontalPodAutoscalerNamespaceListerExpansion
- type KatalystVerticalPodAutoscalerLister
- type KatalystVerticalPodAutoscalerListerExpansion
- type KatalystVerticalPodAutoscalerNamespaceLister
- type KatalystVerticalPodAutoscalerNamespaceListerExpansion
- type VirtualWorkloadLister
- type VirtualWorkloadListerExpansion
- type VirtualWorkloadNamespaceLister
- type VirtualWorkloadNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntelligentHorizontalPodAutoscalerLister ¶ added in v0.5.1
type IntelligentHorizontalPodAutoscalerLister interface { // List lists all IntelligentHorizontalPodAutoscalers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.IntelligentHorizontalPodAutoscaler, err error) // IntelligentHorizontalPodAutoscalers returns an object that can list and get IntelligentHorizontalPodAutoscalers. IntelligentHorizontalPodAutoscalers(namespace string) IntelligentHorizontalPodAutoscalerNamespaceLister IntelligentHorizontalPodAutoscalerListerExpansion }
IntelligentHorizontalPodAutoscalerLister helps list IntelligentHorizontalPodAutoscalers. All objects returned here must be treated as read-only.
func NewIntelligentHorizontalPodAutoscalerLister ¶ added in v0.5.1
func NewIntelligentHorizontalPodAutoscalerLister(indexer cache.Indexer) IntelligentHorizontalPodAutoscalerLister
NewIntelligentHorizontalPodAutoscalerLister returns a new IntelligentHorizontalPodAutoscalerLister.
type IntelligentHorizontalPodAutoscalerListerExpansion ¶ added in v0.5.1
type IntelligentHorizontalPodAutoscalerListerExpansion interface{}
IntelligentHorizontalPodAutoscalerListerExpansion allows custom methods to be added to IntelligentHorizontalPodAutoscalerLister.
type IntelligentHorizontalPodAutoscalerNamespaceLister ¶ added in v0.5.1
type IntelligentHorizontalPodAutoscalerNamespaceLister interface { // List lists all IntelligentHorizontalPodAutoscalers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.IntelligentHorizontalPodAutoscaler, err error) // Get retrieves the IntelligentHorizontalPodAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.IntelligentHorizontalPodAutoscaler, error) IntelligentHorizontalPodAutoscalerNamespaceListerExpansion }
IntelligentHorizontalPodAutoscalerNamespaceLister helps list and get IntelligentHorizontalPodAutoscalers. All objects returned here must be treated as read-only.
type IntelligentHorizontalPodAutoscalerNamespaceListerExpansion ¶ added in v0.5.1
type IntelligentHorizontalPodAutoscalerNamespaceListerExpansion interface{}
IntelligentHorizontalPodAutoscalerNamespaceListerExpansion allows custom methods to be added to IntelligentHorizontalPodAutoscalerNamespaceLister.
type KatalystVerticalPodAutoscalerLister ¶
type KatalystVerticalPodAutoscalerLister interface { // List lists all KatalystVerticalPodAutoscalers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.KatalystVerticalPodAutoscaler, err error) // KatalystVerticalPodAutoscalers returns an object that can list and get KatalystVerticalPodAutoscalers. KatalystVerticalPodAutoscalers(namespace string) KatalystVerticalPodAutoscalerNamespaceLister KatalystVerticalPodAutoscalerListerExpansion }
KatalystVerticalPodAutoscalerLister helps list KatalystVerticalPodAutoscalers. All objects returned here must be treated as read-only.
func NewKatalystVerticalPodAutoscalerLister ¶
func NewKatalystVerticalPodAutoscalerLister(indexer cache.Indexer) KatalystVerticalPodAutoscalerLister
NewKatalystVerticalPodAutoscalerLister returns a new KatalystVerticalPodAutoscalerLister.
type KatalystVerticalPodAutoscalerListerExpansion ¶
type KatalystVerticalPodAutoscalerListerExpansion interface{}
KatalystVerticalPodAutoscalerListerExpansion allows custom methods to be added to KatalystVerticalPodAutoscalerLister.
type KatalystVerticalPodAutoscalerNamespaceLister ¶
type KatalystVerticalPodAutoscalerNamespaceLister interface { // List lists all KatalystVerticalPodAutoscalers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.KatalystVerticalPodAutoscaler, err error) // Get retrieves the KatalystVerticalPodAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.KatalystVerticalPodAutoscaler, error) KatalystVerticalPodAutoscalerNamespaceListerExpansion }
KatalystVerticalPodAutoscalerNamespaceLister helps list and get KatalystVerticalPodAutoscalers. All objects returned here must be treated as read-only.
type KatalystVerticalPodAutoscalerNamespaceListerExpansion ¶
type KatalystVerticalPodAutoscalerNamespaceListerExpansion interface{}
KatalystVerticalPodAutoscalerNamespaceListerExpansion allows custom methods to be added to KatalystVerticalPodAutoscalerNamespaceLister.
type VirtualWorkloadLister ¶ added in v0.5.1
type VirtualWorkloadLister interface { // List lists all VirtualWorkloads in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.VirtualWorkload, err error) // VirtualWorkloads returns an object that can list and get VirtualWorkloads. VirtualWorkloads(namespace string) VirtualWorkloadNamespaceLister VirtualWorkloadListerExpansion }
VirtualWorkloadLister helps list VirtualWorkloads. All objects returned here must be treated as read-only.
func NewVirtualWorkloadLister ¶ added in v0.5.1
func NewVirtualWorkloadLister(indexer cache.Indexer) VirtualWorkloadLister
NewVirtualWorkloadLister returns a new VirtualWorkloadLister.
type VirtualWorkloadListerExpansion ¶ added in v0.5.1
type VirtualWorkloadListerExpansion interface{}
VirtualWorkloadListerExpansion allows custom methods to be added to VirtualWorkloadLister.
type VirtualWorkloadNamespaceLister ¶ added in v0.5.1
type VirtualWorkloadNamespaceLister interface { // List lists all VirtualWorkloads in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.VirtualWorkload, err error) // Get retrieves the VirtualWorkload from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.VirtualWorkload, error) VirtualWorkloadNamespaceListerExpansion }
VirtualWorkloadNamespaceLister helps list and get VirtualWorkloads. All objects returned here must be treated as read-only.
type VirtualWorkloadNamespaceListerExpansion ¶ added in v0.5.1
type VirtualWorkloadNamespaceListerExpansion interface{}
VirtualWorkloadNamespaceListerExpansion allows custom methods to be added to VirtualWorkloadNamespaceLister.