Documentation ¶
Index ¶
- type AccessKeyLister
- type AccessKeyListerExpansion
- type AccessKeyNamespaceLister
- type AccessKeyNamespaceListerExpansion
- type AccountAliasLister
- type AccountAliasListerExpansion
- type AccountAliasNamespaceLister
- type AccountAliasNamespaceListerExpansion
- type AccountPasswordPolicyLister
- type AccountPasswordPolicyListerExpansion
- type AccountPasswordPolicyNamespaceLister
- type AccountPasswordPolicyNamespaceListerExpansion
- type GroupLister
- type GroupListerExpansion
- type GroupMembershipLister
- type GroupMembershipListerExpansion
- type GroupMembershipNamespaceLister
- type GroupMembershipNamespaceListerExpansion
- type GroupNamespaceLister
- type GroupNamespaceListerExpansion
- type GroupPolicyAttachmentLister
- type GroupPolicyAttachmentListerExpansion
- type GroupPolicyAttachmentNamespaceLister
- type GroupPolicyAttachmentNamespaceListerExpansion
- type GroupPolicyLister
- type GroupPolicyListerExpansion
- type GroupPolicyNamespaceLister
- type GroupPolicyNamespaceListerExpansion
- type InstanceProfileLister
- type InstanceProfileListerExpansion
- type InstanceProfileNamespaceLister
- type InstanceProfileNamespaceListerExpansion
- type OpenidConnectProviderLister
- type OpenidConnectProviderListerExpansion
- type OpenidConnectProviderNamespaceLister
- type OpenidConnectProviderNamespaceListerExpansion
- type PolicyAttachmentLister
- type PolicyAttachmentListerExpansion
- type PolicyAttachmentNamespaceLister
- type PolicyAttachmentNamespaceListerExpansion
- type PolicyLister
- type PolicyListerExpansion
- type PolicyNamespaceLister
- type PolicyNamespaceListerExpansion
- type RoleLister
- type RoleListerExpansion
- type RoleNamespaceLister
- type RoleNamespaceListerExpansion
- type RolePolicyAttachmentLister
- type RolePolicyAttachmentListerExpansion
- type RolePolicyAttachmentNamespaceLister
- type RolePolicyAttachmentNamespaceListerExpansion
- type RolePolicyLister
- type RolePolicyListerExpansion
- type RolePolicyNamespaceLister
- type RolePolicyNamespaceListerExpansion
- type SamlProviderLister
- type SamlProviderListerExpansion
- type SamlProviderNamespaceLister
- type SamlProviderNamespaceListerExpansion
- type ServerCertificateLister
- type ServerCertificateListerExpansion
- type ServerCertificateNamespaceLister
- type ServerCertificateNamespaceListerExpansion
- type ServiceLinkedRoleLister
- type ServiceLinkedRoleListerExpansion
- type ServiceLinkedRoleNamespaceLister
- type ServiceLinkedRoleNamespaceListerExpansion
- type ServiceSpecificCredentialLister
- type ServiceSpecificCredentialListerExpansion
- type ServiceSpecificCredentialNamespaceLister
- type ServiceSpecificCredentialNamespaceListerExpansion
- type SigningCertificateLister
- type SigningCertificateListerExpansion
- type SigningCertificateNamespaceLister
- type SigningCertificateNamespaceListerExpansion
- type UserGroupMembershipLister
- type UserGroupMembershipListerExpansion
- type UserGroupMembershipNamespaceLister
- type UserGroupMembershipNamespaceListerExpansion
- type UserLister
- type UserListerExpansion
- type UserLoginProfileLister
- type UserLoginProfileListerExpansion
- type UserLoginProfileNamespaceLister
- type UserLoginProfileNamespaceListerExpansion
- type UserNamespaceLister
- type UserNamespaceListerExpansion
- type UserPolicyAttachmentLister
- type UserPolicyAttachmentListerExpansion
- type UserPolicyAttachmentNamespaceLister
- type UserPolicyAttachmentNamespaceListerExpansion
- type UserPolicyLister
- type UserPolicyListerExpansion
- type UserPolicyNamespaceLister
- type UserPolicyNamespaceListerExpansion
- type UserSSHKeyLister
- type UserSSHKeyListerExpansion
- type UserSSHKeyNamespaceLister
- type UserSSHKeyNamespaceListerExpansion
- type VirtualMfaDeviceLister
- type VirtualMfaDeviceListerExpansion
- type VirtualMfaDeviceNamespaceLister
- type VirtualMfaDeviceNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessKeyLister ¶
type AccessKeyLister interface { // List lists all AccessKeys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccessKey, err error) // AccessKeys returns an object that can list and get AccessKeys. AccessKeys(namespace string) AccessKeyNamespaceLister AccessKeyListerExpansion }
AccessKeyLister helps list AccessKeys. All objects returned here must be treated as read-only.
func NewAccessKeyLister ¶
func NewAccessKeyLister(indexer cache.Indexer) AccessKeyLister
NewAccessKeyLister returns a new AccessKeyLister.
type AccessKeyListerExpansion ¶
type AccessKeyListerExpansion interface{}
AccessKeyListerExpansion allows custom methods to be added to AccessKeyLister.
type AccessKeyNamespaceLister ¶
type AccessKeyNamespaceLister interface { // List lists all AccessKeys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccessKey, err error) // Get retrieves the AccessKey from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccessKey, error) AccessKeyNamespaceListerExpansion }
AccessKeyNamespaceLister helps list and get AccessKeys. All objects returned here must be treated as read-only.
type AccessKeyNamespaceListerExpansion ¶
type AccessKeyNamespaceListerExpansion interface{}
AccessKeyNamespaceListerExpansion allows custom methods to be added to AccessKeyNamespaceLister.
type AccountAliasLister ¶
type AccountAliasLister interface { // List lists all AccountAliases in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountAlias, err error) // AccountAliases returns an object that can list and get AccountAliases. AccountAliases(namespace string) AccountAliasNamespaceLister AccountAliasListerExpansion }
AccountAliasLister helps list AccountAliases. All objects returned here must be treated as read-only.
func NewAccountAliasLister ¶
func NewAccountAliasLister(indexer cache.Indexer) AccountAliasLister
NewAccountAliasLister returns a new AccountAliasLister.
type AccountAliasListerExpansion ¶
type AccountAliasListerExpansion interface{}
AccountAliasListerExpansion allows custom methods to be added to AccountAliasLister.
type AccountAliasNamespaceLister ¶
type AccountAliasNamespaceLister interface { // List lists all AccountAliases in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountAlias, err error) // Get retrieves the AccountAlias from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccountAlias, error) AccountAliasNamespaceListerExpansion }
AccountAliasNamespaceLister helps list and get AccountAliases. All objects returned here must be treated as read-only.
type AccountAliasNamespaceListerExpansion ¶
type AccountAliasNamespaceListerExpansion interface{}
AccountAliasNamespaceListerExpansion allows custom methods to be added to AccountAliasNamespaceLister.
type AccountPasswordPolicyLister ¶
type AccountPasswordPolicyLister interface { // List lists all AccountPasswordPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountPasswordPolicy, err error) // AccountPasswordPolicies returns an object that can list and get AccountPasswordPolicies. AccountPasswordPolicies(namespace string) AccountPasswordPolicyNamespaceLister AccountPasswordPolicyListerExpansion }
AccountPasswordPolicyLister helps list AccountPasswordPolicies. All objects returned here must be treated as read-only.
func NewAccountPasswordPolicyLister ¶
func NewAccountPasswordPolicyLister(indexer cache.Indexer) AccountPasswordPolicyLister
NewAccountPasswordPolicyLister returns a new AccountPasswordPolicyLister.
type AccountPasswordPolicyListerExpansion ¶
type AccountPasswordPolicyListerExpansion interface{}
AccountPasswordPolicyListerExpansion allows custom methods to be added to AccountPasswordPolicyLister.
type AccountPasswordPolicyNamespaceLister ¶
type AccountPasswordPolicyNamespaceLister interface { // List lists all AccountPasswordPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountPasswordPolicy, err error) // Get retrieves the AccountPasswordPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccountPasswordPolicy, error) AccountPasswordPolicyNamespaceListerExpansion }
AccountPasswordPolicyNamespaceLister helps list and get AccountPasswordPolicies. All objects returned here must be treated as read-only.
type AccountPasswordPolicyNamespaceListerExpansion ¶
type AccountPasswordPolicyNamespaceListerExpansion interface{}
AccountPasswordPolicyNamespaceListerExpansion allows custom methods to be added to AccountPasswordPolicyNamespaceLister.
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 GroupMembershipLister ¶
type GroupMembershipLister interface { // List lists all GroupMemberships in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupMembership, err error) // GroupMemberships returns an object that can list and get GroupMemberships. GroupMemberships(namespace string) GroupMembershipNamespaceLister GroupMembershipListerExpansion }
GroupMembershipLister helps list GroupMemberships. All objects returned here must be treated as read-only.
func NewGroupMembershipLister ¶
func NewGroupMembershipLister(indexer cache.Indexer) GroupMembershipLister
NewGroupMembershipLister returns a new GroupMembershipLister.
type GroupMembershipListerExpansion ¶
type GroupMembershipListerExpansion interface{}
GroupMembershipListerExpansion allows custom methods to be added to GroupMembershipLister.
type GroupMembershipNamespaceLister ¶
type GroupMembershipNamespaceLister interface { // List lists all GroupMemberships in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupMembership, err error) // Get retrieves the GroupMembership from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GroupMembership, error) GroupMembershipNamespaceListerExpansion }
GroupMembershipNamespaceLister helps list and get GroupMemberships. All objects returned here must be treated as read-only.
type GroupMembershipNamespaceListerExpansion ¶
type GroupMembershipNamespaceListerExpansion interface{}
GroupMembershipNamespaceListerExpansion allows custom methods to be added to GroupMembershipNamespaceLister.
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 GroupPolicyAttachmentLister ¶
type GroupPolicyAttachmentLister interface { // List lists all GroupPolicyAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupPolicyAttachment, err error) // GroupPolicyAttachments returns an object that can list and get GroupPolicyAttachments. GroupPolicyAttachments(namespace string) GroupPolicyAttachmentNamespaceLister GroupPolicyAttachmentListerExpansion }
GroupPolicyAttachmentLister helps list GroupPolicyAttachments. All objects returned here must be treated as read-only.
func NewGroupPolicyAttachmentLister ¶
func NewGroupPolicyAttachmentLister(indexer cache.Indexer) GroupPolicyAttachmentLister
NewGroupPolicyAttachmentLister returns a new GroupPolicyAttachmentLister.
type GroupPolicyAttachmentListerExpansion ¶
type GroupPolicyAttachmentListerExpansion interface{}
GroupPolicyAttachmentListerExpansion allows custom methods to be added to GroupPolicyAttachmentLister.
type GroupPolicyAttachmentNamespaceLister ¶
type GroupPolicyAttachmentNamespaceLister interface { // List lists all GroupPolicyAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupPolicyAttachment, err error) // Get retrieves the GroupPolicyAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GroupPolicyAttachment, error) GroupPolicyAttachmentNamespaceListerExpansion }
GroupPolicyAttachmentNamespaceLister helps list and get GroupPolicyAttachments. All objects returned here must be treated as read-only.
type GroupPolicyAttachmentNamespaceListerExpansion ¶
type GroupPolicyAttachmentNamespaceListerExpansion interface{}
GroupPolicyAttachmentNamespaceListerExpansion allows custom methods to be added to GroupPolicyAttachmentNamespaceLister.
type GroupPolicyLister ¶
type GroupPolicyLister interface { // List lists all GroupPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupPolicy, err error) // GroupPolicies returns an object that can list and get GroupPolicies. GroupPolicies(namespace string) GroupPolicyNamespaceLister GroupPolicyListerExpansion }
GroupPolicyLister helps list GroupPolicies. All objects returned here must be treated as read-only.
func NewGroupPolicyLister ¶
func NewGroupPolicyLister(indexer cache.Indexer) GroupPolicyLister
NewGroupPolicyLister returns a new GroupPolicyLister.
type GroupPolicyListerExpansion ¶
type GroupPolicyListerExpansion interface{}
GroupPolicyListerExpansion allows custom methods to be added to GroupPolicyLister.
type GroupPolicyNamespaceLister ¶
type GroupPolicyNamespaceLister interface { // List lists all GroupPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupPolicy, err error) // Get retrieves the GroupPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GroupPolicy, error) GroupPolicyNamespaceListerExpansion }
GroupPolicyNamespaceLister helps list and get GroupPolicies. All objects returned here must be treated as read-only.
type GroupPolicyNamespaceListerExpansion ¶
type GroupPolicyNamespaceListerExpansion interface{}
GroupPolicyNamespaceListerExpansion allows custom methods to be added to GroupPolicyNamespaceLister.
type InstanceProfileLister ¶
type InstanceProfileLister interface { // List lists all InstanceProfiles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceProfile, err error) // InstanceProfiles returns an object that can list and get InstanceProfiles. InstanceProfiles(namespace string) InstanceProfileNamespaceLister InstanceProfileListerExpansion }
InstanceProfileLister helps list InstanceProfiles. All objects returned here must be treated as read-only.
func NewInstanceProfileLister ¶
func NewInstanceProfileLister(indexer cache.Indexer) InstanceProfileLister
NewInstanceProfileLister returns a new InstanceProfileLister.
type InstanceProfileListerExpansion ¶
type InstanceProfileListerExpansion interface{}
InstanceProfileListerExpansion allows custom methods to be added to InstanceProfileLister.
type InstanceProfileNamespaceLister ¶
type InstanceProfileNamespaceLister interface { // List lists all InstanceProfiles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceProfile, err error) // Get retrieves the InstanceProfile from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceProfile, error) InstanceProfileNamespaceListerExpansion }
InstanceProfileNamespaceLister helps list and get InstanceProfiles. All objects returned here must be treated as read-only.
type InstanceProfileNamespaceListerExpansion ¶
type InstanceProfileNamespaceListerExpansion interface{}
InstanceProfileNamespaceListerExpansion allows custom methods to be added to InstanceProfileNamespaceLister.
type OpenidConnectProviderLister ¶
type OpenidConnectProviderLister interface { // List lists all OpenidConnectProviders in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpenidConnectProvider, err error) // OpenidConnectProviders returns an object that can list and get OpenidConnectProviders. OpenidConnectProviders(namespace string) OpenidConnectProviderNamespaceLister OpenidConnectProviderListerExpansion }
OpenidConnectProviderLister helps list OpenidConnectProviders. All objects returned here must be treated as read-only.
func NewOpenidConnectProviderLister ¶
func NewOpenidConnectProviderLister(indexer cache.Indexer) OpenidConnectProviderLister
NewOpenidConnectProviderLister returns a new OpenidConnectProviderLister.
type OpenidConnectProviderListerExpansion ¶
type OpenidConnectProviderListerExpansion interface{}
OpenidConnectProviderListerExpansion allows custom methods to be added to OpenidConnectProviderLister.
type OpenidConnectProviderNamespaceLister ¶
type OpenidConnectProviderNamespaceLister interface { // List lists all OpenidConnectProviders in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpenidConnectProvider, err error) // Get retrieves the OpenidConnectProvider from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OpenidConnectProvider, error) OpenidConnectProviderNamespaceListerExpansion }
OpenidConnectProviderNamespaceLister helps list and get OpenidConnectProviders. All objects returned here must be treated as read-only.
type OpenidConnectProviderNamespaceListerExpansion ¶
type OpenidConnectProviderNamespaceListerExpansion interface{}
OpenidConnectProviderNamespaceListerExpansion allows custom methods to be added to OpenidConnectProviderNamespaceLister.
type PolicyAttachmentLister ¶
type PolicyAttachmentLister interface { // List lists all PolicyAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PolicyAttachment, err error) // PolicyAttachments returns an object that can list and get PolicyAttachments. PolicyAttachments(namespace string) PolicyAttachmentNamespaceLister PolicyAttachmentListerExpansion }
PolicyAttachmentLister helps list PolicyAttachments. All objects returned here must be treated as read-only.
func NewPolicyAttachmentLister ¶
func NewPolicyAttachmentLister(indexer cache.Indexer) PolicyAttachmentLister
NewPolicyAttachmentLister returns a new PolicyAttachmentLister.
type PolicyAttachmentListerExpansion ¶
type PolicyAttachmentListerExpansion interface{}
PolicyAttachmentListerExpansion allows custom methods to be added to PolicyAttachmentLister.
type PolicyAttachmentNamespaceLister ¶
type PolicyAttachmentNamespaceLister interface { // List lists all PolicyAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PolicyAttachment, err error) // Get retrieves the PolicyAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PolicyAttachment, error) PolicyAttachmentNamespaceListerExpansion }
PolicyAttachmentNamespaceLister helps list and get PolicyAttachments. All objects returned here must be treated as read-only.
type PolicyAttachmentNamespaceListerExpansion ¶
type PolicyAttachmentNamespaceListerExpansion interface{}
PolicyAttachmentNamespaceListerExpansion allows custom methods to be added to PolicyAttachmentNamespaceLister.
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.
type RoleLister ¶
type RoleLister interface { // List lists all Roles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Role, err error) // Roles returns an object that can list and get Roles. Roles(namespace string) RoleNamespaceLister RoleListerExpansion }
RoleLister helps list Roles. All objects returned here must be treated as read-only.
func NewRoleLister ¶
func NewRoleLister(indexer cache.Indexer) RoleLister
NewRoleLister returns a new RoleLister.
type RoleListerExpansion ¶
type RoleListerExpansion interface{}
RoleListerExpansion allows custom methods to be added to RoleLister.
type RoleNamespaceLister ¶
type RoleNamespaceLister interface { // List lists all Roles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Role, err error) // Get retrieves the Role from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Role, error) RoleNamespaceListerExpansion }
RoleNamespaceLister helps list and get Roles. All objects returned here must be treated as read-only.
type RoleNamespaceListerExpansion ¶
type RoleNamespaceListerExpansion interface{}
RoleNamespaceListerExpansion allows custom methods to be added to RoleNamespaceLister.
type RolePolicyAttachmentLister ¶
type RolePolicyAttachmentLister interface { // List lists all RolePolicyAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RolePolicyAttachment, err error) // RolePolicyAttachments returns an object that can list and get RolePolicyAttachments. RolePolicyAttachments(namespace string) RolePolicyAttachmentNamespaceLister RolePolicyAttachmentListerExpansion }
RolePolicyAttachmentLister helps list RolePolicyAttachments. All objects returned here must be treated as read-only.
func NewRolePolicyAttachmentLister ¶
func NewRolePolicyAttachmentLister(indexer cache.Indexer) RolePolicyAttachmentLister
NewRolePolicyAttachmentLister returns a new RolePolicyAttachmentLister.
type RolePolicyAttachmentListerExpansion ¶
type RolePolicyAttachmentListerExpansion interface{}
RolePolicyAttachmentListerExpansion allows custom methods to be added to RolePolicyAttachmentLister.
type RolePolicyAttachmentNamespaceLister ¶
type RolePolicyAttachmentNamespaceLister interface { // List lists all RolePolicyAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RolePolicyAttachment, err error) // Get retrieves the RolePolicyAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RolePolicyAttachment, error) RolePolicyAttachmentNamespaceListerExpansion }
RolePolicyAttachmentNamespaceLister helps list and get RolePolicyAttachments. All objects returned here must be treated as read-only.
type RolePolicyAttachmentNamespaceListerExpansion ¶
type RolePolicyAttachmentNamespaceListerExpansion interface{}
RolePolicyAttachmentNamespaceListerExpansion allows custom methods to be added to RolePolicyAttachmentNamespaceLister.
type RolePolicyLister ¶
type RolePolicyLister interface { // List lists all RolePolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RolePolicy, err error) // RolePolicies returns an object that can list and get RolePolicies. RolePolicies(namespace string) RolePolicyNamespaceLister RolePolicyListerExpansion }
RolePolicyLister helps list RolePolicies. All objects returned here must be treated as read-only.
func NewRolePolicyLister ¶
func NewRolePolicyLister(indexer cache.Indexer) RolePolicyLister
NewRolePolicyLister returns a new RolePolicyLister.
type RolePolicyListerExpansion ¶
type RolePolicyListerExpansion interface{}
RolePolicyListerExpansion allows custom methods to be added to RolePolicyLister.
type RolePolicyNamespaceLister ¶
type RolePolicyNamespaceLister interface { // List lists all RolePolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RolePolicy, err error) // Get retrieves the RolePolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RolePolicy, error) RolePolicyNamespaceListerExpansion }
RolePolicyNamespaceLister helps list and get RolePolicies. All objects returned here must be treated as read-only.
type RolePolicyNamespaceListerExpansion ¶
type RolePolicyNamespaceListerExpansion interface{}
RolePolicyNamespaceListerExpansion allows custom methods to be added to RolePolicyNamespaceLister.
type SamlProviderLister ¶
type SamlProviderLister interface { // List lists all SamlProviders in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SamlProvider, err error) // SamlProviders returns an object that can list and get SamlProviders. SamlProviders(namespace string) SamlProviderNamespaceLister SamlProviderListerExpansion }
SamlProviderLister helps list SamlProviders. All objects returned here must be treated as read-only.
func NewSamlProviderLister ¶
func NewSamlProviderLister(indexer cache.Indexer) SamlProviderLister
NewSamlProviderLister returns a new SamlProviderLister.
type SamlProviderListerExpansion ¶
type SamlProviderListerExpansion interface{}
SamlProviderListerExpansion allows custom methods to be added to SamlProviderLister.
type SamlProviderNamespaceLister ¶
type SamlProviderNamespaceLister interface { // List lists all SamlProviders in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SamlProvider, err error) // Get retrieves the SamlProvider from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SamlProvider, error) SamlProviderNamespaceListerExpansion }
SamlProviderNamespaceLister helps list and get SamlProviders. All objects returned here must be treated as read-only.
type SamlProviderNamespaceListerExpansion ¶
type SamlProviderNamespaceListerExpansion interface{}
SamlProviderNamespaceListerExpansion allows custom methods to be added to SamlProviderNamespaceLister.
type ServerCertificateLister ¶
type ServerCertificateLister interface { // List lists all ServerCertificates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerCertificate, err error) // ServerCertificates returns an object that can list and get ServerCertificates. ServerCertificates(namespace string) ServerCertificateNamespaceLister ServerCertificateListerExpansion }
ServerCertificateLister helps list ServerCertificates. All objects returned here must be treated as read-only.
func NewServerCertificateLister ¶
func NewServerCertificateLister(indexer cache.Indexer) ServerCertificateLister
NewServerCertificateLister returns a new ServerCertificateLister.
type ServerCertificateListerExpansion ¶
type ServerCertificateListerExpansion interface{}
ServerCertificateListerExpansion allows custom methods to be added to ServerCertificateLister.
type ServerCertificateNamespaceLister ¶
type ServerCertificateNamespaceLister interface { // List lists all ServerCertificates in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerCertificate, err error) // Get retrieves the ServerCertificate from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServerCertificate, error) ServerCertificateNamespaceListerExpansion }
ServerCertificateNamespaceLister helps list and get ServerCertificates. All objects returned here must be treated as read-only.
type ServerCertificateNamespaceListerExpansion ¶
type ServerCertificateNamespaceListerExpansion interface{}
ServerCertificateNamespaceListerExpansion allows custom methods to be added to ServerCertificateNamespaceLister.
type ServiceLinkedRoleLister ¶
type ServiceLinkedRoleLister interface { // List lists all ServiceLinkedRoles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServiceLinkedRole, err error) // ServiceLinkedRoles returns an object that can list and get ServiceLinkedRoles. ServiceLinkedRoles(namespace string) ServiceLinkedRoleNamespaceLister ServiceLinkedRoleListerExpansion }
ServiceLinkedRoleLister helps list ServiceLinkedRoles. All objects returned here must be treated as read-only.
func NewServiceLinkedRoleLister ¶
func NewServiceLinkedRoleLister(indexer cache.Indexer) ServiceLinkedRoleLister
NewServiceLinkedRoleLister returns a new ServiceLinkedRoleLister.
type ServiceLinkedRoleListerExpansion ¶
type ServiceLinkedRoleListerExpansion interface{}
ServiceLinkedRoleListerExpansion allows custom methods to be added to ServiceLinkedRoleLister.
type ServiceLinkedRoleNamespaceLister ¶
type ServiceLinkedRoleNamespaceLister interface { // List lists all ServiceLinkedRoles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServiceLinkedRole, err error) // Get retrieves the ServiceLinkedRole from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServiceLinkedRole, error) ServiceLinkedRoleNamespaceListerExpansion }
ServiceLinkedRoleNamespaceLister helps list and get ServiceLinkedRoles. All objects returned here must be treated as read-only.
type ServiceLinkedRoleNamespaceListerExpansion ¶
type ServiceLinkedRoleNamespaceListerExpansion interface{}
ServiceLinkedRoleNamespaceListerExpansion allows custom methods to be added to ServiceLinkedRoleNamespaceLister.
type ServiceSpecificCredentialLister ¶ added in v0.5.0
type ServiceSpecificCredentialLister interface { // List lists all ServiceSpecificCredentials in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServiceSpecificCredential, err error) // ServiceSpecificCredentials returns an object that can list and get ServiceSpecificCredentials. ServiceSpecificCredentials(namespace string) ServiceSpecificCredentialNamespaceLister ServiceSpecificCredentialListerExpansion }
ServiceSpecificCredentialLister helps list ServiceSpecificCredentials. All objects returned here must be treated as read-only.
func NewServiceSpecificCredentialLister ¶ added in v0.5.0
func NewServiceSpecificCredentialLister(indexer cache.Indexer) ServiceSpecificCredentialLister
NewServiceSpecificCredentialLister returns a new ServiceSpecificCredentialLister.
type ServiceSpecificCredentialListerExpansion ¶ added in v0.5.0
type ServiceSpecificCredentialListerExpansion interface{}
ServiceSpecificCredentialListerExpansion allows custom methods to be added to ServiceSpecificCredentialLister.
type ServiceSpecificCredentialNamespaceLister ¶ added in v0.5.0
type ServiceSpecificCredentialNamespaceLister interface { // List lists all ServiceSpecificCredentials in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServiceSpecificCredential, err error) // Get retrieves the ServiceSpecificCredential from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServiceSpecificCredential, error) ServiceSpecificCredentialNamespaceListerExpansion }
ServiceSpecificCredentialNamespaceLister helps list and get ServiceSpecificCredentials. All objects returned here must be treated as read-only.
type ServiceSpecificCredentialNamespaceListerExpansion ¶ added in v0.5.0
type ServiceSpecificCredentialNamespaceListerExpansion interface{}
ServiceSpecificCredentialNamespaceListerExpansion allows custom methods to be added to ServiceSpecificCredentialNamespaceLister.
type SigningCertificateLister ¶ added in v0.5.0
type SigningCertificateLister interface { // List lists all SigningCertificates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SigningCertificate, err error) // SigningCertificates returns an object that can list and get SigningCertificates. SigningCertificates(namespace string) SigningCertificateNamespaceLister SigningCertificateListerExpansion }
SigningCertificateLister helps list SigningCertificates. All objects returned here must be treated as read-only.
func NewSigningCertificateLister ¶ added in v0.5.0
func NewSigningCertificateLister(indexer cache.Indexer) SigningCertificateLister
NewSigningCertificateLister returns a new SigningCertificateLister.
type SigningCertificateListerExpansion ¶ added in v0.5.0
type SigningCertificateListerExpansion interface{}
SigningCertificateListerExpansion allows custom methods to be added to SigningCertificateLister.
type SigningCertificateNamespaceLister ¶ added in v0.5.0
type SigningCertificateNamespaceLister interface { // List lists all SigningCertificates in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SigningCertificate, err error) // Get retrieves the SigningCertificate from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SigningCertificate, error) SigningCertificateNamespaceListerExpansion }
SigningCertificateNamespaceLister helps list and get SigningCertificates. All objects returned here must be treated as read-only.
type SigningCertificateNamespaceListerExpansion ¶ added in v0.5.0
type SigningCertificateNamespaceListerExpansion interface{}
SigningCertificateNamespaceListerExpansion allows custom methods to be added to SigningCertificateNamespaceLister.
type UserGroupMembershipLister ¶
type UserGroupMembershipLister interface { // List lists all UserGroupMemberships in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserGroupMembership, err error) // UserGroupMemberships returns an object that can list and get UserGroupMemberships. UserGroupMemberships(namespace string) UserGroupMembershipNamespaceLister UserGroupMembershipListerExpansion }
UserGroupMembershipLister helps list UserGroupMemberships. All objects returned here must be treated as read-only.
func NewUserGroupMembershipLister ¶
func NewUserGroupMembershipLister(indexer cache.Indexer) UserGroupMembershipLister
NewUserGroupMembershipLister returns a new UserGroupMembershipLister.
type UserGroupMembershipListerExpansion ¶
type UserGroupMembershipListerExpansion interface{}
UserGroupMembershipListerExpansion allows custom methods to be added to UserGroupMembershipLister.
type UserGroupMembershipNamespaceLister ¶
type UserGroupMembershipNamespaceLister interface { // List lists all UserGroupMemberships in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserGroupMembership, err error) // Get retrieves the UserGroupMembership from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.UserGroupMembership, error) UserGroupMembershipNamespaceListerExpansion }
UserGroupMembershipNamespaceLister helps list and get UserGroupMemberships. All objects returned here must be treated as read-only.
type UserGroupMembershipNamespaceListerExpansion ¶
type UserGroupMembershipNamespaceListerExpansion interface{}
UserGroupMembershipNamespaceListerExpansion allows custom methods to be added to UserGroupMembershipNamespaceLister.
type UserLister ¶
type UserLister interface { // List lists all Users in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.User, err error) // Users returns an object that can list and get Users. Users(namespace string) UserNamespaceLister UserListerExpansion }
UserLister helps list Users. All objects returned here must be treated as read-only.
func NewUserLister ¶
func NewUserLister(indexer cache.Indexer) UserLister
NewUserLister returns a new UserLister.
type UserListerExpansion ¶
type UserListerExpansion interface{}
UserListerExpansion allows custom methods to be added to UserLister.
type UserLoginProfileLister ¶
type UserLoginProfileLister interface { // List lists all UserLoginProfiles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserLoginProfile, err error) // UserLoginProfiles returns an object that can list and get UserLoginProfiles. UserLoginProfiles(namespace string) UserLoginProfileNamespaceLister UserLoginProfileListerExpansion }
UserLoginProfileLister helps list UserLoginProfiles. All objects returned here must be treated as read-only.
func NewUserLoginProfileLister ¶
func NewUserLoginProfileLister(indexer cache.Indexer) UserLoginProfileLister
NewUserLoginProfileLister returns a new UserLoginProfileLister.
type UserLoginProfileListerExpansion ¶
type UserLoginProfileListerExpansion interface{}
UserLoginProfileListerExpansion allows custom methods to be added to UserLoginProfileLister.
type UserLoginProfileNamespaceLister ¶
type UserLoginProfileNamespaceLister interface { // List lists all UserLoginProfiles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserLoginProfile, err error) // Get retrieves the UserLoginProfile from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.UserLoginProfile, error) UserLoginProfileNamespaceListerExpansion }
UserLoginProfileNamespaceLister helps list and get UserLoginProfiles. All objects returned here must be treated as read-only.
type UserLoginProfileNamespaceListerExpansion ¶
type UserLoginProfileNamespaceListerExpansion interface{}
UserLoginProfileNamespaceListerExpansion allows custom methods to be added to UserLoginProfileNamespaceLister.
type UserNamespaceLister ¶
type UserNamespaceLister interface { // List lists all Users in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.User, err error) // Get retrieves the User from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.User, error) UserNamespaceListerExpansion }
UserNamespaceLister helps list and get Users. All objects returned here must be treated as read-only.
type UserNamespaceListerExpansion ¶
type UserNamespaceListerExpansion interface{}
UserNamespaceListerExpansion allows custom methods to be added to UserNamespaceLister.
type UserPolicyAttachmentLister ¶
type UserPolicyAttachmentLister interface { // List lists all UserPolicyAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserPolicyAttachment, err error) // UserPolicyAttachments returns an object that can list and get UserPolicyAttachments. UserPolicyAttachments(namespace string) UserPolicyAttachmentNamespaceLister UserPolicyAttachmentListerExpansion }
UserPolicyAttachmentLister helps list UserPolicyAttachments. All objects returned here must be treated as read-only.
func NewUserPolicyAttachmentLister ¶
func NewUserPolicyAttachmentLister(indexer cache.Indexer) UserPolicyAttachmentLister
NewUserPolicyAttachmentLister returns a new UserPolicyAttachmentLister.
type UserPolicyAttachmentListerExpansion ¶
type UserPolicyAttachmentListerExpansion interface{}
UserPolicyAttachmentListerExpansion allows custom methods to be added to UserPolicyAttachmentLister.
type UserPolicyAttachmentNamespaceLister ¶
type UserPolicyAttachmentNamespaceLister interface { // List lists all UserPolicyAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserPolicyAttachment, err error) // Get retrieves the UserPolicyAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.UserPolicyAttachment, error) UserPolicyAttachmentNamespaceListerExpansion }
UserPolicyAttachmentNamespaceLister helps list and get UserPolicyAttachments. All objects returned here must be treated as read-only.
type UserPolicyAttachmentNamespaceListerExpansion ¶
type UserPolicyAttachmentNamespaceListerExpansion interface{}
UserPolicyAttachmentNamespaceListerExpansion allows custom methods to be added to UserPolicyAttachmentNamespaceLister.
type UserPolicyLister ¶
type UserPolicyLister interface { // List lists all UserPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserPolicy, err error) // UserPolicies returns an object that can list and get UserPolicies. UserPolicies(namespace string) UserPolicyNamespaceLister UserPolicyListerExpansion }
UserPolicyLister helps list UserPolicies. All objects returned here must be treated as read-only.
func NewUserPolicyLister ¶
func NewUserPolicyLister(indexer cache.Indexer) UserPolicyLister
NewUserPolicyLister returns a new UserPolicyLister.
type UserPolicyListerExpansion ¶
type UserPolicyListerExpansion interface{}
UserPolicyListerExpansion allows custom methods to be added to UserPolicyLister.
type UserPolicyNamespaceLister ¶
type UserPolicyNamespaceLister interface { // List lists all UserPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserPolicy, err error) // Get retrieves the UserPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.UserPolicy, error) UserPolicyNamespaceListerExpansion }
UserPolicyNamespaceLister helps list and get UserPolicies. All objects returned here must be treated as read-only.
type UserPolicyNamespaceListerExpansion ¶
type UserPolicyNamespaceListerExpansion interface{}
UserPolicyNamespaceListerExpansion allows custom methods to be added to UserPolicyNamespaceLister.
type UserSSHKeyLister ¶
type UserSSHKeyLister interface { // List lists all UserSSHKeys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserSSHKey, err error) // UserSSHKeys returns an object that can list and get UserSSHKeys. UserSSHKeys(namespace string) UserSSHKeyNamespaceLister UserSSHKeyListerExpansion }
UserSSHKeyLister helps list UserSSHKeys. All objects returned here must be treated as read-only.
func NewUserSSHKeyLister ¶
func NewUserSSHKeyLister(indexer cache.Indexer) UserSSHKeyLister
NewUserSSHKeyLister returns a new UserSSHKeyLister.
type UserSSHKeyListerExpansion ¶
type UserSSHKeyListerExpansion interface{}
UserSSHKeyListerExpansion allows custom methods to be added to UserSSHKeyLister.
type UserSSHKeyNamespaceLister ¶
type UserSSHKeyNamespaceLister interface { // List lists all UserSSHKeys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserSSHKey, err error) // Get retrieves the UserSSHKey from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.UserSSHKey, error) UserSSHKeyNamespaceListerExpansion }
UserSSHKeyNamespaceLister helps list and get UserSSHKeys. All objects returned here must be treated as read-only.
type UserSSHKeyNamespaceListerExpansion ¶
type UserSSHKeyNamespaceListerExpansion interface{}
UserSSHKeyNamespaceListerExpansion allows custom methods to be added to UserSSHKeyNamespaceLister.
type VirtualMfaDeviceLister ¶ added in v0.5.0
type VirtualMfaDeviceLister interface { // List lists all VirtualMfaDevices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VirtualMfaDevice, err error) // VirtualMfaDevices returns an object that can list and get VirtualMfaDevices. VirtualMfaDevices(namespace string) VirtualMfaDeviceNamespaceLister VirtualMfaDeviceListerExpansion }
VirtualMfaDeviceLister helps list VirtualMfaDevices. All objects returned here must be treated as read-only.
func NewVirtualMfaDeviceLister ¶ added in v0.5.0
func NewVirtualMfaDeviceLister(indexer cache.Indexer) VirtualMfaDeviceLister
NewVirtualMfaDeviceLister returns a new VirtualMfaDeviceLister.
type VirtualMfaDeviceListerExpansion ¶ added in v0.5.0
type VirtualMfaDeviceListerExpansion interface{}
VirtualMfaDeviceListerExpansion allows custom methods to be added to VirtualMfaDeviceLister.
type VirtualMfaDeviceNamespaceLister ¶ added in v0.5.0
type VirtualMfaDeviceNamespaceLister interface { // List lists all VirtualMfaDevices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VirtualMfaDevice, err error) // Get retrieves the VirtualMfaDevice from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VirtualMfaDevice, error) VirtualMfaDeviceNamespaceListerExpansion }
VirtualMfaDeviceNamespaceLister helps list and get VirtualMfaDevices. All objects returned here must be treated as read-only.
type VirtualMfaDeviceNamespaceListerExpansion ¶ added in v0.5.0
type VirtualMfaDeviceNamespaceListerExpansion interface{}
VirtualMfaDeviceNamespaceListerExpansion allows custom methods to be added to VirtualMfaDeviceNamespaceLister.
Source Files ¶
- accesskey.go
- accountalias.go
- accountpasswordpolicy.go
- expansion_generated.go
- group.go
- groupmembership.go
- grouppolicy.go
- grouppolicyattachment.go
- instanceprofile.go
- openidconnectprovider.go
- policy.go
- policyattachment.go
- role.go
- rolepolicy.go
- rolepolicyattachment.go
- samlprovider.go
- servercertificate.go
- servicelinkedrole.go
- servicespecificcredential.go
- signingcertificate.go
- user.go
- usergroupmembership.go
- userloginprofile.go
- userpolicy.go
- userpolicyattachment.go
- usersshkey.go
- virtualmfadevice.go