Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceInterpreterCustomizationLister ¶ added in v1.4.0
type ResourceInterpreterCustomizationLister interface { // List lists all ResourceInterpreterCustomizations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ResourceInterpreterCustomization, err error) // Get retrieves the ResourceInterpreterCustomization from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ResourceInterpreterCustomization, error) ResourceInterpreterCustomizationListerExpansion }
ResourceInterpreterCustomizationLister helps list ResourceInterpreterCustomizations. All objects returned here must be treated as read-only.
func NewResourceInterpreterCustomizationLister ¶ added in v1.4.0
func NewResourceInterpreterCustomizationLister(indexer cache.Indexer) ResourceInterpreterCustomizationLister
NewResourceInterpreterCustomizationLister returns a new ResourceInterpreterCustomizationLister.
type ResourceInterpreterCustomizationListerExpansion ¶ added in v1.4.0
type ResourceInterpreterCustomizationListerExpansion interface{}
ResourceInterpreterCustomizationListerExpansion allows custom methods to be added to ResourceInterpreterCustomizationLister.
type ResourceInterpreterWebhookConfigurationLister ¶
type ResourceInterpreterWebhookConfigurationLister interface { // List lists all ResourceInterpreterWebhookConfigurations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ResourceInterpreterWebhookConfiguration, err error) // Get retrieves the ResourceInterpreterWebhookConfiguration from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ResourceInterpreterWebhookConfiguration, error) ResourceInterpreterWebhookConfigurationListerExpansion }
ResourceInterpreterWebhookConfigurationLister helps list ResourceInterpreterWebhookConfigurations. All objects returned here must be treated as read-only.
func NewResourceInterpreterWebhookConfigurationLister ¶
func NewResourceInterpreterWebhookConfigurationLister(indexer cache.Indexer) ResourceInterpreterWebhookConfigurationLister
NewResourceInterpreterWebhookConfigurationLister returns a new ResourceInterpreterWebhookConfigurationLister.
type ResourceInterpreterWebhookConfigurationListerExpansion ¶
type ResourceInterpreterWebhookConfigurationListerExpansion interface{}
ResourceInterpreterWebhookConfigurationListerExpansion allows custom methods to be added to ResourceInterpreterWebhookConfigurationLister.