Documentation ¶
Index ¶
- type KeycloakClientLister
- type KeycloakClientListerExpansion
- type KeycloakClientNamespaceLister
- type KeycloakClientNamespaceListerExpansion
- type KeycloakLister
- type KeycloakListerExpansion
- type KeycloakNamespaceLister
- type KeycloakNamespaceListerExpansion
- type KeycloakRealmLister
- type KeycloakRealmListerExpansion
- type KeycloakRealmNamespaceLister
- type KeycloakRealmNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeycloakClientLister ¶
type KeycloakClientLister interface { // List lists all KeycloakClients in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeycloakClient, err error) // KeycloakClients returns an object that can list and get KeycloakClients. KeycloakClients(namespace string) KeycloakClientNamespaceLister KeycloakClientListerExpansion }
KeycloakClientLister helps list KeycloakClients. All objects returned here must be treated as read-only.
func NewKeycloakClientLister ¶
func NewKeycloakClientLister(indexer cache.Indexer) KeycloakClientLister
NewKeycloakClientLister returns a new KeycloakClientLister.
type KeycloakClientListerExpansion ¶
type KeycloakClientListerExpansion interface{}
KeycloakClientListerExpansion allows custom methods to be added to KeycloakClientLister.
type KeycloakClientNamespaceLister ¶
type KeycloakClientNamespaceLister interface { // List lists all KeycloakClients in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeycloakClient, err error) // Get retrieves the KeycloakClient from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KeycloakClient, error) KeycloakClientNamespaceListerExpansion }
KeycloakClientNamespaceLister helps list and get KeycloakClients. All objects returned here must be treated as read-only.
type KeycloakClientNamespaceListerExpansion ¶
type KeycloakClientNamespaceListerExpansion interface{}
KeycloakClientNamespaceListerExpansion allows custom methods to be added to KeycloakClientNamespaceLister.
type KeycloakLister ¶
type KeycloakLister interface { // List lists all Keycloaks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Keycloak, err error) // Keycloaks returns an object that can list and get Keycloaks. Keycloaks(namespace string) KeycloakNamespaceLister KeycloakListerExpansion }
KeycloakLister helps list Keycloaks. All objects returned here must be treated as read-only.
func NewKeycloakLister ¶
func NewKeycloakLister(indexer cache.Indexer) KeycloakLister
NewKeycloakLister returns a new KeycloakLister.
type KeycloakListerExpansion ¶
type KeycloakListerExpansion interface{}
KeycloakListerExpansion allows custom methods to be added to KeycloakLister.
type KeycloakNamespaceLister ¶
type KeycloakNamespaceLister interface { // List lists all Keycloaks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Keycloak, err error) // Get retrieves the Keycloak from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Keycloak, error) KeycloakNamespaceListerExpansion }
KeycloakNamespaceLister helps list and get Keycloaks. All objects returned here must be treated as read-only.
type KeycloakNamespaceListerExpansion ¶
type KeycloakNamespaceListerExpansion interface{}
KeycloakNamespaceListerExpansion allows custom methods to be added to KeycloakNamespaceLister.
type KeycloakRealmLister ¶
type KeycloakRealmLister interface { // List lists all KeycloakRealms in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeycloakRealm, err error) // KeycloakRealms returns an object that can list and get KeycloakRealms. KeycloakRealms(namespace string) KeycloakRealmNamespaceLister KeycloakRealmListerExpansion }
KeycloakRealmLister helps list KeycloakRealms. All objects returned here must be treated as read-only.
func NewKeycloakRealmLister ¶
func NewKeycloakRealmLister(indexer cache.Indexer) KeycloakRealmLister
NewKeycloakRealmLister returns a new KeycloakRealmLister.
type KeycloakRealmListerExpansion ¶
type KeycloakRealmListerExpansion interface{}
KeycloakRealmListerExpansion allows custom methods to be added to KeycloakRealmLister.
type KeycloakRealmNamespaceLister ¶
type KeycloakRealmNamespaceLister interface { // List lists all KeycloakRealms in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeycloakRealm, err error) // Get retrieves the KeycloakRealm from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KeycloakRealm, error) KeycloakRealmNamespaceListerExpansion }
KeycloakRealmNamespaceLister helps list and get KeycloakRealms. All objects returned here must be treated as read-only.
type KeycloakRealmNamespaceListerExpansion ¶
type KeycloakRealmNamespaceListerExpansion interface{}
KeycloakRealmNamespaceListerExpansion allows custom methods to be added to KeycloakRealmNamespaceLister.