github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/pkg/client/listers/apps/v1alpha1/expansion_generated.go (about)

     1  /*
     2  Copyright (C) 2022-2023 ApeCloud Co., Ltd
     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 v1alpha1
    20  
    21  // BackupPolicyTemplateListerExpansion allows custom methods to be added to
    22  // BackupPolicyTemplateLister.
    23  type BackupPolicyTemplateListerExpansion interface{}
    24  
    25  // ClusterListerExpansion allows custom methods to be added to
    26  // ClusterLister.
    27  type ClusterListerExpansion interface{}
    28  
    29  // ClusterNamespaceListerExpansion allows custom methods to be added to
    30  // ClusterNamespaceLister.
    31  type ClusterNamespaceListerExpansion interface{}
    32  
    33  // ClusterDefinitionListerExpansion allows custom methods to be added to
    34  // ClusterDefinitionLister.
    35  type ClusterDefinitionListerExpansion interface{}
    36  
    37  // ClusterVersionListerExpansion allows custom methods to be added to
    38  // ClusterVersionLister.
    39  type ClusterVersionListerExpansion interface{}
    40  
    41  // ComponentClassDefinitionListerExpansion allows custom methods to be added to
    42  // ComponentClassDefinitionLister.
    43  type ComponentClassDefinitionListerExpansion interface{}
    44  
    45  // ComponentResourceConstraintListerExpansion allows custom methods to be added to
    46  // ComponentResourceConstraintLister.
    47  type ComponentResourceConstraintListerExpansion interface{}
    48  
    49  // ConfigConstraintListerExpansion allows custom methods to be added to
    50  // ConfigConstraintLister.
    51  type ConfigConstraintListerExpansion interface{}
    52  
    53  // OpsRequestListerExpansion allows custom methods to be added to
    54  // OpsRequestLister.
    55  type OpsRequestListerExpansion interface{}
    56  
    57  // OpsRequestNamespaceListerExpansion allows custom methods to be added to
    58  // OpsRequestNamespaceLister.
    59  type OpsRequestNamespaceListerExpansion interface{}
    60  
    61  // ServiceDescriptorListerExpansion allows custom methods to be added to
    62  // ServiceDescriptorLister.
    63  type ServiceDescriptorListerExpansion interface{}
    64  
    65  // ServiceDescriptorNamespaceListerExpansion allows custom methods to be added to
    66  // ServiceDescriptorNamespaceLister.
    67  type ServiceDescriptorNamespaceListerExpansion interface{}