package
0.13.0-this-is-a-test-3
Repository: https://github.com/3scale/3scale-operator.git
Documentation: pkg.go.dev
# Functions
BackendList returns a list of backend custom resources where all elements: - Sync state (ensure remote backend exist and in sync) - Same 3scale provider Account.
CreateAdminUser creates and active admin user
- portaClient
- tenantID
- email
- username
*/.
DeveloperUserProviderAccountFilter implements a response filter by providerAccount.
FetchTenant fetches tenant from 3scale
- tenantID
- portaClient
*/.
FindDeveloperUserList returns a list of developerusers custom resources: - Provide []ListOption to modify options for a list request.
No description provided by the author
FindUser finds users by email and username
- portaClient
- tenantID
- email
- username
*/.
GetInsecureSkipVerifyAnnotation extracts the insecure_skip_verify annotation from an object.
LookupProviderAccount looks up for account provider url and credentials If provider_account_reference is provided, it must exist and required fields must exists If no provider_account_reference is provided, defaul provider account secret with hardcoded name will be looked up in the namespace.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PortaClient instantiates porta_client.ThreeScaleClient from ProviderAccount object.
PortaClientFromURL instantiates porta_client.ThreeScaleClient from admin url object.
PortaClientFromURLString instantiates porta_client.ThreeScaleClient from url string.
ProductList returns a list of product custom resources where all elements: - Sync state (ensure remote product exist and in sync) - Same 3scale provider Account.
RetrieveTenantCR retrieves tenantCR of a tenant that matches the provider account org name
- providerAccount
- k8client
- logger
If the tenantList is empty it will return nil, nil
If tenantCR for given providerAccount org is not present, it will return nil, nil
*/.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
DeveloperUserListFilter defines the function signature to implement filter.