Documentation ¶
Index ¶
- type ConsentStoreIamBindingLister
- type ConsentStoreIamBindingListerExpansion
- type ConsentStoreIamBindingNamespaceLister
- type ConsentStoreIamBindingNamespaceListerExpansion
- type ConsentStoreIamMemberLister
- type ConsentStoreIamMemberListerExpansion
- type ConsentStoreIamMemberNamespaceLister
- type ConsentStoreIamMemberNamespaceListerExpansion
- type ConsentStoreIamPolicyLister
- type ConsentStoreIamPolicyListerExpansion
- type ConsentStoreIamPolicyNamespaceLister
- type ConsentStoreIamPolicyNamespaceListerExpansion
- type ConsentStoreLister
- type ConsentStoreListerExpansion
- type ConsentStoreNamespaceLister
- type ConsentStoreNamespaceListerExpansion
- type DatasetIamBindingLister
- type DatasetIamBindingListerExpansion
- type DatasetIamBindingNamespaceLister
- type DatasetIamBindingNamespaceListerExpansion
- type DatasetIamMemberLister
- type DatasetIamMemberListerExpansion
- type DatasetIamMemberNamespaceLister
- type DatasetIamMemberNamespaceListerExpansion
- type DatasetIamPolicyLister
- type DatasetIamPolicyListerExpansion
- type DatasetIamPolicyNamespaceLister
- type DatasetIamPolicyNamespaceListerExpansion
- type DatasetLister
- type DatasetListerExpansion
- type DatasetNamespaceLister
- type DatasetNamespaceListerExpansion
- type DicomStoreIamBindingLister
- type DicomStoreIamBindingListerExpansion
- type DicomStoreIamBindingNamespaceLister
- type DicomStoreIamBindingNamespaceListerExpansion
- type DicomStoreIamMemberLister
- type DicomStoreIamMemberListerExpansion
- type DicomStoreIamMemberNamespaceLister
- type DicomStoreIamMemberNamespaceListerExpansion
- type DicomStoreIamPolicyLister
- type DicomStoreIamPolicyListerExpansion
- type DicomStoreIamPolicyNamespaceLister
- type DicomStoreIamPolicyNamespaceListerExpansion
- type DicomStoreLister
- type DicomStoreListerExpansion
- type DicomStoreNamespaceLister
- type DicomStoreNamespaceListerExpansion
- type FhirStoreIamBindingLister
- type FhirStoreIamBindingListerExpansion
- type FhirStoreIamBindingNamespaceLister
- type FhirStoreIamBindingNamespaceListerExpansion
- type FhirStoreIamMemberLister
- type FhirStoreIamMemberListerExpansion
- type FhirStoreIamMemberNamespaceLister
- type FhirStoreIamMemberNamespaceListerExpansion
- type FhirStoreIamPolicyLister
- type FhirStoreIamPolicyListerExpansion
- type FhirStoreIamPolicyNamespaceLister
- type FhirStoreIamPolicyNamespaceListerExpansion
- type FhirStoreLister
- type FhirStoreListerExpansion
- type FhirStoreNamespaceLister
- type FhirStoreNamespaceListerExpansion
- type Hl7V2StoreIamBindingLister
- type Hl7V2StoreIamBindingListerExpansion
- type Hl7V2StoreIamBindingNamespaceLister
- type Hl7V2StoreIamBindingNamespaceListerExpansion
- type Hl7V2StoreIamMemberLister
- type Hl7V2StoreIamMemberListerExpansion
- type Hl7V2StoreIamMemberNamespaceLister
- type Hl7V2StoreIamMemberNamespaceListerExpansion
- type Hl7V2StoreIamPolicyLister
- type Hl7V2StoreIamPolicyListerExpansion
- type Hl7V2StoreIamPolicyNamespaceLister
- type Hl7V2StoreIamPolicyNamespaceListerExpansion
- type Hl7V2StoreLister
- type Hl7V2StoreListerExpansion
- type Hl7V2StoreNamespaceLister
- type Hl7V2StoreNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsentStoreIamBindingLister ¶
type ConsentStoreIamBindingLister interface { // List lists all ConsentStoreIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConsentStoreIamBinding, err error) // ConsentStoreIamBindings returns an object that can list and get ConsentStoreIamBindings. ConsentStoreIamBindings(namespace string) ConsentStoreIamBindingNamespaceLister ConsentStoreIamBindingListerExpansion }
ConsentStoreIamBindingLister helps list ConsentStoreIamBindings. All objects returned here must be treated as read-only.
func NewConsentStoreIamBindingLister ¶
func NewConsentStoreIamBindingLister(indexer cache.Indexer) ConsentStoreIamBindingLister
NewConsentStoreIamBindingLister returns a new ConsentStoreIamBindingLister.
type ConsentStoreIamBindingListerExpansion ¶
type ConsentStoreIamBindingListerExpansion interface{}
ConsentStoreIamBindingListerExpansion allows custom methods to be added to ConsentStoreIamBindingLister.
type ConsentStoreIamBindingNamespaceLister ¶
type ConsentStoreIamBindingNamespaceLister interface { // List lists all ConsentStoreIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConsentStoreIamBinding, err error) // Get retrieves the ConsentStoreIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConsentStoreIamBinding, error) ConsentStoreIamBindingNamespaceListerExpansion }
ConsentStoreIamBindingNamespaceLister helps list and get ConsentStoreIamBindings. All objects returned here must be treated as read-only.
type ConsentStoreIamBindingNamespaceListerExpansion ¶
type ConsentStoreIamBindingNamespaceListerExpansion interface{}
ConsentStoreIamBindingNamespaceListerExpansion allows custom methods to be added to ConsentStoreIamBindingNamespaceLister.
type ConsentStoreIamMemberLister ¶
type ConsentStoreIamMemberLister interface { // List lists all ConsentStoreIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConsentStoreIamMember, err error) // ConsentStoreIamMembers returns an object that can list and get ConsentStoreIamMembers. ConsentStoreIamMembers(namespace string) ConsentStoreIamMemberNamespaceLister ConsentStoreIamMemberListerExpansion }
ConsentStoreIamMemberLister helps list ConsentStoreIamMembers. All objects returned here must be treated as read-only.
func NewConsentStoreIamMemberLister ¶
func NewConsentStoreIamMemberLister(indexer cache.Indexer) ConsentStoreIamMemberLister
NewConsentStoreIamMemberLister returns a new ConsentStoreIamMemberLister.
type ConsentStoreIamMemberListerExpansion ¶
type ConsentStoreIamMemberListerExpansion interface{}
ConsentStoreIamMemberListerExpansion allows custom methods to be added to ConsentStoreIamMemberLister.
type ConsentStoreIamMemberNamespaceLister ¶
type ConsentStoreIamMemberNamespaceLister interface { // List lists all ConsentStoreIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConsentStoreIamMember, err error) // Get retrieves the ConsentStoreIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConsentStoreIamMember, error) ConsentStoreIamMemberNamespaceListerExpansion }
ConsentStoreIamMemberNamespaceLister helps list and get ConsentStoreIamMembers. All objects returned here must be treated as read-only.
type ConsentStoreIamMemberNamespaceListerExpansion ¶
type ConsentStoreIamMemberNamespaceListerExpansion interface{}
ConsentStoreIamMemberNamespaceListerExpansion allows custom methods to be added to ConsentStoreIamMemberNamespaceLister.
type ConsentStoreIamPolicyLister ¶
type ConsentStoreIamPolicyLister interface { // List lists all ConsentStoreIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConsentStoreIamPolicy, err error) // ConsentStoreIamPolicies returns an object that can list and get ConsentStoreIamPolicies. ConsentStoreIamPolicies(namespace string) ConsentStoreIamPolicyNamespaceLister ConsentStoreIamPolicyListerExpansion }
ConsentStoreIamPolicyLister helps list ConsentStoreIamPolicies. All objects returned here must be treated as read-only.
func NewConsentStoreIamPolicyLister ¶
func NewConsentStoreIamPolicyLister(indexer cache.Indexer) ConsentStoreIamPolicyLister
NewConsentStoreIamPolicyLister returns a new ConsentStoreIamPolicyLister.
type ConsentStoreIamPolicyListerExpansion ¶
type ConsentStoreIamPolicyListerExpansion interface{}
ConsentStoreIamPolicyListerExpansion allows custom methods to be added to ConsentStoreIamPolicyLister.
type ConsentStoreIamPolicyNamespaceLister ¶
type ConsentStoreIamPolicyNamespaceLister interface { // List lists all ConsentStoreIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConsentStoreIamPolicy, err error) // Get retrieves the ConsentStoreIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConsentStoreIamPolicy, error) ConsentStoreIamPolicyNamespaceListerExpansion }
ConsentStoreIamPolicyNamespaceLister helps list and get ConsentStoreIamPolicies. All objects returned here must be treated as read-only.
type ConsentStoreIamPolicyNamespaceListerExpansion ¶
type ConsentStoreIamPolicyNamespaceListerExpansion interface{}
ConsentStoreIamPolicyNamespaceListerExpansion allows custom methods to be added to ConsentStoreIamPolicyNamespaceLister.
type ConsentStoreLister ¶
type ConsentStoreLister interface { // List lists all ConsentStores in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConsentStore, err error) // ConsentStores returns an object that can list and get ConsentStores. ConsentStores(namespace string) ConsentStoreNamespaceLister ConsentStoreListerExpansion }
ConsentStoreLister helps list ConsentStores. All objects returned here must be treated as read-only.
func NewConsentStoreLister ¶
func NewConsentStoreLister(indexer cache.Indexer) ConsentStoreLister
NewConsentStoreLister returns a new ConsentStoreLister.
type ConsentStoreListerExpansion ¶
type ConsentStoreListerExpansion interface{}
ConsentStoreListerExpansion allows custom methods to be added to ConsentStoreLister.
type ConsentStoreNamespaceLister ¶
type ConsentStoreNamespaceLister interface { // List lists all ConsentStores in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConsentStore, err error) // Get retrieves the ConsentStore from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConsentStore, error) ConsentStoreNamespaceListerExpansion }
ConsentStoreNamespaceLister helps list and get ConsentStores. All objects returned here must be treated as read-only.
type ConsentStoreNamespaceListerExpansion ¶
type ConsentStoreNamespaceListerExpansion interface{}
ConsentStoreNamespaceListerExpansion allows custom methods to be added to ConsentStoreNamespaceLister.
type DatasetIamBindingLister ¶
type DatasetIamBindingLister interface { // List lists all DatasetIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DatasetIamBinding, err error) // DatasetIamBindings returns an object that can list and get DatasetIamBindings. DatasetIamBindings(namespace string) DatasetIamBindingNamespaceLister DatasetIamBindingListerExpansion }
DatasetIamBindingLister helps list DatasetIamBindings. All objects returned here must be treated as read-only.
func NewDatasetIamBindingLister ¶
func NewDatasetIamBindingLister(indexer cache.Indexer) DatasetIamBindingLister
NewDatasetIamBindingLister returns a new DatasetIamBindingLister.
type DatasetIamBindingListerExpansion ¶
type DatasetIamBindingListerExpansion interface{}
DatasetIamBindingListerExpansion allows custom methods to be added to DatasetIamBindingLister.
type DatasetIamBindingNamespaceLister ¶
type DatasetIamBindingNamespaceLister interface { // List lists all DatasetIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DatasetIamBinding, err error) // Get retrieves the DatasetIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DatasetIamBinding, error) DatasetIamBindingNamespaceListerExpansion }
DatasetIamBindingNamespaceLister helps list and get DatasetIamBindings. All objects returned here must be treated as read-only.
type DatasetIamBindingNamespaceListerExpansion ¶
type DatasetIamBindingNamespaceListerExpansion interface{}
DatasetIamBindingNamespaceListerExpansion allows custom methods to be added to DatasetIamBindingNamespaceLister.
type DatasetIamMemberLister ¶
type DatasetIamMemberLister interface { // List lists all DatasetIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DatasetIamMember, err error) // DatasetIamMembers returns an object that can list and get DatasetIamMembers. DatasetIamMembers(namespace string) DatasetIamMemberNamespaceLister DatasetIamMemberListerExpansion }
DatasetIamMemberLister helps list DatasetIamMembers. All objects returned here must be treated as read-only.
func NewDatasetIamMemberLister ¶
func NewDatasetIamMemberLister(indexer cache.Indexer) DatasetIamMemberLister
NewDatasetIamMemberLister returns a new DatasetIamMemberLister.
type DatasetIamMemberListerExpansion ¶
type DatasetIamMemberListerExpansion interface{}
DatasetIamMemberListerExpansion allows custom methods to be added to DatasetIamMemberLister.
type DatasetIamMemberNamespaceLister ¶
type DatasetIamMemberNamespaceLister interface { // List lists all DatasetIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DatasetIamMember, err error) // Get retrieves the DatasetIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DatasetIamMember, error) DatasetIamMemberNamespaceListerExpansion }
DatasetIamMemberNamespaceLister helps list and get DatasetIamMembers. All objects returned here must be treated as read-only.
type DatasetIamMemberNamespaceListerExpansion ¶
type DatasetIamMemberNamespaceListerExpansion interface{}
DatasetIamMemberNamespaceListerExpansion allows custom methods to be added to DatasetIamMemberNamespaceLister.
type DatasetIamPolicyLister ¶
type DatasetIamPolicyLister interface { // List lists all DatasetIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DatasetIamPolicy, err error) // DatasetIamPolicies returns an object that can list and get DatasetIamPolicies. DatasetIamPolicies(namespace string) DatasetIamPolicyNamespaceLister DatasetIamPolicyListerExpansion }
DatasetIamPolicyLister helps list DatasetIamPolicies. All objects returned here must be treated as read-only.
func NewDatasetIamPolicyLister ¶
func NewDatasetIamPolicyLister(indexer cache.Indexer) DatasetIamPolicyLister
NewDatasetIamPolicyLister returns a new DatasetIamPolicyLister.
type DatasetIamPolicyListerExpansion ¶
type DatasetIamPolicyListerExpansion interface{}
DatasetIamPolicyListerExpansion allows custom methods to be added to DatasetIamPolicyLister.
type DatasetIamPolicyNamespaceLister ¶
type DatasetIamPolicyNamespaceLister interface { // List lists all DatasetIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DatasetIamPolicy, err error) // Get retrieves the DatasetIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DatasetIamPolicy, error) DatasetIamPolicyNamespaceListerExpansion }
DatasetIamPolicyNamespaceLister helps list and get DatasetIamPolicies. All objects returned here must be treated as read-only.
type DatasetIamPolicyNamespaceListerExpansion ¶
type DatasetIamPolicyNamespaceListerExpansion interface{}
DatasetIamPolicyNamespaceListerExpansion allows custom methods to be added to DatasetIamPolicyNamespaceLister.
type DatasetLister ¶
type DatasetLister interface { // List lists all Datasets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Dataset, err error) // Datasets returns an object that can list and get Datasets. Datasets(namespace string) DatasetNamespaceLister DatasetListerExpansion }
DatasetLister helps list Datasets. All objects returned here must be treated as read-only.
func NewDatasetLister ¶
func NewDatasetLister(indexer cache.Indexer) DatasetLister
NewDatasetLister returns a new DatasetLister.
type DatasetListerExpansion ¶
type DatasetListerExpansion interface{}
DatasetListerExpansion allows custom methods to be added to DatasetLister.
type DatasetNamespaceLister ¶
type DatasetNamespaceLister interface { // List lists all Datasets in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Dataset, err error) // Get retrieves the Dataset from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Dataset, error) DatasetNamespaceListerExpansion }
DatasetNamespaceLister helps list and get Datasets. All objects returned here must be treated as read-only.
type DatasetNamespaceListerExpansion ¶
type DatasetNamespaceListerExpansion interface{}
DatasetNamespaceListerExpansion allows custom methods to be added to DatasetNamespaceLister.
type DicomStoreIamBindingLister ¶
type DicomStoreIamBindingLister interface { // List lists all DicomStoreIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DicomStoreIamBinding, err error) // DicomStoreIamBindings returns an object that can list and get DicomStoreIamBindings. DicomStoreIamBindings(namespace string) DicomStoreIamBindingNamespaceLister DicomStoreIamBindingListerExpansion }
DicomStoreIamBindingLister helps list DicomStoreIamBindings. All objects returned here must be treated as read-only.
func NewDicomStoreIamBindingLister ¶
func NewDicomStoreIamBindingLister(indexer cache.Indexer) DicomStoreIamBindingLister
NewDicomStoreIamBindingLister returns a new DicomStoreIamBindingLister.
type DicomStoreIamBindingListerExpansion ¶
type DicomStoreIamBindingListerExpansion interface{}
DicomStoreIamBindingListerExpansion allows custom methods to be added to DicomStoreIamBindingLister.
type DicomStoreIamBindingNamespaceLister ¶
type DicomStoreIamBindingNamespaceLister interface { // List lists all DicomStoreIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DicomStoreIamBinding, err error) // Get retrieves the DicomStoreIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DicomStoreIamBinding, error) DicomStoreIamBindingNamespaceListerExpansion }
DicomStoreIamBindingNamespaceLister helps list and get DicomStoreIamBindings. All objects returned here must be treated as read-only.
type DicomStoreIamBindingNamespaceListerExpansion ¶
type DicomStoreIamBindingNamespaceListerExpansion interface{}
DicomStoreIamBindingNamespaceListerExpansion allows custom methods to be added to DicomStoreIamBindingNamespaceLister.
type DicomStoreIamMemberLister ¶
type DicomStoreIamMemberLister interface { // List lists all DicomStoreIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DicomStoreIamMember, err error) // DicomStoreIamMembers returns an object that can list and get DicomStoreIamMembers. DicomStoreIamMembers(namespace string) DicomStoreIamMemberNamespaceLister DicomStoreIamMemberListerExpansion }
DicomStoreIamMemberLister helps list DicomStoreIamMembers. All objects returned here must be treated as read-only.
func NewDicomStoreIamMemberLister ¶
func NewDicomStoreIamMemberLister(indexer cache.Indexer) DicomStoreIamMemberLister
NewDicomStoreIamMemberLister returns a new DicomStoreIamMemberLister.
type DicomStoreIamMemberListerExpansion ¶
type DicomStoreIamMemberListerExpansion interface{}
DicomStoreIamMemberListerExpansion allows custom methods to be added to DicomStoreIamMemberLister.
type DicomStoreIamMemberNamespaceLister ¶
type DicomStoreIamMemberNamespaceLister interface { // List lists all DicomStoreIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DicomStoreIamMember, err error) // Get retrieves the DicomStoreIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DicomStoreIamMember, error) DicomStoreIamMemberNamespaceListerExpansion }
DicomStoreIamMemberNamespaceLister helps list and get DicomStoreIamMembers. All objects returned here must be treated as read-only.
type DicomStoreIamMemberNamespaceListerExpansion ¶
type DicomStoreIamMemberNamespaceListerExpansion interface{}
DicomStoreIamMemberNamespaceListerExpansion allows custom methods to be added to DicomStoreIamMemberNamespaceLister.
type DicomStoreIamPolicyLister ¶
type DicomStoreIamPolicyLister interface { // List lists all DicomStoreIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DicomStoreIamPolicy, err error) // DicomStoreIamPolicies returns an object that can list and get DicomStoreIamPolicies. DicomStoreIamPolicies(namespace string) DicomStoreIamPolicyNamespaceLister DicomStoreIamPolicyListerExpansion }
DicomStoreIamPolicyLister helps list DicomStoreIamPolicies. All objects returned here must be treated as read-only.
func NewDicomStoreIamPolicyLister ¶
func NewDicomStoreIamPolicyLister(indexer cache.Indexer) DicomStoreIamPolicyLister
NewDicomStoreIamPolicyLister returns a new DicomStoreIamPolicyLister.
type DicomStoreIamPolicyListerExpansion ¶
type DicomStoreIamPolicyListerExpansion interface{}
DicomStoreIamPolicyListerExpansion allows custom methods to be added to DicomStoreIamPolicyLister.
type DicomStoreIamPolicyNamespaceLister ¶
type DicomStoreIamPolicyNamespaceLister interface { // List lists all DicomStoreIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DicomStoreIamPolicy, err error) // Get retrieves the DicomStoreIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DicomStoreIamPolicy, error) DicomStoreIamPolicyNamespaceListerExpansion }
DicomStoreIamPolicyNamespaceLister helps list and get DicomStoreIamPolicies. All objects returned here must be treated as read-only.
type DicomStoreIamPolicyNamespaceListerExpansion ¶
type DicomStoreIamPolicyNamespaceListerExpansion interface{}
DicomStoreIamPolicyNamespaceListerExpansion allows custom methods to be added to DicomStoreIamPolicyNamespaceLister.
type DicomStoreLister ¶
type DicomStoreLister interface { // List lists all DicomStores in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DicomStore, err error) // DicomStores returns an object that can list and get DicomStores. DicomStores(namespace string) DicomStoreNamespaceLister DicomStoreListerExpansion }
DicomStoreLister helps list DicomStores. All objects returned here must be treated as read-only.
func NewDicomStoreLister ¶
func NewDicomStoreLister(indexer cache.Indexer) DicomStoreLister
NewDicomStoreLister returns a new DicomStoreLister.
type DicomStoreListerExpansion ¶
type DicomStoreListerExpansion interface{}
DicomStoreListerExpansion allows custom methods to be added to DicomStoreLister.
type DicomStoreNamespaceLister ¶
type DicomStoreNamespaceLister interface { // List lists all DicomStores in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DicomStore, err error) // Get retrieves the DicomStore from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DicomStore, error) DicomStoreNamespaceListerExpansion }
DicomStoreNamespaceLister helps list and get DicomStores. All objects returned here must be treated as read-only.
type DicomStoreNamespaceListerExpansion ¶
type DicomStoreNamespaceListerExpansion interface{}
DicomStoreNamespaceListerExpansion allows custom methods to be added to DicomStoreNamespaceLister.
type FhirStoreIamBindingLister ¶
type FhirStoreIamBindingLister interface { // List lists all FhirStoreIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FhirStoreIamBinding, err error) // FhirStoreIamBindings returns an object that can list and get FhirStoreIamBindings. FhirStoreIamBindings(namespace string) FhirStoreIamBindingNamespaceLister FhirStoreIamBindingListerExpansion }
FhirStoreIamBindingLister helps list FhirStoreIamBindings. All objects returned here must be treated as read-only.
func NewFhirStoreIamBindingLister ¶
func NewFhirStoreIamBindingLister(indexer cache.Indexer) FhirStoreIamBindingLister
NewFhirStoreIamBindingLister returns a new FhirStoreIamBindingLister.
type FhirStoreIamBindingListerExpansion ¶
type FhirStoreIamBindingListerExpansion interface{}
FhirStoreIamBindingListerExpansion allows custom methods to be added to FhirStoreIamBindingLister.
type FhirStoreIamBindingNamespaceLister ¶
type FhirStoreIamBindingNamespaceLister interface { // List lists all FhirStoreIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FhirStoreIamBinding, err error) // Get retrieves the FhirStoreIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FhirStoreIamBinding, error) FhirStoreIamBindingNamespaceListerExpansion }
FhirStoreIamBindingNamespaceLister helps list and get FhirStoreIamBindings. All objects returned here must be treated as read-only.
type FhirStoreIamBindingNamespaceListerExpansion ¶
type FhirStoreIamBindingNamespaceListerExpansion interface{}
FhirStoreIamBindingNamespaceListerExpansion allows custom methods to be added to FhirStoreIamBindingNamespaceLister.
type FhirStoreIamMemberLister ¶
type FhirStoreIamMemberLister interface { // List lists all FhirStoreIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FhirStoreIamMember, err error) // FhirStoreIamMembers returns an object that can list and get FhirStoreIamMembers. FhirStoreIamMembers(namespace string) FhirStoreIamMemberNamespaceLister FhirStoreIamMemberListerExpansion }
FhirStoreIamMemberLister helps list FhirStoreIamMembers. All objects returned here must be treated as read-only.
func NewFhirStoreIamMemberLister ¶
func NewFhirStoreIamMemberLister(indexer cache.Indexer) FhirStoreIamMemberLister
NewFhirStoreIamMemberLister returns a new FhirStoreIamMemberLister.
type FhirStoreIamMemberListerExpansion ¶
type FhirStoreIamMemberListerExpansion interface{}
FhirStoreIamMemberListerExpansion allows custom methods to be added to FhirStoreIamMemberLister.
type FhirStoreIamMemberNamespaceLister ¶
type FhirStoreIamMemberNamespaceLister interface { // List lists all FhirStoreIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FhirStoreIamMember, err error) // Get retrieves the FhirStoreIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FhirStoreIamMember, error) FhirStoreIamMemberNamespaceListerExpansion }
FhirStoreIamMemberNamespaceLister helps list and get FhirStoreIamMembers. All objects returned here must be treated as read-only.
type FhirStoreIamMemberNamespaceListerExpansion ¶
type FhirStoreIamMemberNamespaceListerExpansion interface{}
FhirStoreIamMemberNamespaceListerExpansion allows custom methods to be added to FhirStoreIamMemberNamespaceLister.
type FhirStoreIamPolicyLister ¶
type FhirStoreIamPolicyLister interface { // List lists all FhirStoreIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FhirStoreIamPolicy, err error) // FhirStoreIamPolicies returns an object that can list and get FhirStoreIamPolicies. FhirStoreIamPolicies(namespace string) FhirStoreIamPolicyNamespaceLister FhirStoreIamPolicyListerExpansion }
FhirStoreIamPolicyLister helps list FhirStoreIamPolicies. All objects returned here must be treated as read-only.
func NewFhirStoreIamPolicyLister ¶
func NewFhirStoreIamPolicyLister(indexer cache.Indexer) FhirStoreIamPolicyLister
NewFhirStoreIamPolicyLister returns a new FhirStoreIamPolicyLister.
type FhirStoreIamPolicyListerExpansion ¶
type FhirStoreIamPolicyListerExpansion interface{}
FhirStoreIamPolicyListerExpansion allows custom methods to be added to FhirStoreIamPolicyLister.
type FhirStoreIamPolicyNamespaceLister ¶
type FhirStoreIamPolicyNamespaceLister interface { // List lists all FhirStoreIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FhirStoreIamPolicy, err error) // Get retrieves the FhirStoreIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FhirStoreIamPolicy, error) FhirStoreIamPolicyNamespaceListerExpansion }
FhirStoreIamPolicyNamespaceLister helps list and get FhirStoreIamPolicies. All objects returned here must be treated as read-only.
type FhirStoreIamPolicyNamespaceListerExpansion ¶
type FhirStoreIamPolicyNamespaceListerExpansion interface{}
FhirStoreIamPolicyNamespaceListerExpansion allows custom methods to be added to FhirStoreIamPolicyNamespaceLister.
type FhirStoreLister ¶
type FhirStoreLister interface { // List lists all FhirStores in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FhirStore, err error) // FhirStores returns an object that can list and get FhirStores. FhirStores(namespace string) FhirStoreNamespaceLister FhirStoreListerExpansion }
FhirStoreLister helps list FhirStores. All objects returned here must be treated as read-only.
func NewFhirStoreLister ¶
func NewFhirStoreLister(indexer cache.Indexer) FhirStoreLister
NewFhirStoreLister returns a new FhirStoreLister.
type FhirStoreListerExpansion ¶
type FhirStoreListerExpansion interface{}
FhirStoreListerExpansion allows custom methods to be added to FhirStoreLister.
type FhirStoreNamespaceLister ¶
type FhirStoreNamespaceLister interface { // List lists all FhirStores in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FhirStore, err error) // Get retrieves the FhirStore from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FhirStore, error) FhirStoreNamespaceListerExpansion }
FhirStoreNamespaceLister helps list and get FhirStores. All objects returned here must be treated as read-only.
type FhirStoreNamespaceListerExpansion ¶
type FhirStoreNamespaceListerExpansion interface{}
FhirStoreNamespaceListerExpansion allows custom methods to be added to FhirStoreNamespaceLister.
type Hl7V2StoreIamBindingLister ¶
type Hl7V2StoreIamBindingLister interface { // List lists all Hl7V2StoreIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Hl7V2StoreIamBinding, err error) // Hl7V2StoreIamBindings returns an object that can list and get Hl7V2StoreIamBindings. Hl7V2StoreIamBindings(namespace string) Hl7V2StoreIamBindingNamespaceLister Hl7V2StoreIamBindingListerExpansion }
Hl7V2StoreIamBindingLister helps list Hl7V2StoreIamBindings. All objects returned here must be treated as read-only.
func NewHl7V2StoreIamBindingLister ¶
func NewHl7V2StoreIamBindingLister(indexer cache.Indexer) Hl7V2StoreIamBindingLister
NewHl7V2StoreIamBindingLister returns a new Hl7V2StoreIamBindingLister.
type Hl7V2StoreIamBindingListerExpansion ¶
type Hl7V2StoreIamBindingListerExpansion interface{}
Hl7V2StoreIamBindingListerExpansion allows custom methods to be added to Hl7V2StoreIamBindingLister.
type Hl7V2StoreIamBindingNamespaceLister ¶
type Hl7V2StoreIamBindingNamespaceLister interface { // List lists all Hl7V2StoreIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Hl7V2StoreIamBinding, err error) // Get retrieves the Hl7V2StoreIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Hl7V2StoreIamBinding, error) Hl7V2StoreIamBindingNamespaceListerExpansion }
Hl7V2StoreIamBindingNamespaceLister helps list and get Hl7V2StoreIamBindings. All objects returned here must be treated as read-only.
type Hl7V2StoreIamBindingNamespaceListerExpansion ¶
type Hl7V2StoreIamBindingNamespaceListerExpansion interface{}
Hl7V2StoreIamBindingNamespaceListerExpansion allows custom methods to be added to Hl7V2StoreIamBindingNamespaceLister.
type Hl7V2StoreIamMemberLister ¶
type Hl7V2StoreIamMemberLister interface { // List lists all Hl7V2StoreIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Hl7V2StoreIamMember, err error) // Hl7V2StoreIamMembers returns an object that can list and get Hl7V2StoreIamMembers. Hl7V2StoreIamMembers(namespace string) Hl7V2StoreIamMemberNamespaceLister Hl7V2StoreIamMemberListerExpansion }
Hl7V2StoreIamMemberLister helps list Hl7V2StoreIamMembers. All objects returned here must be treated as read-only.
func NewHl7V2StoreIamMemberLister ¶
func NewHl7V2StoreIamMemberLister(indexer cache.Indexer) Hl7V2StoreIamMemberLister
NewHl7V2StoreIamMemberLister returns a new Hl7V2StoreIamMemberLister.
type Hl7V2StoreIamMemberListerExpansion ¶
type Hl7V2StoreIamMemberListerExpansion interface{}
Hl7V2StoreIamMemberListerExpansion allows custom methods to be added to Hl7V2StoreIamMemberLister.
type Hl7V2StoreIamMemberNamespaceLister ¶
type Hl7V2StoreIamMemberNamespaceLister interface { // List lists all Hl7V2StoreIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Hl7V2StoreIamMember, err error) // Get retrieves the Hl7V2StoreIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Hl7V2StoreIamMember, error) Hl7V2StoreIamMemberNamespaceListerExpansion }
Hl7V2StoreIamMemberNamespaceLister helps list and get Hl7V2StoreIamMembers. All objects returned here must be treated as read-only.
type Hl7V2StoreIamMemberNamespaceListerExpansion ¶
type Hl7V2StoreIamMemberNamespaceListerExpansion interface{}
Hl7V2StoreIamMemberNamespaceListerExpansion allows custom methods to be added to Hl7V2StoreIamMemberNamespaceLister.
type Hl7V2StoreIamPolicyLister ¶
type Hl7V2StoreIamPolicyLister interface { // List lists all Hl7V2StoreIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Hl7V2StoreIamPolicy, err error) // Hl7V2StoreIamPolicies returns an object that can list and get Hl7V2StoreIamPolicies. Hl7V2StoreIamPolicies(namespace string) Hl7V2StoreIamPolicyNamespaceLister Hl7V2StoreIamPolicyListerExpansion }
Hl7V2StoreIamPolicyLister helps list Hl7V2StoreIamPolicies. All objects returned here must be treated as read-only.
func NewHl7V2StoreIamPolicyLister ¶
func NewHl7V2StoreIamPolicyLister(indexer cache.Indexer) Hl7V2StoreIamPolicyLister
NewHl7V2StoreIamPolicyLister returns a new Hl7V2StoreIamPolicyLister.
type Hl7V2StoreIamPolicyListerExpansion ¶
type Hl7V2StoreIamPolicyListerExpansion interface{}
Hl7V2StoreIamPolicyListerExpansion allows custom methods to be added to Hl7V2StoreIamPolicyLister.
type Hl7V2StoreIamPolicyNamespaceLister ¶
type Hl7V2StoreIamPolicyNamespaceLister interface { // List lists all Hl7V2StoreIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Hl7V2StoreIamPolicy, err error) // Get retrieves the Hl7V2StoreIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Hl7V2StoreIamPolicy, error) Hl7V2StoreIamPolicyNamespaceListerExpansion }
Hl7V2StoreIamPolicyNamespaceLister helps list and get Hl7V2StoreIamPolicies. All objects returned here must be treated as read-only.
type Hl7V2StoreIamPolicyNamespaceListerExpansion ¶
type Hl7V2StoreIamPolicyNamespaceListerExpansion interface{}
Hl7V2StoreIamPolicyNamespaceListerExpansion allows custom methods to be added to Hl7V2StoreIamPolicyNamespaceLister.
type Hl7V2StoreLister ¶
type Hl7V2StoreLister interface { // List lists all Hl7V2Stores in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Hl7V2Store, err error) // Hl7V2Stores returns an object that can list and get Hl7V2Stores. Hl7V2Stores(namespace string) Hl7V2StoreNamespaceLister Hl7V2StoreListerExpansion }
Hl7V2StoreLister helps list Hl7V2Stores. All objects returned here must be treated as read-only.
func NewHl7V2StoreLister ¶
func NewHl7V2StoreLister(indexer cache.Indexer) Hl7V2StoreLister
NewHl7V2StoreLister returns a new Hl7V2StoreLister.
type Hl7V2StoreListerExpansion ¶
type Hl7V2StoreListerExpansion interface{}
Hl7V2StoreListerExpansion allows custom methods to be added to Hl7V2StoreLister.
type Hl7V2StoreNamespaceLister ¶
type Hl7V2StoreNamespaceLister interface { // List lists all Hl7V2Stores in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Hl7V2Store, err error) // Get retrieves the Hl7V2Store from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Hl7V2Store, error) Hl7V2StoreNamespaceListerExpansion }
Hl7V2StoreNamespaceLister helps list and get Hl7V2Stores. All objects returned here must be treated as read-only.
type Hl7V2StoreNamespaceListerExpansion ¶
type Hl7V2StoreNamespaceListerExpansion interface{}
Hl7V2StoreNamespaceListerExpansion allows custom methods to be added to Hl7V2StoreNamespaceLister.
Source Files ¶
- consentstore.go
- consentstoreiambinding.go
- consentstoreiammember.go
- consentstoreiampolicy.go
- dataset.go
- datasetiambinding.go
- datasetiammember.go
- datasetiampolicy.go
- dicomstore.go
- dicomstoreiambinding.go
- dicomstoreiammember.go
- dicomstoreiampolicy.go
- expansion_generated.go
- fhirstore.go
- fhirstoreiambinding.go
- fhirstoreiammember.go
- fhirstoreiampolicy.go
- hl7v2store.go
- hl7v2storeiambinding.go
- hl7v2storeiammember.go
- hl7v2storeiampolicy.go