Documentation ¶
Index ¶
- type CryptoKeyIamBindingLister
- type CryptoKeyIamBindingListerExpansion
- type CryptoKeyIamBindingNamespaceLister
- type CryptoKeyIamBindingNamespaceListerExpansion
- type CryptoKeyIamMemberLister
- type CryptoKeyIamMemberListerExpansion
- type CryptoKeyIamMemberNamespaceLister
- type CryptoKeyIamMemberNamespaceListerExpansion
- type CryptoKeyIamPolicyLister
- type CryptoKeyIamPolicyListerExpansion
- type CryptoKeyIamPolicyNamespaceLister
- type CryptoKeyIamPolicyNamespaceListerExpansion
- type CryptoKeyLister
- type CryptoKeyListerExpansion
- type CryptoKeyNamespaceLister
- type CryptoKeyNamespaceListerExpansion
- type KeyRingIamBindingLister
- type KeyRingIamBindingListerExpansion
- type KeyRingIamBindingNamespaceLister
- type KeyRingIamBindingNamespaceListerExpansion
- type KeyRingIamMemberLister
- type KeyRingIamMemberListerExpansion
- type KeyRingIamMemberNamespaceLister
- type KeyRingIamMemberNamespaceListerExpansion
- type KeyRingIamPolicyLister
- type KeyRingIamPolicyListerExpansion
- type KeyRingIamPolicyNamespaceLister
- type KeyRingIamPolicyNamespaceListerExpansion
- type KeyRingImportJobLister
- type KeyRingImportJobListerExpansion
- type KeyRingImportJobNamespaceLister
- type KeyRingImportJobNamespaceListerExpansion
- type KeyRingLister
- type KeyRingListerExpansion
- type KeyRingNamespaceLister
- type KeyRingNamespaceListerExpansion
- type SecretCiphertextLister
- type SecretCiphertextListerExpansion
- type SecretCiphertextNamespaceLister
- type SecretCiphertextNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptoKeyIamBindingLister ¶
type CryptoKeyIamBindingLister interface { // List lists all CryptoKeyIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CryptoKeyIamBinding, err error) // CryptoKeyIamBindings returns an object that can list and get CryptoKeyIamBindings. CryptoKeyIamBindings(namespace string) CryptoKeyIamBindingNamespaceLister CryptoKeyIamBindingListerExpansion }
CryptoKeyIamBindingLister helps list CryptoKeyIamBindings. All objects returned here must be treated as read-only.
func NewCryptoKeyIamBindingLister ¶
func NewCryptoKeyIamBindingLister(indexer cache.Indexer) CryptoKeyIamBindingLister
NewCryptoKeyIamBindingLister returns a new CryptoKeyIamBindingLister.
type CryptoKeyIamBindingListerExpansion ¶
type CryptoKeyIamBindingListerExpansion interface{}
CryptoKeyIamBindingListerExpansion allows custom methods to be added to CryptoKeyIamBindingLister.
type CryptoKeyIamBindingNamespaceLister ¶
type CryptoKeyIamBindingNamespaceLister interface { // List lists all CryptoKeyIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CryptoKeyIamBinding, err error) // Get retrieves the CryptoKeyIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CryptoKeyIamBinding, error) CryptoKeyIamBindingNamespaceListerExpansion }
CryptoKeyIamBindingNamespaceLister helps list and get CryptoKeyIamBindings. All objects returned here must be treated as read-only.
type CryptoKeyIamBindingNamespaceListerExpansion ¶
type CryptoKeyIamBindingNamespaceListerExpansion interface{}
CryptoKeyIamBindingNamespaceListerExpansion allows custom methods to be added to CryptoKeyIamBindingNamespaceLister.
type CryptoKeyIamMemberLister ¶
type CryptoKeyIamMemberLister interface { // List lists all CryptoKeyIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CryptoKeyIamMember, err error) // CryptoKeyIamMembers returns an object that can list and get CryptoKeyIamMembers. CryptoKeyIamMembers(namespace string) CryptoKeyIamMemberNamespaceLister CryptoKeyIamMemberListerExpansion }
CryptoKeyIamMemberLister helps list CryptoKeyIamMembers. All objects returned here must be treated as read-only.
func NewCryptoKeyIamMemberLister ¶
func NewCryptoKeyIamMemberLister(indexer cache.Indexer) CryptoKeyIamMemberLister
NewCryptoKeyIamMemberLister returns a new CryptoKeyIamMemberLister.
type CryptoKeyIamMemberListerExpansion ¶
type CryptoKeyIamMemberListerExpansion interface{}
CryptoKeyIamMemberListerExpansion allows custom methods to be added to CryptoKeyIamMemberLister.
type CryptoKeyIamMemberNamespaceLister ¶
type CryptoKeyIamMemberNamespaceLister interface { // List lists all CryptoKeyIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CryptoKeyIamMember, err error) // Get retrieves the CryptoKeyIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CryptoKeyIamMember, error) CryptoKeyIamMemberNamespaceListerExpansion }
CryptoKeyIamMemberNamespaceLister helps list and get CryptoKeyIamMembers. All objects returned here must be treated as read-only.
type CryptoKeyIamMemberNamespaceListerExpansion ¶
type CryptoKeyIamMemberNamespaceListerExpansion interface{}
CryptoKeyIamMemberNamespaceListerExpansion allows custom methods to be added to CryptoKeyIamMemberNamespaceLister.
type CryptoKeyIamPolicyLister ¶
type CryptoKeyIamPolicyLister interface { // List lists all CryptoKeyIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CryptoKeyIamPolicy, err error) // CryptoKeyIamPolicies returns an object that can list and get CryptoKeyIamPolicies. CryptoKeyIamPolicies(namespace string) CryptoKeyIamPolicyNamespaceLister CryptoKeyIamPolicyListerExpansion }
CryptoKeyIamPolicyLister helps list CryptoKeyIamPolicies. All objects returned here must be treated as read-only.
func NewCryptoKeyIamPolicyLister ¶
func NewCryptoKeyIamPolicyLister(indexer cache.Indexer) CryptoKeyIamPolicyLister
NewCryptoKeyIamPolicyLister returns a new CryptoKeyIamPolicyLister.
type CryptoKeyIamPolicyListerExpansion ¶
type CryptoKeyIamPolicyListerExpansion interface{}
CryptoKeyIamPolicyListerExpansion allows custom methods to be added to CryptoKeyIamPolicyLister.
type CryptoKeyIamPolicyNamespaceLister ¶
type CryptoKeyIamPolicyNamespaceLister interface { // List lists all CryptoKeyIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CryptoKeyIamPolicy, err error) // Get retrieves the CryptoKeyIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CryptoKeyIamPolicy, error) CryptoKeyIamPolicyNamespaceListerExpansion }
CryptoKeyIamPolicyNamespaceLister helps list and get CryptoKeyIamPolicies. All objects returned here must be treated as read-only.
type CryptoKeyIamPolicyNamespaceListerExpansion ¶
type CryptoKeyIamPolicyNamespaceListerExpansion interface{}
CryptoKeyIamPolicyNamespaceListerExpansion allows custom methods to be added to CryptoKeyIamPolicyNamespaceLister.
type CryptoKeyLister ¶
type CryptoKeyLister interface { // List lists all CryptoKeys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CryptoKey, err error) // CryptoKeys returns an object that can list and get CryptoKeys. CryptoKeys(namespace string) CryptoKeyNamespaceLister CryptoKeyListerExpansion }
CryptoKeyLister helps list CryptoKeys. All objects returned here must be treated as read-only.
func NewCryptoKeyLister ¶
func NewCryptoKeyLister(indexer cache.Indexer) CryptoKeyLister
NewCryptoKeyLister returns a new CryptoKeyLister.
type CryptoKeyListerExpansion ¶
type CryptoKeyListerExpansion interface{}
CryptoKeyListerExpansion allows custom methods to be added to CryptoKeyLister.
type CryptoKeyNamespaceLister ¶
type CryptoKeyNamespaceLister interface { // List lists all CryptoKeys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CryptoKey, err error) // Get retrieves the CryptoKey from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CryptoKey, error) CryptoKeyNamespaceListerExpansion }
CryptoKeyNamespaceLister helps list and get CryptoKeys. All objects returned here must be treated as read-only.
type CryptoKeyNamespaceListerExpansion ¶
type CryptoKeyNamespaceListerExpansion interface{}
CryptoKeyNamespaceListerExpansion allows custom methods to be added to CryptoKeyNamespaceLister.
type KeyRingIamBindingLister ¶
type KeyRingIamBindingLister interface { // List lists all KeyRingIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyRingIamBinding, err error) // KeyRingIamBindings returns an object that can list and get KeyRingIamBindings. KeyRingIamBindings(namespace string) KeyRingIamBindingNamespaceLister KeyRingIamBindingListerExpansion }
KeyRingIamBindingLister helps list KeyRingIamBindings. All objects returned here must be treated as read-only.
func NewKeyRingIamBindingLister ¶
func NewKeyRingIamBindingLister(indexer cache.Indexer) KeyRingIamBindingLister
NewKeyRingIamBindingLister returns a new KeyRingIamBindingLister.
type KeyRingIamBindingListerExpansion ¶
type KeyRingIamBindingListerExpansion interface{}
KeyRingIamBindingListerExpansion allows custom methods to be added to KeyRingIamBindingLister.
type KeyRingIamBindingNamespaceLister ¶
type KeyRingIamBindingNamespaceLister interface { // List lists all KeyRingIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyRingIamBinding, err error) // Get retrieves the KeyRingIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KeyRingIamBinding, error) KeyRingIamBindingNamespaceListerExpansion }
KeyRingIamBindingNamespaceLister helps list and get KeyRingIamBindings. All objects returned here must be treated as read-only.
type KeyRingIamBindingNamespaceListerExpansion ¶
type KeyRingIamBindingNamespaceListerExpansion interface{}
KeyRingIamBindingNamespaceListerExpansion allows custom methods to be added to KeyRingIamBindingNamespaceLister.
type KeyRingIamMemberLister ¶
type KeyRingIamMemberLister interface { // List lists all KeyRingIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyRingIamMember, err error) // KeyRingIamMembers returns an object that can list and get KeyRingIamMembers. KeyRingIamMembers(namespace string) KeyRingIamMemberNamespaceLister KeyRingIamMemberListerExpansion }
KeyRingIamMemberLister helps list KeyRingIamMembers. All objects returned here must be treated as read-only.
func NewKeyRingIamMemberLister ¶
func NewKeyRingIamMemberLister(indexer cache.Indexer) KeyRingIamMemberLister
NewKeyRingIamMemberLister returns a new KeyRingIamMemberLister.
type KeyRingIamMemberListerExpansion ¶
type KeyRingIamMemberListerExpansion interface{}
KeyRingIamMemberListerExpansion allows custom methods to be added to KeyRingIamMemberLister.
type KeyRingIamMemberNamespaceLister ¶
type KeyRingIamMemberNamespaceLister interface { // List lists all KeyRingIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyRingIamMember, err error) // Get retrieves the KeyRingIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KeyRingIamMember, error) KeyRingIamMemberNamespaceListerExpansion }
KeyRingIamMemberNamespaceLister helps list and get KeyRingIamMembers. All objects returned here must be treated as read-only.
type KeyRingIamMemberNamespaceListerExpansion ¶
type KeyRingIamMemberNamespaceListerExpansion interface{}
KeyRingIamMemberNamespaceListerExpansion allows custom methods to be added to KeyRingIamMemberNamespaceLister.
type KeyRingIamPolicyLister ¶
type KeyRingIamPolicyLister interface { // List lists all KeyRingIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyRingIamPolicy, err error) // KeyRingIamPolicies returns an object that can list and get KeyRingIamPolicies. KeyRingIamPolicies(namespace string) KeyRingIamPolicyNamespaceLister KeyRingIamPolicyListerExpansion }
KeyRingIamPolicyLister helps list KeyRingIamPolicies. All objects returned here must be treated as read-only.
func NewKeyRingIamPolicyLister ¶
func NewKeyRingIamPolicyLister(indexer cache.Indexer) KeyRingIamPolicyLister
NewKeyRingIamPolicyLister returns a new KeyRingIamPolicyLister.
type KeyRingIamPolicyListerExpansion ¶
type KeyRingIamPolicyListerExpansion interface{}
KeyRingIamPolicyListerExpansion allows custom methods to be added to KeyRingIamPolicyLister.
type KeyRingIamPolicyNamespaceLister ¶
type KeyRingIamPolicyNamespaceLister interface { // List lists all KeyRingIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyRingIamPolicy, err error) // Get retrieves the KeyRingIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KeyRingIamPolicy, error) KeyRingIamPolicyNamespaceListerExpansion }
KeyRingIamPolicyNamespaceLister helps list and get KeyRingIamPolicies. All objects returned here must be treated as read-only.
type KeyRingIamPolicyNamespaceListerExpansion ¶
type KeyRingIamPolicyNamespaceListerExpansion interface{}
KeyRingIamPolicyNamespaceListerExpansion allows custom methods to be added to KeyRingIamPolicyNamespaceLister.
type KeyRingImportJobLister ¶
type KeyRingImportJobLister interface { // List lists all KeyRingImportJobs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyRingImportJob, err error) // KeyRingImportJobs returns an object that can list and get KeyRingImportJobs. KeyRingImportJobs(namespace string) KeyRingImportJobNamespaceLister KeyRingImportJobListerExpansion }
KeyRingImportJobLister helps list KeyRingImportJobs. All objects returned here must be treated as read-only.
func NewKeyRingImportJobLister ¶
func NewKeyRingImportJobLister(indexer cache.Indexer) KeyRingImportJobLister
NewKeyRingImportJobLister returns a new KeyRingImportJobLister.
type KeyRingImportJobListerExpansion ¶
type KeyRingImportJobListerExpansion interface{}
KeyRingImportJobListerExpansion allows custom methods to be added to KeyRingImportJobLister.
type KeyRingImportJobNamespaceLister ¶
type KeyRingImportJobNamespaceLister interface { // List lists all KeyRingImportJobs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyRingImportJob, err error) // Get retrieves the KeyRingImportJob from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KeyRingImportJob, error) KeyRingImportJobNamespaceListerExpansion }
KeyRingImportJobNamespaceLister helps list and get KeyRingImportJobs. All objects returned here must be treated as read-only.
type KeyRingImportJobNamespaceListerExpansion ¶
type KeyRingImportJobNamespaceListerExpansion interface{}
KeyRingImportJobNamespaceListerExpansion allows custom methods to be added to KeyRingImportJobNamespaceLister.
type KeyRingLister ¶
type KeyRingLister interface { // List lists all KeyRings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyRing, err error) // KeyRings returns an object that can list and get KeyRings. KeyRings(namespace string) KeyRingNamespaceLister KeyRingListerExpansion }
KeyRingLister helps list KeyRings. All objects returned here must be treated as read-only.
func NewKeyRingLister ¶
func NewKeyRingLister(indexer cache.Indexer) KeyRingLister
NewKeyRingLister returns a new KeyRingLister.
type KeyRingListerExpansion ¶
type KeyRingListerExpansion interface{}
KeyRingListerExpansion allows custom methods to be added to KeyRingLister.
type KeyRingNamespaceLister ¶
type KeyRingNamespaceLister interface { // List lists all KeyRings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyRing, err error) // Get retrieves the KeyRing from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KeyRing, error) KeyRingNamespaceListerExpansion }
KeyRingNamespaceLister helps list and get KeyRings. All objects returned here must be treated as read-only.
type KeyRingNamespaceListerExpansion ¶
type KeyRingNamespaceListerExpansion interface{}
KeyRingNamespaceListerExpansion allows custom methods to be added to KeyRingNamespaceLister.
type SecretCiphertextLister ¶
type SecretCiphertextLister interface { // List lists all SecretCiphertexts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecretCiphertext, err error) // SecretCiphertexts returns an object that can list and get SecretCiphertexts. SecretCiphertexts(namespace string) SecretCiphertextNamespaceLister SecretCiphertextListerExpansion }
SecretCiphertextLister helps list SecretCiphertexts. All objects returned here must be treated as read-only.
func NewSecretCiphertextLister ¶
func NewSecretCiphertextLister(indexer cache.Indexer) SecretCiphertextLister
NewSecretCiphertextLister returns a new SecretCiphertextLister.
type SecretCiphertextListerExpansion ¶
type SecretCiphertextListerExpansion interface{}
SecretCiphertextListerExpansion allows custom methods to be added to SecretCiphertextLister.
type SecretCiphertextNamespaceLister ¶
type SecretCiphertextNamespaceLister interface { // List lists all SecretCiphertexts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecretCiphertext, err error) // Get retrieves the SecretCiphertext from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SecretCiphertext, error) SecretCiphertextNamespaceListerExpansion }
SecretCiphertextNamespaceLister helps list and get SecretCiphertexts. All objects returned here must be treated as read-only.
type SecretCiphertextNamespaceListerExpansion ¶
type SecretCiphertextNamespaceListerExpansion interface{}
SecretCiphertextNamespaceListerExpansion allows custom methods to be added to SecretCiphertextNamespaceLister.