blob: b5ee8a49230f9ae72a5c0cdf26e0ea4a279a9adf [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 v1beta1
20
21// IngressListerExpansion allows custom methods to be added to
22// IngressLister.
23type IngressListerExpansion interface{}
24
25// IngressNamespaceListerExpansion allows custom methods to be added to
26// IngressNamespaceLister.
27type IngressNamespaceListerExpansion interface{}
28
29// PodSecurityPolicyListerExpansion allows custom methods to be added to
30// PodSecurityPolicyLister.
31type PodSecurityPolicyListerExpansion interface{}
32
33// ScaleListerExpansion allows custom methods to be added to
34// ScaleLister.
35type ScaleListerExpansion interface{}
36
37// ScaleNamespaceListerExpansion allows custom methods to be added to
38// ScaleNamespaceLister.
39type ScaleNamespaceListerExpansion interface{}