Documentation
¶
Index ¶
Constants ¶
View Source
const ( BucketHostedNotSupported string = "" /* 165-byte string literal not displayed */ BucketInvalidName string = "" /* 131-byte string literal not displayed */ BucketInvalidMemoryQuota string = "expected a value greater than 100 MiB, got %v MiB" BucketInvalidConflictResolution string = "expected a valid value for conflict resolution {lww, seqno}, got %s" DatabaseUserHostedNotSupported string = "" /* 172-byte string literal not displayed */ DatabaseUserInvalidPassword string = "password must contain 8+ characters, 1+ lowercase, 1+ uppercase, 1+ symbols, 1+ numbers" DatabaseUserInvalidBucketAccess string = "expected a valid value for bucket access {data_reader, data_writer}, got %s" DatabaseUserInvalidAllBucketAccess string = "expected a valid value for all bucket access {data_reader, data_writer}, got %s" HostedClusterInvalidProvider string = "expected a valid value for provider {aws, azure}, got %s" HostedClusterInvalidRegion string = "expected a valid region for the cloud provider, got %s" HostedClusterInvalidCIDR string = "expected a valid CIDR address, got %s" HostedClusterInvalidSupportPackageTimezone string = "expected a valid value for timzone {ET, GMT, IST, PT}, got %s" HostedClusterInvalidSupportPackageType string = "expected a valid value for support package type {Basic, DeveloperPro, Enterprise}, got %s" HostedClusterInvalidCompute string = "expected a valid value for compute instance, got %s" HostedClusterInvalidIOPS string = "" /* 140-byte string literal not displayed */ VpcClusterUpdateNotSupported string = "" /* 151-byte string literal not displayed */ VpcClusterInvalidAwsInstance string = "expected a valid value Aws instance, got %s" VpcClusterInvalidAzureInstance string = "expected a valid value Azure instance, got %s" VpcClusterInvalidAzureVolumeSize string = "expected a valid value for Azure size, got %s" VpcClusterServerDoesNotMatchProvider string = "cluster's server should be the same as the cloud provider" ClusterInvalidName string = "" /* 189-byte string literal not displayed */ ClusterInvalidSize string = "expected a value between 2 and 27, got %v" ClusterInvalidCouchbaseService string = "expected a valid value for service {data, index, query, search, eventing, analytics}, got %s" ClusterInvalidStorageType string = "expected a valid value for storage type {GP3, IO2}, got %s" ClusterProblemAccessing string = "a problem occurred while accessing the cluster" ClusterInvalidStorageSize string = "expected a value between 50 and 16000, got %v" ProjectDeleteClustersStillAssociated string = "Project cannot be deleted whilst there are still clusters associated with the project" )
Variables ¶
This section is empty.
Functions ¶
func IsValidUUID ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.