...

Source file src/k8s.io/client-go/listers/resource/v1alpha2/expansion_generated.go

Documentation: k8s.io/client-go/listers/resource/v1alpha2

     1  /*
     2  Copyright The Kubernetes Authors.
     3  
     4  Licensed under the Apache License, Version 2.0 (the "License");
     5  you may not use this file except in compliance with the License.
     6  You may obtain a copy of the License at
     7  
     8      http://www.apache.org/licenses/LICENSE-2.0
     9  
    10  Unless required by applicable law or agreed to in writing, software
    11  distributed under the License is distributed on an "AS IS" BASIS,
    12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    13  See the License for the specific language governing permissions and
    14  limitations under the License.
    15  */
    16  
    17  // Code generated by lister-gen. DO NOT EDIT.
    18  
    19  package v1alpha2
    20  
    21  // PodSchedulingContextListerExpansion allows custom methods to be added to
    22  // PodSchedulingContextLister.
    23  type PodSchedulingContextListerExpansion interface{}
    24  
    25  // PodSchedulingContextNamespaceListerExpansion allows custom methods to be added to
    26  // PodSchedulingContextNamespaceLister.
    27  type PodSchedulingContextNamespaceListerExpansion interface{}
    28  
    29  // ResourceClaimListerExpansion allows custom methods to be added to
    30  // ResourceClaimLister.
    31  type ResourceClaimListerExpansion interface{}
    32  
    33  // ResourceClaimNamespaceListerExpansion allows custom methods to be added to
    34  // ResourceClaimNamespaceLister.
    35  type ResourceClaimNamespaceListerExpansion interface{}
    36  
    37  // ResourceClaimParametersListerExpansion allows custom methods to be added to
    38  // ResourceClaimParametersLister.
    39  type ResourceClaimParametersListerExpansion interface{}
    40  
    41  // ResourceClaimParametersNamespaceListerExpansion allows custom methods to be added to
    42  // ResourceClaimParametersNamespaceLister.
    43  type ResourceClaimParametersNamespaceListerExpansion interface{}
    44  
    45  // ResourceClaimTemplateListerExpansion allows custom methods to be added to
    46  // ResourceClaimTemplateLister.
    47  type ResourceClaimTemplateListerExpansion interface{}
    48  
    49  // ResourceClaimTemplateNamespaceListerExpansion allows custom methods to be added to
    50  // ResourceClaimTemplateNamespaceLister.
    51  type ResourceClaimTemplateNamespaceListerExpansion interface{}
    52  
    53  // ResourceClassListerExpansion allows custom methods to be added to
    54  // ResourceClassLister.
    55  type ResourceClassListerExpansion interface{}
    56  
    57  // ResourceClassParametersListerExpansion allows custom methods to be added to
    58  // ResourceClassParametersLister.
    59  type ResourceClassParametersListerExpansion interface{}
    60  
    61  // ResourceClassParametersNamespaceListerExpansion allows custom methods to be added to
    62  // ResourceClassParametersNamespaceLister.
    63  type ResourceClassParametersNamespaceListerExpansion interface{}
    64  
    65  // ResourceSliceListerExpansion allows custom methods to be added to
    66  // ResourceSliceLister.
    67  type ResourceSliceListerExpansion interface{}
    68  

View as plain text