blob: fac0221b88e53fdd1559de291946d5ced5db52a6 [file] [log] [blame]
Matthias Andreas Benkard832a54e2019-01-29 09:27:38 +01001/*
2Copyright The Kubernetes Authors.
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15*/
16
17// Code generated by lister-gen. DO NOT EDIT.
18
19package v1
20
21// ComponentStatusListerExpansion allows custom methods to be added to
22// ComponentStatusLister.
23type ComponentStatusListerExpansion interface{}
24
25// ConfigMapListerExpansion allows custom methods to be added to
26// ConfigMapLister.
27type ConfigMapListerExpansion interface{}
28
29// ConfigMapNamespaceListerExpansion allows custom methods to be added to
30// ConfigMapNamespaceLister.
31type ConfigMapNamespaceListerExpansion interface{}
32
33// EndpointsListerExpansion allows custom methods to be added to
34// EndpointsLister.
35type EndpointsListerExpansion interface{}
36
37// EndpointsNamespaceListerExpansion allows custom methods to be added to
38// EndpointsNamespaceLister.
39type EndpointsNamespaceListerExpansion interface{}
40
41// EventListerExpansion allows custom methods to be added to
42// EventLister.
43type EventListerExpansion interface{}
44
45// EventNamespaceListerExpansion allows custom methods to be added to
46// EventNamespaceLister.
47type EventNamespaceListerExpansion interface{}
48
49// LimitRangeListerExpansion allows custom methods to be added to
50// LimitRangeLister.
51type LimitRangeListerExpansion interface{}
52
53// LimitRangeNamespaceListerExpansion allows custom methods to be added to
54// LimitRangeNamespaceLister.
55type LimitRangeNamespaceListerExpansion interface{}
56
57// NamespaceListerExpansion allows custom methods to be added to
58// NamespaceLister.
59type NamespaceListerExpansion interface{}
60
61// PersistentVolumeListerExpansion allows custom methods to be added to
62// PersistentVolumeLister.
63type PersistentVolumeListerExpansion interface{}
64
65// PersistentVolumeClaimListerExpansion allows custom methods to be added to
66// PersistentVolumeClaimLister.
67type PersistentVolumeClaimListerExpansion interface{}
68
69// PersistentVolumeClaimNamespaceListerExpansion allows custom methods to be added to
70// PersistentVolumeClaimNamespaceLister.
71type PersistentVolumeClaimNamespaceListerExpansion interface{}
72
73// PodListerExpansion allows custom methods to be added to
74// PodLister.
75type PodListerExpansion interface{}
76
77// PodNamespaceListerExpansion allows custom methods to be added to
78// PodNamespaceLister.
79type PodNamespaceListerExpansion interface{}
80
81// PodTemplateListerExpansion allows custom methods to be added to
82// PodTemplateLister.
83type PodTemplateListerExpansion interface{}
84
85// PodTemplateNamespaceListerExpansion allows custom methods to be added to
86// PodTemplateNamespaceLister.
87type PodTemplateNamespaceListerExpansion interface{}
88
89// ResourceQuotaListerExpansion allows custom methods to be added to
90// ResourceQuotaLister.
91type ResourceQuotaListerExpansion interface{}
92
93// ResourceQuotaNamespaceListerExpansion allows custom methods to be added to
94// ResourceQuotaNamespaceLister.
95type ResourceQuotaNamespaceListerExpansion interface{}
96
97// SecretListerExpansion allows custom methods to be added to
98// SecretLister.
99type SecretListerExpansion interface{}
100
101// SecretNamespaceListerExpansion allows custom methods to be added to
102// SecretNamespaceLister.
103type SecretNamespaceListerExpansion interface{}
104
105// ServiceAccountListerExpansion allows custom methods to be added to
106// ServiceAccountLister.
107type ServiceAccountListerExpansion interface{}
108
109// ServiceAccountNamespaceListerExpansion allows custom methods to be added to
110// ServiceAccountNamespaceLister.
111type ServiceAccountNamespaceListerExpansion interface{}