package
1.20.6
Repository: https://github.com/arangodb-managed/oasisctl.git
Documentation: pkg.go.dev

# Functions

MustSelectAuditLog fetches an auditlog given ID, name, or URL and fails if no such item is found.
MustSelectAuditLogArchive fetches an auditlog archive given ID, name, or URL and fails if no such item is found.
MustSelectBackup fetches a backup with given ID, name, or URL and fails if no backup is found.
MustSelectBackupPolicy fetches a backup policy with given ID, name, or URL and fails if no backup policy is found.
MustSelectCACertificate fetches the CA certificate with given ID, name, or URL and fails if no certificate is found.
MustSelectDeployment fetches the deployment given ID, name, or URL and fails if no deployment is found.
MustSelectExampleDataset fetches an example dataset with given ID, name, or URL and fails if no such item is found.
MustSelectExampleDatasetInstallation fetches an example dataset installation with given ID, name, or URL and fails if no such item is found.
MustSelectGroup fetches the group with given ID, name, or URL and fails if no group is found.
MustSelectIPAllowlist fetches the IP allowlist with given ID, name, or URL and fails if no organization is found.
MustSelectMember fetches the member with given ID, name, or email and fails if no member is found.
MustSelectMetricsToken fetches the metrics token given ID, name, or URL and fails if no token is found.
MustSelectOrganization fetches the organization with given ID, name, or URL and fails if no organization is found.
MustSelectOrganizationInvite fetches the organization invite with given ID, email, or URL and fails if no invite is found.
MustSelectProject fetches the project with given ID, name, or URL and fails if no project is found.
MustSelectProvider fetches the provider with given ID, or name and fails if no provider is found.
MustSelectRegion fetches the region with given ID or location and fails if no region is found.
MustSelectRole fetches the role with given ID, name, or URL and fails if no role is found.
MustSelectTermsAndConditions fetches the terms and conditions with given ID.
SelectAuditLog fetches an auditlog with given ID, name, or URL or returns an error if not found.
SelectAuditLogArchive fetches an auditlog archive with given ID, name, or URL or returns an error if not found.
SelectBackup fetches a backup with given ID, name, or URL or returns an error if not found.
SelectBackup fetches a backup policy with given ID, name, or URL or returns an error if not found.
SelectCACertificate fetches the CA certificate with given ID, name, or URL and returns an error if not found.
SelectDeployment fetches the deployment given ID, name, or URL or returns an error if not found.
SelectExampleDataset fetches an example dataset with given ID, name, or URL or returns an error if not found.
SelectExampleDatasetInstallation fetches an example dataset with given ID, name, or URL or returns an error if not found.
SelectGroup fetches the group with given ID, name, or URL or returns an error if not found.
SelectIPAllowlist fetches the IP allowlist with given ID, name, or URL and fails if no allowlist is found.
SelectMember fetches the member with given ID, name, or email or returns an error if not found.
SelectMetricsToken fetches the metrics token given ID, name, or URL or returns an error if not found.
SelectOrganization fetches the organization with given ID, name, or URL or returns an error if not found.
SelectOrganizationInvite fetches the organization invite with given ID, email, or URL or returns an error if not found.
MustSelectProject fetches the project with given ID, name, or URL or returns an error if not found.
SelectProvider fetches the provider with given ID, or name or returns an error if not found.
SelectRegion fetches the region with given ID or location or returns an error if not found.
SelectRole fetches the role with given ID, name, or URL or returns an error if not found.
SelectTermsAndConditions fetches the terms and conditions with given ID.