Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.
Click to show internal directories.
Click to hide internal directories.