Documentation ¶
Index ¶
- type AccessApprovalSettingsLister
- type AccessApprovalSettingsListerExpansion
- type AccessApprovalSettingsNamespaceLister
- type AccessApprovalSettingsNamespaceListerExpansion
- type DefaultServiceAccountsLister
- type DefaultServiceAccountsListerExpansion
- type DefaultServiceAccountsNamespaceLister
- type DefaultServiceAccountsNamespaceListerExpansion
- type IamAuditConfigLister
- type IamAuditConfigListerExpansion
- type IamAuditConfigNamespaceLister
- type IamAuditConfigNamespaceListerExpansion
- type IamBindingLister
- type IamBindingListerExpansion
- type IamBindingNamespaceLister
- type IamBindingNamespaceListerExpansion
- type IamCustomRoleLister
- type IamCustomRoleListerExpansion
- type IamCustomRoleNamespaceLister
- type IamCustomRoleNamespaceListerExpansion
- type IamMemberLister
- type IamMemberListerExpansion
- type IamMemberNamespaceLister
- type IamMemberNamespaceListerExpansion
- type IamPolicyLister
- type IamPolicyListerExpansion
- type IamPolicyNamespaceLister
- type IamPolicyNamespaceListerExpansion
- type OrganizationPolicyLister
- type OrganizationPolicyListerExpansion
- type OrganizationPolicyNamespaceLister
- type OrganizationPolicyNamespaceListerExpansion
- type ProjectLister
- type ProjectListerExpansion
- type ProjectNamespaceLister
- type ProjectNamespaceListerExpansion
- type ServiceLister
- type ServiceListerExpansion
- type ServiceNamespaceLister
- type ServiceNamespaceListerExpansion
- type UsageExportBucketLister
- type UsageExportBucketListerExpansion
- type UsageExportBucketNamespaceLister
- type UsageExportBucketNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessApprovalSettingsLister ¶
type AccessApprovalSettingsLister interface { // List lists all AccessApprovalSettingses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccessApprovalSettings, err error) // AccessApprovalSettingses returns an object that can list and get AccessApprovalSettingses. AccessApprovalSettingses(namespace string) AccessApprovalSettingsNamespaceLister AccessApprovalSettingsListerExpansion }
AccessApprovalSettingsLister helps list AccessApprovalSettingses. All objects returned here must be treated as read-only.
func NewAccessApprovalSettingsLister ¶
func NewAccessApprovalSettingsLister(indexer cache.Indexer) AccessApprovalSettingsLister
NewAccessApprovalSettingsLister returns a new AccessApprovalSettingsLister.
type AccessApprovalSettingsListerExpansion ¶
type AccessApprovalSettingsListerExpansion interface{}
AccessApprovalSettingsListerExpansion allows custom methods to be added to AccessApprovalSettingsLister.
type AccessApprovalSettingsNamespaceLister ¶
type AccessApprovalSettingsNamespaceLister interface { // List lists all AccessApprovalSettingses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccessApprovalSettings, err error) // Get retrieves the AccessApprovalSettings from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccessApprovalSettings, error) AccessApprovalSettingsNamespaceListerExpansion }
AccessApprovalSettingsNamespaceLister helps list and get AccessApprovalSettingses. All objects returned here must be treated as read-only.
type AccessApprovalSettingsNamespaceListerExpansion ¶
type AccessApprovalSettingsNamespaceListerExpansion interface{}
AccessApprovalSettingsNamespaceListerExpansion allows custom methods to be added to AccessApprovalSettingsNamespaceLister.
type DefaultServiceAccountsLister ¶
type DefaultServiceAccountsLister interface { // List lists all DefaultServiceAccountses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DefaultServiceAccounts, err error) // DefaultServiceAccountses returns an object that can list and get DefaultServiceAccountses. DefaultServiceAccountses(namespace string) DefaultServiceAccountsNamespaceLister DefaultServiceAccountsListerExpansion }
DefaultServiceAccountsLister helps list DefaultServiceAccountses. All objects returned here must be treated as read-only.
func NewDefaultServiceAccountsLister ¶
func NewDefaultServiceAccountsLister(indexer cache.Indexer) DefaultServiceAccountsLister
NewDefaultServiceAccountsLister returns a new DefaultServiceAccountsLister.
type DefaultServiceAccountsListerExpansion ¶
type DefaultServiceAccountsListerExpansion interface{}
DefaultServiceAccountsListerExpansion allows custom methods to be added to DefaultServiceAccountsLister.
type DefaultServiceAccountsNamespaceLister ¶
type DefaultServiceAccountsNamespaceLister interface { // List lists all DefaultServiceAccountses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DefaultServiceAccounts, err error) // Get retrieves the DefaultServiceAccounts from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DefaultServiceAccounts, error) DefaultServiceAccountsNamespaceListerExpansion }
DefaultServiceAccountsNamespaceLister helps list and get DefaultServiceAccountses. All objects returned here must be treated as read-only.
type DefaultServiceAccountsNamespaceListerExpansion ¶
type DefaultServiceAccountsNamespaceListerExpansion interface{}
DefaultServiceAccountsNamespaceListerExpansion allows custom methods to be added to DefaultServiceAccountsNamespaceLister.
type IamAuditConfigLister ¶
type IamAuditConfigLister interface { // List lists all IamAuditConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamAuditConfig, err error) // IamAuditConfigs returns an object that can list and get IamAuditConfigs. IamAuditConfigs(namespace string) IamAuditConfigNamespaceLister IamAuditConfigListerExpansion }
IamAuditConfigLister helps list IamAuditConfigs. All objects returned here must be treated as read-only.
func NewIamAuditConfigLister ¶
func NewIamAuditConfigLister(indexer cache.Indexer) IamAuditConfigLister
NewIamAuditConfigLister returns a new IamAuditConfigLister.
type IamAuditConfigListerExpansion ¶
type IamAuditConfigListerExpansion interface{}
IamAuditConfigListerExpansion allows custom methods to be added to IamAuditConfigLister.
type IamAuditConfigNamespaceLister ¶
type IamAuditConfigNamespaceLister interface { // List lists all IamAuditConfigs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamAuditConfig, err error) // Get retrieves the IamAuditConfig from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IamAuditConfig, error) IamAuditConfigNamespaceListerExpansion }
IamAuditConfigNamespaceLister helps list and get IamAuditConfigs. All objects returned here must be treated as read-only.
type IamAuditConfigNamespaceListerExpansion ¶
type IamAuditConfigNamespaceListerExpansion interface{}
IamAuditConfigNamespaceListerExpansion allows custom methods to be added to IamAuditConfigNamespaceLister.
type IamBindingLister ¶
type IamBindingLister interface { // List lists all IamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamBinding, err error) // IamBindings returns an object that can list and get IamBindings. IamBindings(namespace string) IamBindingNamespaceLister IamBindingListerExpansion }
IamBindingLister helps list IamBindings. All objects returned here must be treated as read-only.
func NewIamBindingLister ¶
func NewIamBindingLister(indexer cache.Indexer) IamBindingLister
NewIamBindingLister returns a new IamBindingLister.
type IamBindingListerExpansion ¶
type IamBindingListerExpansion interface{}
IamBindingListerExpansion allows custom methods to be added to IamBindingLister.
type IamBindingNamespaceLister ¶
type IamBindingNamespaceLister interface { // List lists all IamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamBinding, err error) // Get retrieves the IamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IamBinding, error) IamBindingNamespaceListerExpansion }
IamBindingNamespaceLister helps list and get IamBindings. All objects returned here must be treated as read-only.
type IamBindingNamespaceListerExpansion ¶
type IamBindingNamespaceListerExpansion interface{}
IamBindingNamespaceListerExpansion allows custom methods to be added to IamBindingNamespaceLister.
type IamCustomRoleLister ¶
type IamCustomRoleLister interface { // List lists all IamCustomRoles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamCustomRole, err error) // IamCustomRoles returns an object that can list and get IamCustomRoles. IamCustomRoles(namespace string) IamCustomRoleNamespaceLister IamCustomRoleListerExpansion }
IamCustomRoleLister helps list IamCustomRoles. All objects returned here must be treated as read-only.
func NewIamCustomRoleLister ¶
func NewIamCustomRoleLister(indexer cache.Indexer) IamCustomRoleLister
NewIamCustomRoleLister returns a new IamCustomRoleLister.
type IamCustomRoleListerExpansion ¶
type IamCustomRoleListerExpansion interface{}
IamCustomRoleListerExpansion allows custom methods to be added to IamCustomRoleLister.
type IamCustomRoleNamespaceLister ¶
type IamCustomRoleNamespaceLister interface { // List lists all IamCustomRoles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamCustomRole, err error) // Get retrieves the IamCustomRole from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IamCustomRole, error) IamCustomRoleNamespaceListerExpansion }
IamCustomRoleNamespaceLister helps list and get IamCustomRoles. All objects returned here must be treated as read-only.
type IamCustomRoleNamespaceListerExpansion ¶
type IamCustomRoleNamespaceListerExpansion interface{}
IamCustomRoleNamespaceListerExpansion allows custom methods to be added to IamCustomRoleNamespaceLister.
type IamMemberLister ¶
type IamMemberLister interface { // List lists all IamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamMember, err error) // IamMembers returns an object that can list and get IamMembers. IamMembers(namespace string) IamMemberNamespaceLister IamMemberListerExpansion }
IamMemberLister helps list IamMembers. All objects returned here must be treated as read-only.
func NewIamMemberLister ¶
func NewIamMemberLister(indexer cache.Indexer) IamMemberLister
NewIamMemberLister returns a new IamMemberLister.
type IamMemberListerExpansion ¶
type IamMemberListerExpansion interface{}
IamMemberListerExpansion allows custom methods to be added to IamMemberLister.
type IamMemberNamespaceLister ¶
type IamMemberNamespaceLister interface { // List lists all IamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamMember, err error) // Get retrieves the IamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IamMember, error) IamMemberNamespaceListerExpansion }
IamMemberNamespaceLister helps list and get IamMembers. All objects returned here must be treated as read-only.
type IamMemberNamespaceListerExpansion ¶
type IamMemberNamespaceListerExpansion interface{}
IamMemberNamespaceListerExpansion allows custom methods to be added to IamMemberNamespaceLister.
type IamPolicyLister ¶
type IamPolicyLister interface { // List lists all IamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamPolicy, err error) // IamPolicies returns an object that can list and get IamPolicies. IamPolicies(namespace string) IamPolicyNamespaceLister IamPolicyListerExpansion }
IamPolicyLister helps list IamPolicies. All objects returned here must be treated as read-only.
func NewIamPolicyLister ¶
func NewIamPolicyLister(indexer cache.Indexer) IamPolicyLister
NewIamPolicyLister returns a new IamPolicyLister.
type IamPolicyListerExpansion ¶
type IamPolicyListerExpansion interface{}
IamPolicyListerExpansion allows custom methods to be added to IamPolicyLister.
type IamPolicyNamespaceLister ¶
type IamPolicyNamespaceLister interface { // List lists all IamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamPolicy, err error) // Get retrieves the IamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IamPolicy, error) IamPolicyNamespaceListerExpansion }
IamPolicyNamespaceLister helps list and get IamPolicies. All objects returned here must be treated as read-only.
type IamPolicyNamespaceListerExpansion ¶
type IamPolicyNamespaceListerExpansion interface{}
IamPolicyNamespaceListerExpansion allows custom methods to be added to IamPolicyNamespaceLister.
type OrganizationPolicyLister ¶
type OrganizationPolicyLister interface { // List lists all OrganizationPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OrganizationPolicy, err error) // OrganizationPolicies returns an object that can list and get OrganizationPolicies. OrganizationPolicies(namespace string) OrganizationPolicyNamespaceLister OrganizationPolicyListerExpansion }
OrganizationPolicyLister helps list OrganizationPolicies. All objects returned here must be treated as read-only.
func NewOrganizationPolicyLister ¶
func NewOrganizationPolicyLister(indexer cache.Indexer) OrganizationPolicyLister
NewOrganizationPolicyLister returns a new OrganizationPolicyLister.
type OrganizationPolicyListerExpansion ¶
type OrganizationPolicyListerExpansion interface{}
OrganizationPolicyListerExpansion allows custom methods to be added to OrganizationPolicyLister.
type OrganizationPolicyNamespaceLister ¶
type OrganizationPolicyNamespaceLister interface { // List lists all OrganizationPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OrganizationPolicy, err error) // Get retrieves the OrganizationPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OrganizationPolicy, error) OrganizationPolicyNamespaceListerExpansion }
OrganizationPolicyNamespaceLister helps list and get OrganizationPolicies. All objects returned here must be treated as read-only.
type OrganizationPolicyNamespaceListerExpansion ¶
type OrganizationPolicyNamespaceListerExpansion interface{}
OrganizationPolicyNamespaceListerExpansion allows custom methods to be added to OrganizationPolicyNamespaceLister.
type ProjectLister ¶
type ProjectLister interface { // List lists all Projects in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Project, err error) // Projects returns an object that can list and get Projects. Projects(namespace string) ProjectNamespaceLister ProjectListerExpansion }
ProjectLister helps list Projects. All objects returned here must be treated as read-only.
func NewProjectLister ¶
func NewProjectLister(indexer cache.Indexer) ProjectLister
NewProjectLister returns a new ProjectLister.
type ProjectListerExpansion ¶
type ProjectListerExpansion interface{}
ProjectListerExpansion allows custom methods to be added to ProjectLister.
type ProjectNamespaceLister ¶
type ProjectNamespaceLister interface { // List lists all Projects in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Project, err error) // Get retrieves the Project from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Project, error) ProjectNamespaceListerExpansion }
ProjectNamespaceLister helps list and get Projects. All objects returned here must be treated as read-only.
type ProjectNamespaceListerExpansion ¶
type ProjectNamespaceListerExpansion interface{}
ProjectNamespaceListerExpansion allows custom methods to be added to ProjectNamespaceLister.
type ServiceLister ¶
type ServiceLister interface { // List lists all Services in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Service, err error) // Services returns an object that can list and get Services. Services(namespace string) ServiceNamespaceLister ServiceListerExpansion }
ServiceLister helps list Services. All objects returned here must be treated as read-only.
func NewServiceLister ¶
func NewServiceLister(indexer cache.Indexer) ServiceLister
NewServiceLister returns a new ServiceLister.
type ServiceListerExpansion ¶
type ServiceListerExpansion interface{}
ServiceListerExpansion allows custom methods to be added to ServiceLister.
type ServiceNamespaceLister ¶
type ServiceNamespaceLister interface { // List lists all Services in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Service, err error) // Get retrieves the Service from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Service, error) ServiceNamespaceListerExpansion }
ServiceNamespaceLister helps list and get Services. All objects returned here must be treated as read-only.
type ServiceNamespaceListerExpansion ¶
type ServiceNamespaceListerExpansion interface{}
ServiceNamespaceListerExpansion allows custom methods to be added to ServiceNamespaceLister.
type UsageExportBucketLister ¶
type UsageExportBucketLister interface { // List lists all UsageExportBuckets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UsageExportBucket, err error) // UsageExportBuckets returns an object that can list and get UsageExportBuckets. UsageExportBuckets(namespace string) UsageExportBucketNamespaceLister UsageExportBucketListerExpansion }
UsageExportBucketLister helps list UsageExportBuckets. All objects returned here must be treated as read-only.
func NewUsageExportBucketLister ¶
func NewUsageExportBucketLister(indexer cache.Indexer) UsageExportBucketLister
NewUsageExportBucketLister returns a new UsageExportBucketLister.
type UsageExportBucketListerExpansion ¶
type UsageExportBucketListerExpansion interface{}
UsageExportBucketListerExpansion allows custom methods to be added to UsageExportBucketLister.
type UsageExportBucketNamespaceLister ¶
type UsageExportBucketNamespaceLister interface { // List lists all UsageExportBuckets in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UsageExportBucket, err error) // Get retrieves the UsageExportBucket from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.UsageExportBucket, error) UsageExportBucketNamespaceListerExpansion }
UsageExportBucketNamespaceLister helps list and get UsageExportBuckets. All objects returned here must be treated as read-only.
type UsageExportBucketNamespaceListerExpansion ¶
type UsageExportBucketNamespaceListerExpansion interface{}
UsageExportBucketNamespaceListerExpansion allows custom methods to be added to UsageExportBucketNamespaceLister.