Documentation ¶
Index ¶
- type AccessApprovalSettingsLister
- type AccessApprovalSettingsListerExpansion
- type AccessApprovalSettingsNamespaceLister
- type AccessApprovalSettingsNamespaceListerExpansion
- 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 PolicyLister
- type PolicyListerExpansion
- type PolicyNamespaceLister
- type PolicyNamespaceListerExpansion
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 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 PolicyLister ¶
type PolicyLister interface { // List lists all Policies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Policy, err error) // Policies returns an object that can list and get Policies. Policies(namespace string) PolicyNamespaceLister PolicyListerExpansion }
PolicyLister helps list Policies. All objects returned here must be treated as read-only.
func NewPolicyLister ¶
func NewPolicyLister(indexer cache.Indexer) PolicyLister
NewPolicyLister returns a new PolicyLister.
type PolicyListerExpansion ¶
type PolicyListerExpansion interface{}
PolicyListerExpansion allows custom methods to be added to PolicyLister.
type PolicyNamespaceLister ¶
type PolicyNamespaceLister interface { // List lists all Policies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Policy, err error) // Get retrieves the Policy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Policy, error) PolicyNamespaceListerExpansion }
PolicyNamespaceLister helps list and get Policies. All objects returned here must be treated as read-only.
type PolicyNamespaceListerExpansion ¶
type PolicyNamespaceListerExpansion interface{}
PolicyNamespaceListerExpansion allows custom methods to be added to PolicyNamespaceLister.