Documentation ¶
Index ¶
- type GroupCostManagementExportLister
- type GroupCostManagementExportListerExpansion
- type GroupCostManagementExportNamespaceLister
- type GroupCostManagementExportNamespaceListerExpansion
- type GroupLister
- type GroupListerExpansion
- type GroupNamespaceLister
- type GroupNamespaceListerExpansion
- type GroupPolicyAssignmentLister
- type GroupPolicyAssignmentListerExpansion
- type GroupPolicyAssignmentNamespaceLister
- type GroupPolicyAssignmentNamespaceListerExpansion
- type GroupTemplateDeploymentLister
- type GroupTemplateDeploymentListerExpansion
- type GroupTemplateDeploymentNamespaceLister
- type GroupTemplateDeploymentNamespaceListerExpansion
- type PolicyAssignmentLister
- type PolicyAssignmentListerExpansion
- type PolicyAssignmentNamespaceLister
- type PolicyAssignmentNamespaceListerExpansion
- type ProviderRegistrationLister
- type ProviderRegistrationListerExpansion
- type ProviderRegistrationNamespaceLister
- type ProviderRegistrationNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupCostManagementExportLister ¶ added in v0.5.0
type GroupCostManagementExportLister interface { // List lists all GroupCostManagementExports in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupCostManagementExport, err error) // GroupCostManagementExports returns an object that can list and get GroupCostManagementExports. GroupCostManagementExports(namespace string) GroupCostManagementExportNamespaceLister GroupCostManagementExportListerExpansion }
GroupCostManagementExportLister helps list GroupCostManagementExports. All objects returned here must be treated as read-only.
func NewGroupCostManagementExportLister ¶ added in v0.5.0
func NewGroupCostManagementExportLister(indexer cache.Indexer) GroupCostManagementExportLister
NewGroupCostManagementExportLister returns a new GroupCostManagementExportLister.
type GroupCostManagementExportListerExpansion ¶ added in v0.5.0
type GroupCostManagementExportListerExpansion interface{}
GroupCostManagementExportListerExpansion allows custom methods to be added to GroupCostManagementExportLister.
type GroupCostManagementExportNamespaceLister ¶ added in v0.5.0
type GroupCostManagementExportNamespaceLister interface { // List lists all GroupCostManagementExports in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupCostManagementExport, err error) // Get retrieves the GroupCostManagementExport from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GroupCostManagementExport, error) GroupCostManagementExportNamespaceListerExpansion }
GroupCostManagementExportNamespaceLister helps list and get GroupCostManagementExports. All objects returned here must be treated as read-only.
type GroupCostManagementExportNamespaceListerExpansion ¶ added in v0.5.0
type GroupCostManagementExportNamespaceListerExpansion interface{}
GroupCostManagementExportNamespaceListerExpansion allows custom methods to be added to GroupCostManagementExportNamespaceLister.
type GroupLister ¶
type GroupLister interface { // List lists all Groups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Group, err error) // Groups returns an object that can list and get Groups. Groups(namespace string) GroupNamespaceLister GroupListerExpansion }
GroupLister helps list Groups. All objects returned here must be treated as read-only.
func NewGroupLister ¶
func NewGroupLister(indexer cache.Indexer) GroupLister
NewGroupLister returns a new GroupLister.
type GroupListerExpansion ¶
type GroupListerExpansion interface{}
GroupListerExpansion allows custom methods to be added to GroupLister.
type GroupNamespaceLister ¶
type GroupNamespaceLister interface { // List lists all Groups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Group, err error) // Get retrieves the Group from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Group, error) GroupNamespaceListerExpansion }
GroupNamespaceLister helps list and get Groups. All objects returned here must be treated as read-only.
type GroupNamespaceListerExpansion ¶
type GroupNamespaceListerExpansion interface{}
GroupNamespaceListerExpansion allows custom methods to be added to GroupNamespaceLister.
type GroupPolicyAssignmentLister ¶
type GroupPolicyAssignmentLister interface { // List lists all GroupPolicyAssignments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupPolicyAssignment, err error) // GroupPolicyAssignments returns an object that can list and get GroupPolicyAssignments. GroupPolicyAssignments(namespace string) GroupPolicyAssignmentNamespaceLister GroupPolicyAssignmentListerExpansion }
GroupPolicyAssignmentLister helps list GroupPolicyAssignments. All objects returned here must be treated as read-only.
func NewGroupPolicyAssignmentLister ¶
func NewGroupPolicyAssignmentLister(indexer cache.Indexer) GroupPolicyAssignmentLister
NewGroupPolicyAssignmentLister returns a new GroupPolicyAssignmentLister.
type GroupPolicyAssignmentListerExpansion ¶
type GroupPolicyAssignmentListerExpansion interface{}
GroupPolicyAssignmentListerExpansion allows custom methods to be added to GroupPolicyAssignmentLister.
type GroupPolicyAssignmentNamespaceLister ¶
type GroupPolicyAssignmentNamespaceLister interface { // List lists all GroupPolicyAssignments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupPolicyAssignment, err error) // Get retrieves the GroupPolicyAssignment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GroupPolicyAssignment, error) GroupPolicyAssignmentNamespaceListerExpansion }
GroupPolicyAssignmentNamespaceLister helps list and get GroupPolicyAssignments. All objects returned here must be treated as read-only.
type GroupPolicyAssignmentNamespaceListerExpansion ¶
type GroupPolicyAssignmentNamespaceListerExpansion interface{}
GroupPolicyAssignmentNamespaceListerExpansion allows custom methods to be added to GroupPolicyAssignmentNamespaceLister.
type GroupTemplateDeploymentLister ¶
type GroupTemplateDeploymentLister interface { // List lists all GroupTemplateDeployments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupTemplateDeployment, err error) // GroupTemplateDeployments returns an object that can list and get GroupTemplateDeployments. GroupTemplateDeployments(namespace string) GroupTemplateDeploymentNamespaceLister GroupTemplateDeploymentListerExpansion }
GroupTemplateDeploymentLister helps list GroupTemplateDeployments. All objects returned here must be treated as read-only.
func NewGroupTemplateDeploymentLister ¶
func NewGroupTemplateDeploymentLister(indexer cache.Indexer) GroupTemplateDeploymentLister
NewGroupTemplateDeploymentLister returns a new GroupTemplateDeploymentLister.
type GroupTemplateDeploymentListerExpansion ¶
type GroupTemplateDeploymentListerExpansion interface{}
GroupTemplateDeploymentListerExpansion allows custom methods to be added to GroupTemplateDeploymentLister.
type GroupTemplateDeploymentNamespaceLister ¶
type GroupTemplateDeploymentNamespaceLister interface { // List lists all GroupTemplateDeployments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupTemplateDeployment, err error) // Get retrieves the GroupTemplateDeployment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GroupTemplateDeployment, error) GroupTemplateDeploymentNamespaceListerExpansion }
GroupTemplateDeploymentNamespaceLister helps list and get GroupTemplateDeployments. All objects returned here must be treated as read-only.
type GroupTemplateDeploymentNamespaceListerExpansion ¶
type GroupTemplateDeploymentNamespaceListerExpansion interface{}
GroupTemplateDeploymentNamespaceListerExpansion allows custom methods to be added to GroupTemplateDeploymentNamespaceLister.
type PolicyAssignmentLister ¶
type PolicyAssignmentLister interface { // List lists all PolicyAssignments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PolicyAssignment, err error) // PolicyAssignments returns an object that can list and get PolicyAssignments. PolicyAssignments(namespace string) PolicyAssignmentNamespaceLister PolicyAssignmentListerExpansion }
PolicyAssignmentLister helps list PolicyAssignments. All objects returned here must be treated as read-only.
func NewPolicyAssignmentLister ¶
func NewPolicyAssignmentLister(indexer cache.Indexer) PolicyAssignmentLister
NewPolicyAssignmentLister returns a new PolicyAssignmentLister.
type PolicyAssignmentListerExpansion ¶
type PolicyAssignmentListerExpansion interface{}
PolicyAssignmentListerExpansion allows custom methods to be added to PolicyAssignmentLister.
type PolicyAssignmentNamespaceLister ¶
type PolicyAssignmentNamespaceLister interface { // List lists all PolicyAssignments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PolicyAssignment, err error) // Get retrieves the PolicyAssignment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PolicyAssignment, error) PolicyAssignmentNamespaceListerExpansion }
PolicyAssignmentNamespaceLister helps list and get PolicyAssignments. All objects returned here must be treated as read-only.
type PolicyAssignmentNamespaceListerExpansion ¶
type PolicyAssignmentNamespaceListerExpansion interface{}
PolicyAssignmentNamespaceListerExpansion allows custom methods to be added to PolicyAssignmentNamespaceLister.
type ProviderRegistrationLister ¶
type ProviderRegistrationLister interface { // List lists all ProviderRegistrations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ProviderRegistration, err error) // ProviderRegistrations returns an object that can list and get ProviderRegistrations. ProviderRegistrations(namespace string) ProviderRegistrationNamespaceLister ProviderRegistrationListerExpansion }
ProviderRegistrationLister helps list ProviderRegistrations. All objects returned here must be treated as read-only.
func NewProviderRegistrationLister ¶
func NewProviderRegistrationLister(indexer cache.Indexer) ProviderRegistrationLister
NewProviderRegistrationLister returns a new ProviderRegistrationLister.
type ProviderRegistrationListerExpansion ¶
type ProviderRegistrationListerExpansion interface{}
ProviderRegistrationListerExpansion allows custom methods to be added to ProviderRegistrationLister.
type ProviderRegistrationNamespaceLister ¶
type ProviderRegistrationNamespaceLister interface { // List lists all ProviderRegistrations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ProviderRegistration, err error) // Get retrieves the ProviderRegistration from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ProviderRegistration, error) ProviderRegistrationNamespaceListerExpansion }
ProviderRegistrationNamespaceLister helps list and get ProviderRegistrations. All objects returned here must be treated as read-only.
type ProviderRegistrationNamespaceListerExpansion ¶
type ProviderRegistrationNamespaceListerExpansion interface{}
ProviderRegistrationNamespaceListerExpansion allows custom methods to be added to ProviderRegistrationNamespaceLister.