Documentation
¶
Index ¶
- type AliasLister
- type AliasListerExpansion
- type AliasNamespaceLister
- type AliasNamespaceListerExpansion
- type CodeSigningConfigLister
- type CodeSigningConfigListerExpansion
- type CodeSigningConfigNamespaceLister
- type CodeSigningConfigNamespaceListerExpansion
- type EventSourceMappingLister
- type EventSourceMappingListerExpansion
- type EventSourceMappingNamespaceLister
- type EventSourceMappingNamespaceListerExpansion
- type FunctionEventInvokeConfigLister
- type FunctionEventInvokeConfigListerExpansion
- type FunctionEventInvokeConfigNamespaceLister
- type FunctionEventInvokeConfigNamespaceListerExpansion
- type FunctionLister
- type FunctionListerExpansion
- type FunctionNamespaceLister
- type FunctionNamespaceListerExpansion
- type LayerVersionLister
- type LayerVersionListerExpansion
- type LayerVersionNamespaceLister
- type LayerVersionNamespaceListerExpansion
- type PermissionLister
- type PermissionListerExpansion
- type PermissionNamespaceLister
- type PermissionNamespaceListerExpansion
- type ProvisionedConcurrencyConfigLister
- type ProvisionedConcurrencyConfigListerExpansion
- type ProvisionedConcurrencyConfigNamespaceLister
- type ProvisionedConcurrencyConfigNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliasLister ¶
type AliasLister interface { // List lists all Aliases in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Alias, err error) // Aliases returns an object that can list and get Aliases. Aliases(namespace string) AliasNamespaceLister AliasListerExpansion }
AliasLister helps list Aliases. All objects returned here must be treated as read-only.
func NewAliasLister ¶
func NewAliasLister(indexer cache.Indexer) AliasLister
NewAliasLister returns a new AliasLister.
type AliasListerExpansion ¶
type AliasListerExpansion interface{}
AliasListerExpansion allows custom methods to be added to AliasLister.
type AliasNamespaceLister ¶
type AliasNamespaceLister interface { // List lists all Aliases in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Alias, err error) // Get retrieves the Alias from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Alias, error) AliasNamespaceListerExpansion }
AliasNamespaceLister helps list and get Aliases. All objects returned here must be treated as read-only.
type AliasNamespaceListerExpansion ¶
type AliasNamespaceListerExpansion interface{}
AliasNamespaceListerExpansion allows custom methods to be added to AliasNamespaceLister.
type CodeSigningConfigLister ¶
type CodeSigningConfigLister interface { // List lists all CodeSigningConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CodeSigningConfig, err error) // CodeSigningConfigs returns an object that can list and get CodeSigningConfigs. CodeSigningConfigs(namespace string) CodeSigningConfigNamespaceLister CodeSigningConfigListerExpansion }
CodeSigningConfigLister helps list CodeSigningConfigs. All objects returned here must be treated as read-only.
func NewCodeSigningConfigLister ¶
func NewCodeSigningConfigLister(indexer cache.Indexer) CodeSigningConfigLister
NewCodeSigningConfigLister returns a new CodeSigningConfigLister.
type CodeSigningConfigListerExpansion ¶
type CodeSigningConfigListerExpansion interface{}
CodeSigningConfigListerExpansion allows custom methods to be added to CodeSigningConfigLister.
type CodeSigningConfigNamespaceLister ¶
type CodeSigningConfigNamespaceLister interface { // List lists all CodeSigningConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CodeSigningConfig, err error) // Get retrieves the CodeSigningConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CodeSigningConfig, error) CodeSigningConfigNamespaceListerExpansion }
CodeSigningConfigNamespaceLister helps list and get CodeSigningConfigs. All objects returned here must be treated as read-only.
type CodeSigningConfigNamespaceListerExpansion ¶
type CodeSigningConfigNamespaceListerExpansion interface{}
CodeSigningConfigNamespaceListerExpansion allows custom methods to be added to CodeSigningConfigNamespaceLister.
type EventSourceMappingLister ¶
type EventSourceMappingLister interface { // List lists all EventSourceMappings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EventSourceMapping, err error) // EventSourceMappings returns an object that can list and get EventSourceMappings. EventSourceMappings(namespace string) EventSourceMappingNamespaceLister EventSourceMappingListerExpansion }
EventSourceMappingLister helps list EventSourceMappings. All objects returned here must be treated as read-only.
func NewEventSourceMappingLister ¶
func NewEventSourceMappingLister(indexer cache.Indexer) EventSourceMappingLister
NewEventSourceMappingLister returns a new EventSourceMappingLister.
type EventSourceMappingListerExpansion ¶
type EventSourceMappingListerExpansion interface{}
EventSourceMappingListerExpansion allows custom methods to be added to EventSourceMappingLister.
type EventSourceMappingNamespaceLister ¶
type EventSourceMappingNamespaceLister interface { // List lists all EventSourceMappings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EventSourceMapping, err error) // Get retrieves the EventSourceMapping from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EventSourceMapping, error) EventSourceMappingNamespaceListerExpansion }
EventSourceMappingNamespaceLister helps list and get EventSourceMappings. All objects returned here must be treated as read-only.
type EventSourceMappingNamespaceListerExpansion ¶
type EventSourceMappingNamespaceListerExpansion interface{}
EventSourceMappingNamespaceListerExpansion allows custom methods to be added to EventSourceMappingNamespaceLister.
type FunctionEventInvokeConfigLister ¶
type FunctionEventInvokeConfigLister interface { // List lists all FunctionEventInvokeConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FunctionEventInvokeConfig, err error) // FunctionEventInvokeConfigs returns an object that can list and get FunctionEventInvokeConfigs. FunctionEventInvokeConfigs(namespace string) FunctionEventInvokeConfigNamespaceLister FunctionEventInvokeConfigListerExpansion }
FunctionEventInvokeConfigLister helps list FunctionEventInvokeConfigs. All objects returned here must be treated as read-only.
func NewFunctionEventInvokeConfigLister ¶
func NewFunctionEventInvokeConfigLister(indexer cache.Indexer) FunctionEventInvokeConfigLister
NewFunctionEventInvokeConfigLister returns a new FunctionEventInvokeConfigLister.
type FunctionEventInvokeConfigListerExpansion ¶
type FunctionEventInvokeConfigListerExpansion interface{}
FunctionEventInvokeConfigListerExpansion allows custom methods to be added to FunctionEventInvokeConfigLister.
type FunctionEventInvokeConfigNamespaceLister ¶
type FunctionEventInvokeConfigNamespaceLister interface { // List lists all FunctionEventInvokeConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FunctionEventInvokeConfig, err error) // Get retrieves the FunctionEventInvokeConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FunctionEventInvokeConfig, error) FunctionEventInvokeConfigNamespaceListerExpansion }
FunctionEventInvokeConfigNamespaceLister helps list and get FunctionEventInvokeConfigs. All objects returned here must be treated as read-only.
type FunctionEventInvokeConfigNamespaceListerExpansion ¶
type FunctionEventInvokeConfigNamespaceListerExpansion interface{}
FunctionEventInvokeConfigNamespaceListerExpansion allows custom methods to be added to FunctionEventInvokeConfigNamespaceLister.
type FunctionLister ¶
type FunctionLister interface { // List lists all Functions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Function, err error) // Functions returns an object that can list and get Functions. Functions(namespace string) FunctionNamespaceLister FunctionListerExpansion }
FunctionLister helps list Functions. All objects returned here must be treated as read-only.
func NewFunctionLister ¶
func NewFunctionLister(indexer cache.Indexer) FunctionLister
NewFunctionLister returns a new FunctionLister.
type FunctionListerExpansion ¶
type FunctionListerExpansion interface{}
FunctionListerExpansion allows custom methods to be added to FunctionLister.
type FunctionNamespaceLister ¶
type FunctionNamespaceLister interface { // List lists all Functions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Function, err error) // Get retrieves the Function from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Function, error) FunctionNamespaceListerExpansion }
FunctionNamespaceLister helps list and get Functions. All objects returned here must be treated as read-only.
type FunctionNamespaceListerExpansion ¶
type FunctionNamespaceListerExpansion interface{}
FunctionNamespaceListerExpansion allows custom methods to be added to FunctionNamespaceLister.
type LayerVersionLister ¶
type LayerVersionLister interface { // List lists all LayerVersions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LayerVersion, err error) // LayerVersions returns an object that can list and get LayerVersions. LayerVersions(namespace string) LayerVersionNamespaceLister LayerVersionListerExpansion }
LayerVersionLister helps list LayerVersions. All objects returned here must be treated as read-only.
func NewLayerVersionLister ¶
func NewLayerVersionLister(indexer cache.Indexer) LayerVersionLister
NewLayerVersionLister returns a new LayerVersionLister.
type LayerVersionListerExpansion ¶
type LayerVersionListerExpansion interface{}
LayerVersionListerExpansion allows custom methods to be added to LayerVersionLister.
type LayerVersionNamespaceLister ¶
type LayerVersionNamespaceLister interface { // List lists all LayerVersions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LayerVersion, err error) // Get retrieves the LayerVersion from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LayerVersion, error) LayerVersionNamespaceListerExpansion }
LayerVersionNamespaceLister helps list and get LayerVersions. All objects returned here must be treated as read-only.
type LayerVersionNamespaceListerExpansion ¶
type LayerVersionNamespaceListerExpansion interface{}
LayerVersionNamespaceListerExpansion allows custom methods to be added to LayerVersionNamespaceLister.
type PermissionLister ¶
type PermissionLister interface { // List lists all Permissions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Permission, err error) // Permissions returns an object that can list and get Permissions. Permissions(namespace string) PermissionNamespaceLister PermissionListerExpansion }
PermissionLister helps list Permissions. All objects returned here must be treated as read-only.
func NewPermissionLister ¶
func NewPermissionLister(indexer cache.Indexer) PermissionLister
NewPermissionLister returns a new PermissionLister.
type PermissionListerExpansion ¶
type PermissionListerExpansion interface{}
PermissionListerExpansion allows custom methods to be added to PermissionLister.
type PermissionNamespaceLister ¶
type PermissionNamespaceLister interface { // List lists all Permissions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Permission, err error) // Get retrieves the Permission from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Permission, error) PermissionNamespaceListerExpansion }
PermissionNamespaceLister helps list and get Permissions. All objects returned here must be treated as read-only.
type PermissionNamespaceListerExpansion ¶
type PermissionNamespaceListerExpansion interface{}
PermissionNamespaceListerExpansion allows custom methods to be added to PermissionNamespaceLister.
type ProvisionedConcurrencyConfigLister ¶
type ProvisionedConcurrencyConfigLister interface { // List lists all ProvisionedConcurrencyConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ProvisionedConcurrencyConfig, err error) // ProvisionedConcurrencyConfigs returns an object that can list and get ProvisionedConcurrencyConfigs. ProvisionedConcurrencyConfigs(namespace string) ProvisionedConcurrencyConfigNamespaceLister ProvisionedConcurrencyConfigListerExpansion }
ProvisionedConcurrencyConfigLister helps list ProvisionedConcurrencyConfigs. All objects returned here must be treated as read-only.
func NewProvisionedConcurrencyConfigLister ¶
func NewProvisionedConcurrencyConfigLister(indexer cache.Indexer) ProvisionedConcurrencyConfigLister
NewProvisionedConcurrencyConfigLister returns a new ProvisionedConcurrencyConfigLister.
type ProvisionedConcurrencyConfigListerExpansion ¶
type ProvisionedConcurrencyConfigListerExpansion interface{}
ProvisionedConcurrencyConfigListerExpansion allows custom methods to be added to ProvisionedConcurrencyConfigLister.
type ProvisionedConcurrencyConfigNamespaceLister ¶
type ProvisionedConcurrencyConfigNamespaceLister interface { // List lists all ProvisionedConcurrencyConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ProvisionedConcurrencyConfig, err error) // Get retrieves the ProvisionedConcurrencyConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ProvisionedConcurrencyConfig, error) ProvisionedConcurrencyConfigNamespaceListerExpansion }
ProvisionedConcurrencyConfigNamespaceLister helps list and get ProvisionedConcurrencyConfigs. All objects returned here must be treated as read-only.
type ProvisionedConcurrencyConfigNamespaceListerExpansion ¶
type ProvisionedConcurrencyConfigNamespaceListerExpansion interface{}
ProvisionedConcurrencyConfigNamespaceListerExpansion allows custom methods to be added to ProvisionedConcurrencyConfigNamespaceLister.