Documentation
¶
Index ¶
- Variables
- type AgentCF
- func (*AgentCF) Descriptor() ([]byte, []int)deprecated
- func (x *AgentCF) GetConfiguration() *AgentConfigurationCF
- func (x *AgentCF) GetInfoCacheErrorTtl() *durationpb.Duration
- func (x *AgentCF) GetInfoCacheTtl() *durationpb.Duration
- func (x *AgentCF) GetKubernetesApi() *KubernetesApiCF
- func (x *AgentCF) GetListen() *ListenAgentCF
- func (x *AgentCF) GetReceptiveAgent() *ReceptiveAgentCF
- func (x *AgentCF) GetRedisConnInfoGc() *durationpb.Duration
- func (x *AgentCF) GetRedisConnInfoRefresh() *durationpb.Duration
- func (x *AgentCF) GetRedisConnInfoTtl() *durationpb.Duration
- func (x *AgentCF) GetRemoteDevelopment() *RemoteDevelopmentCF
- func (*AgentCF) ProtoMessage()
- func (x *AgentCF) ProtoReflect() protoreflect.Message
- func (x *AgentCF) Reset()
- func (x *AgentCF) String() string
- type AgentConfigurationCF
- func (*AgentConfigurationCF) Descriptor() ([]byte, []int)deprecated
- func (x *AgentConfigurationCF) GetMaxConfigurationFileSize() uint32
- func (x *AgentConfigurationCF) GetPollPeriod() *durationpb.Duration
- func (*AgentConfigurationCF) ProtoMessage()
- func (x *AgentConfigurationCF) ProtoReflect() protoreflect.Message
- func (x *AgentConfigurationCF) Reset()
- func (x *AgentConfigurationCF) String() string
- type ApiCF
- type AutoFlowCF
- func (*AutoFlowCF) Descriptor() ([]byte, []int)deprecated
- func (x *AutoFlowCF) GetCentralDatabaseConnectionFile() string
- func (x *AutoFlowCF) GetWorkflowDatabaseConnectionsDir() string
- func (*AutoFlowCF) ProtoMessage()
- func (x *AutoFlowCF) ProtoReflect() protoreflect.Message
- func (x *AutoFlowCF) Reset()
- func (x *AutoFlowCF) String() string
- type ConfigCF
- type ConfigurationFile
- func (*ConfigurationFile) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigurationFile) GetAgent() *AgentCF
- func (x *ConfigurationFile) GetApi() *ApiCF
- func (x *ConfigurationFile) GetAutoflow() *AutoFlowCF
- func (x *ConfigurationFile) GetConfig() *ConfigCF
- func (x *ConfigurationFile) GetEventsPlatform() *EventsPlatformCF
- func (x *ConfigurationFile) GetGitaly() *GitalyCF
- func (x *ConfigurationFile) GetGitlab() *GitLabCF
- func (x *ConfigurationFile) GetObservability() *ObservabilityCF
- func (x *ConfigurationFile) GetPrivateApi() *PrivateApiCF
- func (x *ConfigurationFile) GetRedis() *RedisCF
- func (x *ConfigurationFile) GetWorkspaces() *WorkspacesCF
- func (*ConfigurationFile) ProtoMessage()
- func (x *ConfigurationFile) ProtoReflect() protoreflect.Message
- func (x *ConfigurationFile) Reset()
- func (x *ConfigurationFile) String() string
- type EventsPlatformCF
- type GitLabCF
- func (*GitLabCF) Descriptor() ([]byte, []int)deprecated
- func (x *GitLabCF) ExternalURL() string
- func (x *GitLabCF) GetAddress() string
- func (x *GitLabCF) GetApiRateLimit() *TokenBucketRateLimitCF
- func (x *GitLabCF) GetAuthenticationSecretFile() string
- func (x *GitLabCF) GetCaCertificateFile() string
- func (x *GitLabCF) GetExternalUrl() string
- func (*GitLabCF) ProtoMessage()
- func (x *GitLabCF) ProtoReflect() protoreflect.Message
- func (x *GitLabCF) Reset()
- func (x *GitLabCF) String() string
- type GitalyCF
- func (*GitalyCF) Descriptor() ([]byte, []int)deprecated
- func (x *GitalyCF) GetClientRetry() *GrpcClientRetryCF
- func (x *GitalyCF) GetGlobalApiRateLimit() *TokenBucketRateLimitCF
- func (x *GitalyCF) GetPerServerApiRateLimit() *TokenBucketRateLimitCF
- func (*GitalyCF) ProtoMessage()
- func (x *GitalyCF) ProtoReflect() protoreflect.Message
- func (x *GitalyCF) Reset()
- func (x *GitalyCF) String() string
- type GoogleProfilerCF
- func (*GoogleProfilerCF) Descriptor() ([]byte, []int)deprecated
- func (x *GoogleProfilerCF) GetCredentialsFile() string
- func (x *GoogleProfilerCF) GetDebugLogging() bool
- func (x *GoogleProfilerCF) GetEnabled() bool
- func (x *GoogleProfilerCF) GetProjectId() string
- func (*GoogleProfilerCF) ProtoMessage()
- func (x *GoogleProfilerCF) ProtoReflect() protoreflect.Message
- func (x *GoogleProfilerCF) Reset()
- func (x *GoogleProfilerCF) String() string
- type GrpcClientRetryCF
- func (*GrpcClientRetryCF) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcClientRetryCF) GetBackoffMultiplier() float32
- func (x *GrpcClientRetryCF) GetInitialBackoff() *durationpb.Duration
- func (x *GrpcClientRetryCF) GetMaxAttempts() uint32
- func (x *GrpcClientRetryCF) GetMaxBackoff() *durationpb.Duration
- func (*GrpcClientRetryCF) ProtoMessage()
- func (x *GrpcClientRetryCF) ProtoReflect() protoreflect.Message
- func (x *GrpcClientRetryCF) Reset()
- func (x *GrpcClientRetryCF) String() string
- type KubernetesApiCF
- func (*KubernetesApiCF) Descriptor() ([]byte, []int)deprecated
- func (x *KubernetesApiCF) GetAllowedAgentCacheErrorTtl() *durationpb.Duration
- func (x *KubernetesApiCF) GetAllowedAgentCacheTtl() *durationpb.Duration
- func (x *KubernetesApiCF) GetExtraAllowedResponseHeaders() []string
- func (x *KubernetesApiCF) GetListen() *ListenCF
- func (x *KubernetesApiCF) GetUrlPathPrefix() string
- func (x *KubernetesApiCF) GetWebsocketTokenSecretFile() string
- func (*KubernetesApiCF) ProtoMessage()
- func (x *KubernetesApiCF) ProtoReflect() protoreflect.Message
- func (x *KubernetesApiCF) Reset()
- func (x *KubernetesApiCF) String() string
- type ListenAgentCF
- func (*ListenAgentCF) Descriptor() ([]byte, []int)deprecated
- func (x *ListenAgentCF) GetAddress() string
- func (x *ListenAgentCF) GetCertificateFile() string
- func (x *ListenAgentCF) GetConnectionsPerTokenPerMinute() uint32
- func (x *ListenAgentCF) GetKeyFile() string
- func (x *ListenAgentCF) GetListenGracePeriod() *durationpb.Duration
- func (x *ListenAgentCF) GetMaxConnectionAge() *durationpb.Duration
- func (x *ListenAgentCF) GetNetwork() string
- func (x *ListenAgentCF) GetWebsocket() bool
- func (*ListenAgentCF) ProtoMessage()
- func (x *ListenAgentCF) ProtoReflect() protoreflect.Message
- func (x *ListenAgentCF) Reset()
- func (x *ListenAgentCF) String() string
- type ListenApiCF
- func (*ListenApiCF) Descriptor() ([]byte, []int)deprecated
- func (x *ListenApiCF) GetAddress() string
- func (x *ListenApiCF) GetAuthenticationSecretFile() string
- func (x *ListenApiCF) GetCertificateFile() string
- func (x *ListenApiCF) GetKeyFile() string
- func (x *ListenApiCF) GetListenGracePeriod() *durationpb.Duration
- func (x *ListenApiCF) GetMaxConnectionAge() *durationpb.Duration
- func (x *ListenApiCF) GetNetwork() string
- func (*ListenApiCF) ProtoMessage()
- func (x *ListenApiCF) ProtoReflect() protoreflect.Message
- func (x *ListenApiCF) Reset()
- func (x *ListenApiCF) String() string
- type ListenCF
- func (*ListenCF) Descriptor() ([]byte, []int)deprecated
- func (x *ListenCF) GetAddress() string
- func (x *ListenCF) GetCertificateFile() string
- func (x *ListenCF) GetKeyFile() string
- func (x *ListenCF) GetListenGracePeriod() *durationpb.Duration
- func (x *ListenCF) GetNetwork() string
- func (x *ListenCF) GetShutdownGracePeriod() *durationpb.Duration
- func (*ListenCF) ProtoMessage()
- func (x *ListenCF) ProtoReflect() protoreflect.Message
- func (x *ListenCF) Reset()
- func (x *ListenCF) String() string
- type ListenPrivateApiCF
- func (*ListenPrivateApiCF) Descriptor() ([]byte, []int)deprecated
- func (x *ListenPrivateApiCF) GetAddress() string
- func (x *ListenPrivateApiCF) GetAuthenticationSecretFile() string
- func (x *ListenPrivateApiCF) GetCaCertificateFile() string
- func (x *ListenPrivateApiCF) GetCertificateFile() string
- func (x *ListenPrivateApiCF) GetKeyFile() string
- func (x *ListenPrivateApiCF) GetListenGracePeriod() *durationpb.Duration
- func (x *ListenPrivateApiCF) GetMaxConnectionAge() *durationpb.Duration
- func (x *ListenPrivateApiCF) GetNetwork() string
- func (x *ListenPrivateApiCF) IsTLSEnabled() bool
- func (*ListenPrivateApiCF) ProtoMessage()
- func (x *ListenPrivateApiCF) ProtoReflect() protoreflect.Message
- func (x *ListenPrivateApiCF) Reset()
- func (x *ListenPrivateApiCF) String() string
- type LivenessProbeCF
- type LogLevelEnum
- func (LogLevelEnum) Descriptor() protoreflect.EnumDescriptor
- func (x LogLevelEnum) Enum() *LogLevelEnum
- func (LogLevelEnum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LogLevelEnum) Number() protoreflect.EnumNumber
- func (x LogLevelEnum) String() string
- func (LogLevelEnum) Type() protoreflect.EnumType
- type LoggingCF
- func (*LoggingCF) Descriptor() ([]byte, []int)deprecated
- func (x *LoggingCF) GetGrpcLevel() LogLevelEnum
- func (x *LoggingCF) GetLevel() LogLevelEnum
- func (*LoggingCF) ProtoMessage()
- func (x *LoggingCF) ProtoReflect() protoreflect.Message
- func (x *LoggingCF) Reset()
- func (x *LoggingCF) String() string
- type ObservabilityCF
- func (*ObservabilityCF) Descriptor() ([]byte, []int)deprecated
- func (x *ObservabilityCF) GetEventReportingPeriod() *durationpb.Duration
- func (x *ObservabilityCF) GetGoogleProfiler() *GoogleProfilerCF
- func (x *ObservabilityCF) GetListen() *ObservabilityListenCF
- func (x *ObservabilityCF) GetLivenessProbe() *LivenessProbeCF
- func (x *ObservabilityCF) GetLogging() *LoggingCF
- func (x *ObservabilityCF) GetPrometheus() *PrometheusCF
- func (x *ObservabilityCF) GetReadinessProbe() *ReadinessProbeCF
- func (x *ObservabilityCF) GetSentry() *SentryCF
- func (x *ObservabilityCF) GetTracing() *TracingCF
- func (x *ObservabilityCF) GetUsageReportingPeriod() *durationpb.Duration
- func (*ObservabilityCF) ProtoMessage()
- func (x *ObservabilityCF) ProtoReflect() protoreflect.Message
- func (x *ObservabilityCF) Reset()
- func (x *ObservabilityCF) String() string
- type ObservabilityListenCF
- func (*ObservabilityListenCF) Descriptor() ([]byte, []int)deprecated
- func (x *ObservabilityListenCF) GetAddress() string
- func (x *ObservabilityListenCF) GetCertificateFile() string
- func (x *ObservabilityListenCF) GetKeyFile() string
- func (x *ObservabilityListenCF) GetNetwork() string
- func (*ObservabilityListenCF) ProtoMessage()
- func (x *ObservabilityListenCF) ProtoReflect() protoreflect.Message
- func (x *ObservabilityListenCF) Reset()
- func (x *ObservabilityListenCF) String() string
- type PrivateApiCF
- type PrometheusCF
- type ReadinessProbeCF
- type ReceptiveAgentCF
- func (*ReceptiveAgentCF) Descriptor() ([]byte, []int)deprecated
- func (x *ReceptiveAgentCF) GetPollPeriod() *durationpb.Duration
- func (*ReceptiveAgentCF) ProtoMessage()
- func (x *ReceptiveAgentCF) ProtoReflect() protoreflect.Message
- func (x *ReceptiveAgentCF) Reset()
- func (x *ReceptiveAgentCF) String() string
- type RedisAzureCF
- func (*RedisAzureCF) Descriptor() ([]byte, []int)deprecated
- func (x *RedisAzureCF) GetAuthType() string
- func (x *RedisAzureCF) GetObjectId() string
- func (x *RedisAzureCF) GetScope() string
- func (*RedisAzureCF) ProtoMessage()
- func (x *RedisAzureCF) ProtoReflect() protoreflect.Message
- func (x *RedisAzureCF) Reset()
- func (x *RedisAzureCF) String() string
- type RedisCF
- func (*RedisCF) Descriptor() ([]byte, []int)deprecated
- func (x *RedisCF) GetDatabaseIndex() int32
- func (x *RedisCF) GetDialTimeout() *durationpb.Duration
- func (x *RedisCF) GetIdleTimeout() *durationpb.Duration
- func (x *RedisCF) GetKeyPrefix() string
- func (x *RedisCF) GetNetwork() string
- func (x *RedisCF) GetPassword() string
- func (x *RedisCF) GetPasswordFile() string
- func (x *RedisCF) GetPipelineMultiplex() uint32
- func (x *RedisCF) GetPoolSize() uint32
- func (x *RedisCF) GetReadTimeout() *durationpb.Duration
- func (x *RedisCF) GetRedisConfig() isRedisCF_RedisConfig
- func (x *RedisCF) GetSentinel() *RedisSentinelCF
- func (x *RedisCF) GetServer() *RedisServerCF
- func (x *RedisCF) GetTls() *RedisTLSCF
- func (x *RedisCF) GetUsername() string
- func (x *RedisCF) GetWriteTimeout() *durationpb.Duration
- func (*RedisCF) ProtoMessage()
- func (x *RedisCF) ProtoReflect() protoreflect.Message
- func (x *RedisCF) Reset()
- func (x *RedisCF) String() string
- type RedisCF_Sentinel
- type RedisCF_Server
- type RedisCredentialsProviderCF
- func (*RedisCredentialsProviderCF) Descriptor() ([]byte, []int)deprecated
- func (x *RedisCredentialsProviderCF) GetAzure() *RedisAzureCF
- func (x *RedisCredentialsProviderCF) GetProvider() isRedisCredentialsProviderCF_Provider
- func (*RedisCredentialsProviderCF) ProtoMessage()
- func (x *RedisCredentialsProviderCF) ProtoReflect() protoreflect.Message
- func (x *RedisCredentialsProviderCF) Reset()
- func (x *RedisCredentialsProviderCF) String() string
- type RedisCredentialsProviderCF_Azure
- type RedisSentinelCF
- func (*RedisSentinelCF) Descriptor() ([]byte, []int)deprecated
- func (x *RedisSentinelCF) GetAddresses() []string
- func (x *RedisSentinelCF) GetMasterName() string
- func (x *RedisSentinelCF) GetSentinelPasswordFile() string
- func (x *RedisSentinelCF) GetTls() *RedisSentinelTLSCF
- func (x *RedisSentinelCF) GetUsername() string
- func (*RedisSentinelCF) ProtoMessage()
- func (x *RedisSentinelCF) ProtoReflect() protoreflect.Message
- func (x *RedisSentinelCF) Reset()
- func (x *RedisSentinelCF) String() string
- type RedisSentinelTLSCF
- func (*RedisSentinelTLSCF) Descriptor() ([]byte, []int)deprecated
- func (x *RedisSentinelTLSCF) GetCaCertificateFile() string
- func (x *RedisSentinelTLSCF) GetCertificateFile() string
- func (x *RedisSentinelTLSCF) GetEnabled() bool
- func (x *RedisSentinelTLSCF) GetKeyFile() string
- func (*RedisSentinelTLSCF) ProtoMessage()
- func (x *RedisSentinelTLSCF) ProtoReflect() protoreflect.Message
- func (x *RedisSentinelTLSCF) Reset()
- func (x *RedisSentinelTLSCF) String() string
- type RedisServerCF
- func (*RedisServerCF) Descriptor() ([]byte, []int)deprecated
- func (x *RedisServerCF) GetAddress() string
- func (x *RedisServerCF) GetCredentialsProvider() *RedisCredentialsProviderCF
- func (*RedisServerCF) ProtoMessage()
- func (x *RedisServerCF) ProtoReflect() protoreflect.Message
- func (x *RedisServerCF) Reset()
- func (x *RedisServerCF) String() string
- type RedisTLSCF
- func (*RedisTLSCF) Descriptor() ([]byte, []int)deprecated
- func (x *RedisTLSCF) GetCaCertificateFile() string
- func (x *RedisTLSCF) GetCertificateFile() string
- func (x *RedisTLSCF) GetEnabled() bool
- func (x *RedisTLSCF) GetKeyFile() string
- func (*RedisTLSCF) ProtoMessage()
- func (x *RedisTLSCF) ProtoReflect() protoreflect.Message
- func (x *RedisTLSCF) Reset()
- func (x *RedisTLSCF) String() string
- type RemoteDevelopmentCF
- func (*RemoteDevelopmentCF) Descriptor() ([]byte, []int)deprecated
- func (x *RemoteDevelopmentCF) GetPollPeriod() *durationpb.Duration
- func (*RemoteDevelopmentCF) ProtoMessage()
- func (x *RemoteDevelopmentCF) ProtoReflect() protoreflect.Message
- func (x *RemoteDevelopmentCF) Reset()
- func (x *RemoteDevelopmentCF) String() string
- type SentryCF
- type TokenBucketRateLimitCF
- func (*TokenBucketRateLimitCF) Descriptor() ([]byte, []int)deprecated
- func (x *TokenBucketRateLimitCF) GetBucketSize() uint32
- func (x *TokenBucketRateLimitCF) GetRefillRatePerSecond() float64
- func (*TokenBucketRateLimitCF) ProtoMessage()
- func (x *TokenBucketRateLimitCF) ProtoReflect() protoreflect.Message
- func (x *TokenBucketRateLimitCF) Reset()
- func (x *TokenBucketRateLimitCF) String() string
- type TracingCF
- func (*TracingCF) Descriptor() ([]byte, []int)deprecated
- func (x *TracingCF) GetGrpcClientEnabled() bool
- func (x *TracingCF) GetGrpcServerEnabled() bool
- func (x *TracingCF) GetHttpClientEnabled() bool
- func (x *TracingCF) GetHttpServerEnabled() bool
- func (x *TracingCF) GetOtlpCaCertificateFile() string
- func (x *TracingCF) GetOtlpEndpoint() string
- func (x *TracingCF) GetOtlpTokenSecretFile() string
- func (x *TracingCF) GetRedisEnabled() bool
- func (*TracingCF) ProtoMessage()
- func (x *TracingCF) ProtoReflect() protoreflect.Message
- func (x *TracingCF) Reset()
- func (x *TracingCF) String() string
- type WorkspacesCF
- func (*WorkspacesCF) Descriptor() ([]byte, []int)deprecated
- func (x *WorkspacesCF) GetEnabled() bool
- func (x *WorkspacesCF) GetListen() *WorkspacesListenCF
- func (*WorkspacesCF) ProtoMessage()
- func (x *WorkspacesCF) ProtoReflect() protoreflect.Message
- func (x *WorkspacesCF) Reset()
- func (x *WorkspacesCF) String() string
- type WorkspacesListenCF
- func (*WorkspacesListenCF) Descriptor() ([]byte, []int)deprecated
- func (x *WorkspacesListenCF) GetAddress() string
- func (x *WorkspacesListenCF) GetListenGracePeriod() *durationpb.Duration
- func (x *WorkspacesListenCF) GetNetwork() string
- func (x *WorkspacesListenCF) GetShutdownGracePeriod() *durationpb.Duration
- func (*WorkspacesListenCF) ProtoMessage()
- func (x *WorkspacesListenCF) ProtoReflect() protoreflect.Message
- func (x *WorkspacesListenCF) Reset()
- func (x *WorkspacesListenCF) String() string
Constants ¶
This section is empty.
Variables ¶
var ( LogLevelEnum_name = map[int32]string{ 0: "info", 1: "debug", 2: "warn", 3: "error", } LogLevelEnum_value = map[string]int32{ "info": 0, "debug": 1, "warn": 2, "error": 3, } )
Enum value maps for LogLevelEnum.
var File_pkg_kascfg_kascfg_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AgentCF ¶
type AgentCF struct {
Listen *ListenAgentCF `protobuf:"bytes,1,opt,name=listen" json:"listen,omitempty"`
Configuration *AgentConfigurationCF `protobuf:"bytes,2,opt,name=configuration" json:"configuration,omitempty"`
InfoCacheTtl *durationpb.Duration `protobuf:"bytes,4,opt,name=info_cache_ttl" json:"info_cache_ttl,omitempty"`
InfoCacheErrorTtl *durationpb.Duration `protobuf:"bytes,5,opt,name=info_cache_error_ttl" json:"info_cache_error_ttl,omitempty"`
RedisConnInfoTtl *durationpb.Duration `protobuf:"bytes,7,opt,name=redis_conn_info_ttl" json:"redis_conn_info_ttl,omitempty"`
RedisConnInfoRefresh *durationpb.Duration `protobuf:"bytes,8,opt,name=redis_conn_info_refresh" json:"redis_conn_info_refresh,omitempty"`
RedisConnInfoGc *durationpb.Duration `protobuf:"bytes,9,opt,name=redis_conn_info_gc" json:"redis_conn_info_gc,omitempty"`
KubernetesApi *KubernetesApiCF `protobuf:"bytes,10,opt,name=kubernetes_api" json:"kubernetes_api,omitempty"`
RemoteDevelopment *RemoteDevelopmentCF `protobuf:"bytes,11,opt,name=remote_development" json:"remote_development,omitempty"`
ReceptiveAgent *ReceptiveAgentCF `protobuf:"bytes,12,opt,name=receptive_agent" json:"receptive_agent,omitempty"`
// contains filtered or unexported fields
}
func (*AgentCF) Descriptor
deprecated
func (*AgentCF) GetConfiguration ¶
func (x *AgentCF) GetConfiguration() *AgentConfigurationCF
func (*AgentCF) GetInfoCacheErrorTtl ¶
func (x *AgentCF) GetInfoCacheErrorTtl() *durationpb.Duration
func (*AgentCF) GetInfoCacheTtl ¶
func (x *AgentCF) GetInfoCacheTtl() *durationpb.Duration
func (*AgentCF) GetKubernetesApi ¶
func (x *AgentCF) GetKubernetesApi() *KubernetesApiCF
func (*AgentCF) GetListen ¶
func (x *AgentCF) GetListen() *ListenAgentCF
func (*AgentCF) GetReceptiveAgent ¶
func (x *AgentCF) GetReceptiveAgent() *ReceptiveAgentCF
func (*AgentCF) GetRedisConnInfoGc ¶
func (x *AgentCF) GetRedisConnInfoGc() *durationpb.Duration
func (*AgentCF) GetRedisConnInfoRefresh ¶
func (x *AgentCF) GetRedisConnInfoRefresh() *durationpb.Duration
func (*AgentCF) GetRedisConnInfoTtl ¶
func (x *AgentCF) GetRedisConnInfoTtl() *durationpb.Duration
func (*AgentCF) GetRemoteDevelopment ¶
func (x *AgentCF) GetRemoteDevelopment() *RemoteDevelopmentCF
func (*AgentCF) ProtoMessage ¶
func (*AgentCF) ProtoMessage()
func (*AgentCF) ProtoReflect ¶
func (x *AgentCF) ProtoReflect() protoreflect.Message
type AgentConfigurationCF ¶
type AgentConfigurationCF struct {
PollPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=poll_period" json:"poll_period,omitempty"`
MaxConfigurationFileSize uint32 `protobuf:"varint,2,opt,name=max_configuration_file_size" json:"max_configuration_file_size,omitempty"`
// contains filtered or unexported fields
}
func (*AgentConfigurationCF) Descriptor
deprecated
func (*AgentConfigurationCF) Descriptor() ([]byte, []int)
Deprecated: Use AgentConfigurationCF.ProtoReflect.Descriptor instead.
func (*AgentConfigurationCF) GetMaxConfigurationFileSize ¶
func (x *AgentConfigurationCF) GetMaxConfigurationFileSize() uint32
func (*AgentConfigurationCF) GetPollPeriod ¶
func (x *AgentConfigurationCF) GetPollPeriod() *durationpb.Duration
func (*AgentConfigurationCF) ProtoMessage ¶
func (*AgentConfigurationCF) ProtoMessage()
func (*AgentConfigurationCF) ProtoReflect ¶
func (x *AgentConfigurationCF) ProtoReflect() protoreflect.Message
func (*AgentConfigurationCF) Reset ¶
func (x *AgentConfigurationCF) Reset()
func (*AgentConfigurationCF) String ¶
func (x *AgentConfigurationCF) String() string
type ApiCF ¶
type ApiCF struct {
Listen *ListenApiCF `protobuf:"bytes,1,opt,name=listen" json:"listen,omitempty"`
// contains filtered or unexported fields
}
func (*ApiCF) Descriptor
deprecated
func (*ApiCF) GetListen ¶
func (x *ApiCF) GetListen() *ListenApiCF
func (*ApiCF) ProtoMessage ¶
func (*ApiCF) ProtoMessage()
func (*ApiCF) ProtoReflect ¶
func (x *ApiCF) ProtoReflect() protoreflect.Message
type AutoFlowCF ¶
type AutoFlowCF struct {
CentralDatabaseConnectionFile string `protobuf:"bytes,1,opt,name=central_database_connection_file" json:"central_database_connection_file,omitempty"`
WorkflowDatabaseConnectionsDir string `protobuf:"bytes,2,opt,name=workflow_database_connections_dir" json:"workflow_database_connections_dir,omitempty"`
// contains filtered or unexported fields
}
func (*AutoFlowCF) Descriptor
deprecated
func (*AutoFlowCF) Descriptor() ([]byte, []int)
Deprecated: Use AutoFlowCF.ProtoReflect.Descriptor instead.
func (*AutoFlowCF) GetCentralDatabaseConnectionFile ¶ added in v19.4.0
func (x *AutoFlowCF) GetCentralDatabaseConnectionFile() string
func (*AutoFlowCF) GetWorkflowDatabaseConnectionsDir ¶ added in v19.4.0
func (x *AutoFlowCF) GetWorkflowDatabaseConnectionsDir() string
func (*AutoFlowCF) ProtoMessage ¶
func (*AutoFlowCF) ProtoMessage()
func (*AutoFlowCF) ProtoReflect ¶
func (x *AutoFlowCF) ProtoReflect() protoreflect.Message
func (*AutoFlowCF) Reset ¶
func (x *AutoFlowCF) Reset()
func (*AutoFlowCF) String ¶
func (x *AutoFlowCF) String() string
type ConfigCF ¶
type ConfigCF struct {
Command string `protobuf:"bytes,1,opt,name=command" json:"command,omitempty"`
// contains filtered or unexported fields
}
func (*ConfigCF) Descriptor
deprecated
func (*ConfigCF) GetCommand ¶
func (*ConfigCF) ProtoMessage ¶
func (*ConfigCF) ProtoMessage()
func (*ConfigCF) ProtoReflect ¶
func (x *ConfigCF) ProtoReflect() protoreflect.Message
type ConfigurationFile ¶
type ConfigurationFile struct {
Gitlab *GitLabCF `protobuf:"bytes,1,opt,name=gitlab" json:"gitlab,omitempty"`
Agent *AgentCF `protobuf:"bytes,2,opt,name=agent" json:"agent,omitempty"`
Observability *ObservabilityCF `protobuf:"bytes,3,opt,name=observability" json:"observability,omitempty"`
Gitaly *GitalyCF `protobuf:"bytes,4,opt,name=gitaly" json:"gitaly,omitempty"`
Redis *RedisCF `protobuf:"bytes,5,opt,name=redis" json:"redis,omitempty"`
Api *ApiCF `protobuf:"bytes,6,opt,name=api" json:"api,omitempty"`
PrivateApi *PrivateApiCF `protobuf:"bytes,7,opt,name=private_api" json:"private_api,omitempty"`
Config *ConfigCF `protobuf:"bytes,8,opt,name=config" json:"config,omitempty"`
Autoflow *AutoFlowCF `protobuf:"bytes,9,opt,name=autoflow" json:"autoflow,omitempty"`
Workspaces *WorkspacesCF `protobuf:"bytes,10,opt,name=workspaces" json:"workspaces,omitempty"`
EventsPlatform *EventsPlatformCF `protobuf:"bytes,11,opt,name=events_platform" json:"events_platform,omitempty"`
// contains filtered or unexported fields
}
func (*ConfigurationFile) Descriptor
deprecated
func (*ConfigurationFile) Descriptor() ([]byte, []int)
Deprecated: Use ConfigurationFile.ProtoReflect.Descriptor instead.
func (*ConfigurationFile) GetAgent ¶
func (x *ConfigurationFile) GetAgent() *AgentCF
func (*ConfigurationFile) GetApi ¶
func (x *ConfigurationFile) GetApi() *ApiCF
func (*ConfigurationFile) GetAutoflow ¶
func (x *ConfigurationFile) GetAutoflow() *AutoFlowCF
func (*ConfigurationFile) GetConfig ¶
func (x *ConfigurationFile) GetConfig() *ConfigCF
func (*ConfigurationFile) GetEventsPlatform ¶
func (x *ConfigurationFile) GetEventsPlatform() *EventsPlatformCF
func (*ConfigurationFile) GetGitaly ¶
func (x *ConfigurationFile) GetGitaly() *GitalyCF
func (*ConfigurationFile) GetGitlab ¶
func (x *ConfigurationFile) GetGitlab() *GitLabCF
func (*ConfigurationFile) GetObservability ¶
func (x *ConfigurationFile) GetObservability() *ObservabilityCF
func (*ConfigurationFile) GetPrivateApi ¶
func (x *ConfigurationFile) GetPrivateApi() *PrivateApiCF
func (*ConfigurationFile) GetRedis ¶
func (x *ConfigurationFile) GetRedis() *RedisCF
func (*ConfigurationFile) GetWorkspaces ¶
func (x *ConfigurationFile) GetWorkspaces() *WorkspacesCF
func (*ConfigurationFile) ProtoMessage ¶
func (*ConfigurationFile) ProtoMessage()
func (*ConfigurationFile) ProtoReflect ¶
func (x *ConfigurationFile) ProtoReflect() protoreflect.Message
func (*ConfigurationFile) Reset ¶
func (x *ConfigurationFile) Reset()
func (*ConfigurationFile) String ¶
func (x *ConfigurationFile) String() string
type EventsPlatformCF ¶
type EventsPlatformCF struct {
BatchSize *uint32 `protobuf:"varint,1,opt,name=batch_size" json:"batch_size,omitempty"`
// contains filtered or unexported fields
}
func (*EventsPlatformCF) Descriptor
deprecated
func (*EventsPlatformCF) Descriptor() ([]byte, []int)
Deprecated: Use EventsPlatformCF.ProtoReflect.Descriptor instead.
func (*EventsPlatformCF) GetBatchSize ¶ added in v19.2.0
func (x *EventsPlatformCF) GetBatchSize() uint32
func (*EventsPlatformCF) ProtoMessage ¶
func (*EventsPlatformCF) ProtoMessage()
func (*EventsPlatformCF) ProtoReflect ¶
func (x *EventsPlatformCF) ProtoReflect() protoreflect.Message
func (*EventsPlatformCF) Reset ¶
func (x *EventsPlatformCF) Reset()
func (*EventsPlatformCF) String ¶
func (x *EventsPlatformCF) String() string
type GitLabCF ¶
type GitLabCF struct {
Address string `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"`
ExternalUrl *string `protobuf:"bytes,5,opt,name=external_url" json:"external_url,omitempty"`
AuthenticationSecretFile string `protobuf:"bytes,2,opt,name=authentication_secret_file" json:"authentication_secret_file,omitempty"`
CaCertificateFile string `protobuf:"bytes,3,opt,name=ca_certificate_file" json:"ca_certificate_file,omitempty"`
ApiRateLimit *TokenBucketRateLimitCF `protobuf:"bytes,4,opt,name=api_rate_limit" json:"api_rate_limit,omitempty"`
// contains filtered or unexported fields
}
func (*GitLabCF) Descriptor
deprecated
func (*GitLabCF) ExternalURL ¶
func (*GitLabCF) GetAddress ¶
func (*GitLabCF) GetApiRateLimit ¶
func (x *GitLabCF) GetApiRateLimit() *TokenBucketRateLimitCF
func (*GitLabCF) GetAuthenticationSecretFile ¶
func (*GitLabCF) GetCaCertificateFile ¶
func (*GitLabCF) GetExternalUrl ¶
func (*GitLabCF) ProtoMessage ¶
func (*GitLabCF) ProtoMessage()
func (*GitLabCF) ProtoReflect ¶
func (x *GitLabCF) ProtoReflect() protoreflect.Message
type GitalyCF ¶
type GitalyCF struct {
GlobalApiRateLimit *TokenBucketRateLimitCF `protobuf:"bytes,1,opt,name=global_api_rate_limit" json:"global_api_rate_limit,omitempty"`
PerServerApiRateLimit *TokenBucketRateLimitCF `protobuf:"bytes,2,opt,name=per_server_api_rate_limit" json:"per_server_api_rate_limit,omitempty"`
ClientRetry *GrpcClientRetryCF `protobuf:"bytes,3,opt,name=client_retry" json:"client_retry,omitempty"`
// contains filtered or unexported fields
}
func (*GitalyCF) Descriptor
deprecated
func (*GitalyCF) GetClientRetry ¶
func (x *GitalyCF) GetClientRetry() *GrpcClientRetryCF
func (*GitalyCF) GetGlobalApiRateLimit ¶
func (x *GitalyCF) GetGlobalApiRateLimit() *TokenBucketRateLimitCF
func (*GitalyCF) GetPerServerApiRateLimit ¶
func (x *GitalyCF) GetPerServerApiRateLimit() *TokenBucketRateLimitCF
func (*GitalyCF) ProtoMessage ¶
func (*GitalyCF) ProtoMessage()
func (*GitalyCF) ProtoReflect ¶
func (x *GitalyCF) ProtoReflect() protoreflect.Message
type GoogleProfilerCF ¶
type GoogleProfilerCF struct {
Enabled bool `protobuf:"varint,1,opt,name=enabled" json:"enabled,omitempty"`
ProjectId string `protobuf:"bytes,2,opt,name=project_id" json:"project_id,omitempty"`
CredentialsFile string `protobuf:"bytes,3,opt,name=credentials_file" json:"credentials_file,omitempty"`
DebugLogging bool `protobuf:"varint,4,opt,name=debug_logging" json:"debug_logging,omitempty"`
// contains filtered or unexported fields
}
func (*GoogleProfilerCF) Descriptor
deprecated
func (*GoogleProfilerCF) Descriptor() ([]byte, []int)
Deprecated: Use GoogleProfilerCF.ProtoReflect.Descriptor instead.
func (*GoogleProfilerCF) GetCredentialsFile ¶
func (x *GoogleProfilerCF) GetCredentialsFile() string
func (*GoogleProfilerCF) GetDebugLogging ¶
func (x *GoogleProfilerCF) GetDebugLogging() bool
func (*GoogleProfilerCF) GetEnabled ¶
func (x *GoogleProfilerCF) GetEnabled() bool
func (*GoogleProfilerCF) GetProjectId ¶
func (x *GoogleProfilerCF) GetProjectId() string
func (*GoogleProfilerCF) ProtoMessage ¶
func (*GoogleProfilerCF) ProtoMessage()
func (*GoogleProfilerCF) ProtoReflect ¶
func (x *GoogleProfilerCF) ProtoReflect() protoreflect.Message
func (*GoogleProfilerCF) Reset ¶
func (x *GoogleProfilerCF) Reset()
func (*GoogleProfilerCF) String ¶
func (x *GoogleProfilerCF) String() string
type GrpcClientRetryCF ¶
type GrpcClientRetryCF struct {
MaxAttempts uint32 `protobuf:"varint,1,opt,name=max_attempts" json:"max_attempts,omitempty"`
MaxBackoff *durationpb.Duration `protobuf:"bytes,2,opt,name=max_backoff" json:"max_backoff,omitempty"`
InitialBackoff *durationpb.Duration `protobuf:"bytes,3,opt,name=initial_backoff" json:"initial_backoff,omitempty"`
BackoffMultiplier float32 `protobuf:"fixed32,4,opt,name=backoff_multiplier" json:"backoff_multiplier,omitempty"`
// contains filtered or unexported fields
}
func (*GrpcClientRetryCF) Descriptor
deprecated
func (*GrpcClientRetryCF) Descriptor() ([]byte, []int)
Deprecated: Use GrpcClientRetryCF.ProtoReflect.Descriptor instead.
func (*GrpcClientRetryCF) GetBackoffMultiplier ¶
func (x *GrpcClientRetryCF) GetBackoffMultiplier() float32
func (*GrpcClientRetryCF) GetInitialBackoff ¶
func (x *GrpcClientRetryCF) GetInitialBackoff() *durationpb.Duration
func (*GrpcClientRetryCF) GetMaxAttempts ¶
func (x *GrpcClientRetryCF) GetMaxAttempts() uint32
func (*GrpcClientRetryCF) GetMaxBackoff ¶
func (x *GrpcClientRetryCF) GetMaxBackoff() *durationpb.Duration
func (*GrpcClientRetryCF) ProtoMessage ¶
func (*GrpcClientRetryCF) ProtoMessage()
func (*GrpcClientRetryCF) ProtoReflect ¶
func (x *GrpcClientRetryCF) ProtoReflect() protoreflect.Message
func (*GrpcClientRetryCF) Reset ¶
func (x *GrpcClientRetryCF) Reset()
func (*GrpcClientRetryCF) String ¶
func (x *GrpcClientRetryCF) String() string
type KubernetesApiCF ¶
type KubernetesApiCF struct {
Listen *ListenCF `protobuf:"bytes,1,opt,name=listen" json:"listen,omitempty"`
UrlPathPrefix string `protobuf:"bytes,2,opt,name=url_path_prefix" json:"url_path_prefix,omitempty"`
AllowedAgentCacheTtl *durationpb.Duration `protobuf:"bytes,3,opt,name=allowed_agent_cache_ttl" json:"allowed_agent_cache_ttl,omitempty"`
AllowedAgentCacheErrorTtl *durationpb.Duration `protobuf:"bytes,4,opt,name=allowed_agent_cache_error_ttl" json:"allowed_agent_cache_error_ttl,omitempty"`
WebsocketTokenSecretFile string `protobuf:"bytes,5,opt,name=websocket_token_secret_file" json:"websocket_token_secret_file,omitempty"`
ExtraAllowedResponseHeaders []string `protobuf:"bytes,6,rep,name=extra_allowed_response_headers" json:"extra_allowed_response_headers,omitempty"`
// contains filtered or unexported fields
}
func (*KubernetesApiCF) Descriptor
deprecated
func (*KubernetesApiCF) Descriptor() ([]byte, []int)
Deprecated: Use KubernetesApiCF.ProtoReflect.Descriptor instead.
func (*KubernetesApiCF) GetAllowedAgentCacheErrorTtl ¶
func (x *KubernetesApiCF) GetAllowedAgentCacheErrorTtl() *durationpb.Duration
func (*KubernetesApiCF) GetAllowedAgentCacheTtl ¶
func (x *KubernetesApiCF) GetAllowedAgentCacheTtl() *durationpb.Duration
func (*KubernetesApiCF) GetExtraAllowedResponseHeaders ¶
func (x *KubernetesApiCF) GetExtraAllowedResponseHeaders() []string
func (*KubernetesApiCF) GetListen ¶
func (x *KubernetesApiCF) GetListen() *ListenCF
func (*KubernetesApiCF) GetUrlPathPrefix ¶
func (x *KubernetesApiCF) GetUrlPathPrefix() string
func (*KubernetesApiCF) GetWebsocketTokenSecretFile ¶
func (x *KubernetesApiCF) GetWebsocketTokenSecretFile() string
func (*KubernetesApiCF) ProtoMessage ¶
func (*KubernetesApiCF) ProtoMessage()
func (*KubernetesApiCF) ProtoReflect ¶
func (x *KubernetesApiCF) ProtoReflect() protoreflect.Message
func (*KubernetesApiCF) Reset ¶
func (x *KubernetesApiCF) Reset()
func (*KubernetesApiCF) String ¶
func (x *KubernetesApiCF) String() string
type ListenAgentCF ¶
type ListenAgentCF struct {
Network *string `protobuf:"bytes,1,opt,name=network" json:"network,omitempty"`
Address string `protobuf:"bytes,2,opt,name=address" json:"address,omitempty"`
Websocket *bool `protobuf:"varint,3,opt,name=websocket" json:"websocket,omitempty"`
CertificateFile string `protobuf:"bytes,4,opt,name=certificate_file" json:"certificate_file,omitempty"`
KeyFile string `protobuf:"bytes,5,opt,name=key_file" json:"key_file,omitempty"`
ConnectionsPerTokenPerMinute uint32 `protobuf:"varint,6,opt,name=connections_per_token_per_minute" json:"connections_per_token_per_minute,omitempty"`
MaxConnectionAge *durationpb.Duration `protobuf:"bytes,7,opt,name=max_connection_age" json:"max_connection_age,omitempty"`
ListenGracePeriod *durationpb.Duration `protobuf:"bytes,8,opt,name=listen_grace_period" json:"listen_grace_period,omitempty"`
// contains filtered or unexported fields
}
func (*ListenAgentCF) Descriptor
deprecated
func (*ListenAgentCF) Descriptor() ([]byte, []int)
Deprecated: Use ListenAgentCF.ProtoReflect.Descriptor instead.
func (*ListenAgentCF) GetAddress ¶
func (x *ListenAgentCF) GetAddress() string
func (*ListenAgentCF) GetCertificateFile ¶
func (x *ListenAgentCF) GetCertificateFile() string
func (*ListenAgentCF) GetConnectionsPerTokenPerMinute ¶
func (x *ListenAgentCF) GetConnectionsPerTokenPerMinute() uint32
func (*ListenAgentCF) GetKeyFile ¶
func (x *ListenAgentCF) GetKeyFile() string
func (*ListenAgentCF) GetListenGracePeriod ¶
func (x *ListenAgentCF) GetListenGracePeriod() *durationpb.Duration
func (*ListenAgentCF) GetMaxConnectionAge ¶
func (x *ListenAgentCF) GetMaxConnectionAge() *durationpb.Duration
func (*ListenAgentCF) GetNetwork ¶
func (x *ListenAgentCF) GetNetwork() string
func (*ListenAgentCF) GetWebsocket ¶
func (x *ListenAgentCF) GetWebsocket() bool
func (*ListenAgentCF) ProtoMessage ¶
func (*ListenAgentCF) ProtoMessage()
func (*ListenAgentCF) ProtoReflect ¶
func (x *ListenAgentCF) ProtoReflect() protoreflect.Message
func (*ListenAgentCF) Reset ¶
func (x *ListenAgentCF) Reset()
func (*ListenAgentCF) String ¶
func (x *ListenAgentCF) String() string
type ListenApiCF ¶
type ListenApiCF struct {
Network *string `protobuf:"bytes,1,opt,name=network" json:"network,omitempty"`
Address string `protobuf:"bytes,2,opt,name=address" json:"address,omitempty"`
AuthenticationSecretFile string `protobuf:"bytes,3,opt,name=authentication_secret_file" json:"authentication_secret_file,omitempty"`
CertificateFile string `protobuf:"bytes,4,opt,name=certificate_file" json:"certificate_file,omitempty"`
KeyFile string `protobuf:"bytes,5,opt,name=key_file" json:"key_file,omitempty"`
MaxConnectionAge *durationpb.Duration `protobuf:"bytes,6,opt,name=max_connection_age" json:"max_connection_age,omitempty"`
ListenGracePeriod *durationpb.Duration `protobuf:"bytes,7,opt,name=listen_grace_period" json:"listen_grace_period,omitempty"`
// contains filtered or unexported fields
}
func (*ListenApiCF) Descriptor
deprecated
func (*ListenApiCF) Descriptor() ([]byte, []int)
Deprecated: Use ListenApiCF.ProtoReflect.Descriptor instead.
func (*ListenApiCF) GetAddress ¶
func (x *ListenApiCF) GetAddress() string
func (*ListenApiCF) GetAuthenticationSecretFile ¶
func (x *ListenApiCF) GetAuthenticationSecretFile() string
func (*ListenApiCF) GetCertificateFile ¶
func (x *ListenApiCF) GetCertificateFile() string
func (*ListenApiCF) GetKeyFile ¶
func (x *ListenApiCF) GetKeyFile() string
func (*ListenApiCF) GetListenGracePeriod ¶
func (x *ListenApiCF) GetListenGracePeriod() *durationpb.Duration
func (*ListenApiCF) GetMaxConnectionAge ¶
func (x *ListenApiCF) GetMaxConnectionAge() *durationpb.Duration
func (*ListenApiCF) GetNetwork ¶
func (x *ListenApiCF) GetNetwork() string
func (*ListenApiCF) ProtoMessage ¶
func (*ListenApiCF) ProtoMessage()
func (*ListenApiCF) ProtoReflect ¶
func (x *ListenApiCF) ProtoReflect() protoreflect.Message
func (*ListenApiCF) Reset ¶
func (x *ListenApiCF) Reset()
func (*ListenApiCF) String ¶
func (x *ListenApiCF) String() string
type ListenCF ¶
type ListenCF struct {
Network *string `protobuf:"bytes,1,opt,name=network" json:"network,omitempty"`
Address string `protobuf:"bytes,2,opt,name=address" json:"address,omitempty"`
CertificateFile string `protobuf:"bytes,3,opt,name=certificate_file" json:"certificate_file,omitempty"`
KeyFile string `protobuf:"bytes,4,opt,name=key_file" json:"key_file,omitempty"`
ListenGracePeriod *durationpb.Duration `protobuf:"bytes,5,opt,name=listen_grace_period" json:"listen_grace_period,omitempty"`
ShutdownGracePeriod *durationpb.Duration `protobuf:"bytes,6,opt,name=shutdown_grace_period" json:"shutdown_grace_period,omitempty"`
// contains filtered or unexported fields
}
func (*ListenCF) Descriptor
deprecated
func (*ListenCF) GetAddress ¶
func (*ListenCF) GetCertificateFile ¶
func (*ListenCF) GetKeyFile ¶
func (*ListenCF) GetListenGracePeriod ¶
func (x *ListenCF) GetListenGracePeriod() *durationpb.Duration
func (*ListenCF) GetNetwork ¶
func (*ListenCF) GetShutdownGracePeriod ¶
func (x *ListenCF) GetShutdownGracePeriod() *durationpb.Duration
func (*ListenCF) ProtoMessage ¶
func (*ListenCF) ProtoMessage()
func (*ListenCF) ProtoReflect ¶
func (x *ListenCF) ProtoReflect() protoreflect.Message
type ListenPrivateApiCF ¶
type ListenPrivateApiCF struct {
Network *string `protobuf:"bytes,1,opt,name=network" json:"network,omitempty"`
Address string `protobuf:"bytes,2,opt,name=address" json:"address,omitempty"`
AuthenticationSecretFile string `protobuf:"bytes,3,opt,name=authentication_secret_file" json:"authentication_secret_file,omitempty"`
CertificateFile string `protobuf:"bytes,4,opt,name=certificate_file" json:"certificate_file,omitempty"`
KeyFile string `protobuf:"bytes,5,opt,name=key_file" json:"key_file,omitempty"`
MaxConnectionAge *durationpb.Duration `protobuf:"bytes,6,opt,name=max_connection_age" json:"max_connection_age,omitempty"`
CaCertificateFile string `protobuf:"bytes,7,opt,name=ca_certificate_file" json:"ca_certificate_file,omitempty"`
ListenGracePeriod *durationpb.Duration `protobuf:"bytes,8,opt,name=listen_grace_period" json:"listen_grace_period,omitempty"`
// contains filtered or unexported fields
}
func (*ListenPrivateApiCF) Descriptor
deprecated
func (*ListenPrivateApiCF) Descriptor() ([]byte, []int)
Deprecated: Use ListenPrivateApiCF.ProtoReflect.Descriptor instead.
func (*ListenPrivateApiCF) GetAddress ¶
func (x *ListenPrivateApiCF) GetAddress() string
func (*ListenPrivateApiCF) GetAuthenticationSecretFile ¶
func (x *ListenPrivateApiCF) GetAuthenticationSecretFile() string
func (*ListenPrivateApiCF) GetCaCertificateFile ¶
func (x *ListenPrivateApiCF) GetCaCertificateFile() string
func (*ListenPrivateApiCF) GetCertificateFile ¶
func (x *ListenPrivateApiCF) GetCertificateFile() string
func (*ListenPrivateApiCF) GetKeyFile ¶
func (x *ListenPrivateApiCF) GetKeyFile() string
func (*ListenPrivateApiCF) GetListenGracePeriod ¶
func (x *ListenPrivateApiCF) GetListenGracePeriod() *durationpb.Duration
func (*ListenPrivateApiCF) GetMaxConnectionAge ¶
func (x *ListenPrivateApiCF) GetMaxConnectionAge() *durationpb.Duration
func (*ListenPrivateApiCF) GetNetwork ¶
func (x *ListenPrivateApiCF) GetNetwork() string
func (*ListenPrivateApiCF) IsTLSEnabled ¶
func (x *ListenPrivateApiCF) IsTLSEnabled() bool
func (*ListenPrivateApiCF) ProtoMessage ¶
func (*ListenPrivateApiCF) ProtoMessage()
func (*ListenPrivateApiCF) ProtoReflect ¶
func (x *ListenPrivateApiCF) ProtoReflect() protoreflect.Message
func (*ListenPrivateApiCF) Reset ¶
func (x *ListenPrivateApiCF) Reset()
func (*ListenPrivateApiCF) String ¶
func (x *ListenPrivateApiCF) String() string
type LivenessProbeCF ¶
type LivenessProbeCF struct {
UrlPath string `protobuf:"bytes,1,opt,name=url_path" json:"url_path,omitempty"`
// contains filtered or unexported fields
}
func (*LivenessProbeCF) Descriptor
deprecated
func (*LivenessProbeCF) Descriptor() ([]byte, []int)
Deprecated: Use LivenessProbeCF.ProtoReflect.Descriptor instead.
func (*LivenessProbeCF) GetUrlPath ¶
func (x *LivenessProbeCF) GetUrlPath() string
func (*LivenessProbeCF) ProtoMessage ¶
func (*LivenessProbeCF) ProtoMessage()
func (*LivenessProbeCF) ProtoReflect ¶
func (x *LivenessProbeCF) ProtoReflect() protoreflect.Message
func (*LivenessProbeCF) Reset ¶
func (x *LivenessProbeCF) Reset()
func (*LivenessProbeCF) String ¶
func (x *LivenessProbeCF) String() string
type LogLevelEnum ¶
type LogLevelEnum int32
const ( LogLevelEnum_info LogLevelEnum = 0 LogLevelEnum_debug LogLevelEnum = 1 LogLevelEnum_warn LogLevelEnum = 2 LogLevelEnum_error LogLevelEnum = 3 )
func (LogLevelEnum) Descriptor ¶
func (LogLevelEnum) Descriptor() protoreflect.EnumDescriptor
func (LogLevelEnum) Enum ¶
func (x LogLevelEnum) Enum() *LogLevelEnum
func (LogLevelEnum) EnumDescriptor
deprecated
func (LogLevelEnum) EnumDescriptor() ([]byte, []int)
Deprecated: Use LogLevelEnum.Descriptor instead.
func (LogLevelEnum) Number ¶
func (x LogLevelEnum) Number() protoreflect.EnumNumber
func (LogLevelEnum) String ¶
func (x LogLevelEnum) String() string
func (LogLevelEnum) Type ¶
func (LogLevelEnum) Type() protoreflect.EnumType
type LoggingCF ¶
type LoggingCF struct {
Level *LogLevelEnum `protobuf:"varint,1,opt,name=level,enum=gitlab.agent.kascfg.LogLevelEnum" json:"level,omitempty"`
GrpcLevel *LogLevelEnum `protobuf:"varint,2,opt,name=grpc_level,enum=gitlab.agent.kascfg.LogLevelEnum" json:"grpc_level,omitempty"`
// contains filtered or unexported fields
}
func (*LoggingCF) Descriptor
deprecated
func (*LoggingCF) GetGrpcLevel ¶
func (x *LoggingCF) GetGrpcLevel() LogLevelEnum
func (*LoggingCF) GetLevel ¶
func (x *LoggingCF) GetLevel() LogLevelEnum
func (*LoggingCF) ProtoMessage ¶
func (*LoggingCF) ProtoMessage()
func (*LoggingCF) ProtoReflect ¶
func (x *LoggingCF) ProtoReflect() protoreflect.Message
type ObservabilityCF ¶
type ObservabilityCF struct {
UsageReportingPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=usage_reporting_period" json:"usage_reporting_period,omitempty"`
Listen *ObservabilityListenCF `protobuf:"bytes,2,opt,name=listen" json:"listen,omitempty"`
Prometheus *PrometheusCF `protobuf:"bytes,3,opt,name=prometheus" json:"prometheus,omitempty"`
Tracing *TracingCF `protobuf:"bytes,4,opt,name=tracing" json:"tracing,omitempty"`
Sentry *SentryCF `protobuf:"bytes,5,opt,name=sentry" json:"sentry,omitempty"`
Logging *LoggingCF `protobuf:"bytes,6,opt,name=logging" json:"logging,omitempty"`
GoogleProfiler *GoogleProfilerCF `protobuf:"bytes,7,opt,name=google_profiler" json:"google_profiler,omitempty"`
LivenessProbe *LivenessProbeCF `protobuf:"bytes,8,opt,name=liveness_probe" json:"liveness_probe,omitempty"`
ReadinessProbe *ReadinessProbeCF `protobuf:"bytes,9,opt,name=readiness_probe" json:"readiness_probe,omitempty"`
EventReportingPeriod *durationpb.Duration `protobuf:"bytes,10,opt,name=event_reporting_period" json:"event_reporting_period,omitempty"`
// contains filtered or unexported fields
}
func (*ObservabilityCF) Descriptor
deprecated
func (*ObservabilityCF) Descriptor() ([]byte, []int)
Deprecated: Use ObservabilityCF.ProtoReflect.Descriptor instead.
func (*ObservabilityCF) GetEventReportingPeriod ¶
func (x *ObservabilityCF) GetEventReportingPeriod() *durationpb.Duration
func (*ObservabilityCF) GetGoogleProfiler ¶
func (x *ObservabilityCF) GetGoogleProfiler() *GoogleProfilerCF
func (*ObservabilityCF) GetListen ¶
func (x *ObservabilityCF) GetListen() *ObservabilityListenCF
func (*ObservabilityCF) GetLivenessProbe ¶
func (x *ObservabilityCF) GetLivenessProbe() *LivenessProbeCF
func (*ObservabilityCF) GetLogging ¶
func (x *ObservabilityCF) GetLogging() *LoggingCF
func (*ObservabilityCF) GetPrometheus ¶
func (x *ObservabilityCF) GetPrometheus() *PrometheusCF
func (*ObservabilityCF) GetReadinessProbe ¶
func (x *ObservabilityCF) GetReadinessProbe() *ReadinessProbeCF
func (*ObservabilityCF) GetSentry ¶
func (x *ObservabilityCF) GetSentry() *SentryCF
func (*ObservabilityCF) GetTracing ¶
func (x *ObservabilityCF) GetTracing() *TracingCF
func (*ObservabilityCF) GetUsageReportingPeriod ¶
func (x *ObservabilityCF) GetUsageReportingPeriod() *durationpb.Duration
func (*ObservabilityCF) ProtoMessage ¶
func (*ObservabilityCF) ProtoMessage()
func (*ObservabilityCF) ProtoReflect ¶
func (x *ObservabilityCF) ProtoReflect() protoreflect.Message
func (*ObservabilityCF) Reset ¶
func (x *ObservabilityCF) Reset()
func (*ObservabilityCF) String ¶
func (x *ObservabilityCF) String() string
type ObservabilityListenCF ¶
type ObservabilityListenCF struct {
Network *string `protobuf:"bytes,1,opt,name=network" json:"network,omitempty"`
Address string `protobuf:"bytes,2,opt,name=address" json:"address,omitempty"`
CertificateFile *string `protobuf:"bytes,3,opt,name=certificate_file" json:"certificate_file,omitempty"`
KeyFile *string `protobuf:"bytes,4,opt,name=key_file" json:"key_file,omitempty"`
// contains filtered or unexported fields
}
func (*ObservabilityListenCF) Descriptor
deprecated
func (*ObservabilityListenCF) Descriptor() ([]byte, []int)
Deprecated: Use ObservabilityListenCF.ProtoReflect.Descriptor instead.
func (*ObservabilityListenCF) GetAddress ¶
func (x *ObservabilityListenCF) GetAddress() string
func (*ObservabilityListenCF) GetCertificateFile ¶
func (x *ObservabilityListenCF) GetCertificateFile() string
func (*ObservabilityListenCF) GetKeyFile ¶
func (x *ObservabilityListenCF) GetKeyFile() string
func (*ObservabilityListenCF) GetNetwork ¶
func (x *ObservabilityListenCF) GetNetwork() string
func (*ObservabilityListenCF) ProtoMessage ¶
func (*ObservabilityListenCF) ProtoMessage()
func (*ObservabilityListenCF) ProtoReflect ¶
func (x *ObservabilityListenCF) ProtoReflect() protoreflect.Message
func (*ObservabilityListenCF) Reset ¶
func (x *ObservabilityListenCF) Reset()
func (*ObservabilityListenCF) String ¶
func (x *ObservabilityListenCF) String() string
type PrivateApiCF ¶
type PrivateApiCF struct {
Listen *ListenPrivateApiCF `protobuf:"bytes,1,opt,name=listen" json:"listen,omitempty"`
// contains filtered or unexported fields
}
func (*PrivateApiCF) Descriptor
deprecated
func (*PrivateApiCF) Descriptor() ([]byte, []int)
Deprecated: Use PrivateApiCF.ProtoReflect.Descriptor instead.
func (*PrivateApiCF) GetListen ¶
func (x *PrivateApiCF) GetListen() *ListenPrivateApiCF
func (*PrivateApiCF) ProtoMessage ¶
func (*PrivateApiCF) ProtoMessage()
func (*PrivateApiCF) ProtoReflect ¶
func (x *PrivateApiCF) ProtoReflect() protoreflect.Message
func (*PrivateApiCF) Reset ¶
func (x *PrivateApiCF) Reset()
func (*PrivateApiCF) String ¶
func (x *PrivateApiCF) String() string
type PrometheusCF ¶
type PrometheusCF struct {
UrlPath string `protobuf:"bytes,1,opt,name=url_path" json:"url_path,omitempty"`
// contains filtered or unexported fields
}
func (*PrometheusCF) Descriptor
deprecated
func (*PrometheusCF) Descriptor() ([]byte, []int)
Deprecated: Use PrometheusCF.ProtoReflect.Descriptor instead.
func (*PrometheusCF) GetUrlPath ¶
func (x *PrometheusCF) GetUrlPath() string
func (*PrometheusCF) ProtoMessage ¶
func (*PrometheusCF) ProtoMessage()
func (*PrometheusCF) ProtoReflect ¶
func (x *PrometheusCF) ProtoReflect() protoreflect.Message
func (*PrometheusCF) Reset ¶
func (x *PrometheusCF) Reset()
func (*PrometheusCF) String ¶
func (x *PrometheusCF) String() string
type ReadinessProbeCF ¶
type ReadinessProbeCF struct {
UrlPath string `protobuf:"bytes,1,opt,name=url_path" json:"url_path,omitempty"`
// contains filtered or unexported fields
}
func (*ReadinessProbeCF) Descriptor
deprecated
func (*ReadinessProbeCF) Descriptor() ([]byte, []int)
Deprecated: Use ReadinessProbeCF.ProtoReflect.Descriptor instead.
func (*ReadinessProbeCF) GetUrlPath ¶
func (x *ReadinessProbeCF) GetUrlPath() string
func (*ReadinessProbeCF) ProtoMessage ¶
func (*ReadinessProbeCF) ProtoMessage()
func (*ReadinessProbeCF) ProtoReflect ¶
func (x *ReadinessProbeCF) ProtoReflect() protoreflect.Message
func (*ReadinessProbeCF) Reset ¶
func (x *ReadinessProbeCF) Reset()
func (*ReadinessProbeCF) String ¶
func (x *ReadinessProbeCF) String() string
type ReceptiveAgentCF ¶
type ReceptiveAgentCF struct {
PollPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=poll_period" json:"poll_period,omitempty"`
// contains filtered or unexported fields
}
func (*ReceptiveAgentCF) Descriptor
deprecated
func (*ReceptiveAgentCF) Descriptor() ([]byte, []int)
Deprecated: Use ReceptiveAgentCF.ProtoReflect.Descriptor instead.
func (*ReceptiveAgentCF) GetPollPeriod ¶
func (x *ReceptiveAgentCF) GetPollPeriod() *durationpb.Duration
func (*ReceptiveAgentCF) ProtoMessage ¶
func (*ReceptiveAgentCF) ProtoMessage()
func (*ReceptiveAgentCF) ProtoReflect ¶
func (x *ReceptiveAgentCF) ProtoReflect() protoreflect.Message
func (*ReceptiveAgentCF) Reset ¶
func (x *ReceptiveAgentCF) Reset()
func (*ReceptiveAgentCF) String ¶
func (x *ReceptiveAgentCF) String() string
type RedisAzureCF ¶ added in v19.4.0
type RedisAzureCF struct {
AuthType string `protobuf:"bytes,1,opt,name=auth_type" json:"auth_type,omitempty"`
ObjectId string `protobuf:"bytes,2,opt,name=object_id" json:"object_id,omitempty"`
Scope string `protobuf:"bytes,3,opt,name=scope" json:"scope,omitempty"`
// contains filtered or unexported fields
}
func (*RedisAzureCF) Descriptor
deprecated
added in
v19.4.0
func (*RedisAzureCF) Descriptor() ([]byte, []int)
Deprecated: Use RedisAzureCF.ProtoReflect.Descriptor instead.
func (*RedisAzureCF) GetAuthType ¶ added in v19.4.0
func (x *RedisAzureCF) GetAuthType() string
func (*RedisAzureCF) GetObjectId ¶ added in v19.4.0
func (x *RedisAzureCF) GetObjectId() string
func (*RedisAzureCF) GetScope ¶ added in v19.4.0
func (x *RedisAzureCF) GetScope() string
func (*RedisAzureCF) ProtoMessage ¶ added in v19.4.0
func (*RedisAzureCF) ProtoMessage()
func (*RedisAzureCF) ProtoReflect ¶ added in v19.4.0
func (x *RedisAzureCF) ProtoReflect() protoreflect.Message
func (*RedisAzureCF) Reset ¶ added in v19.4.0
func (x *RedisAzureCF) Reset()
func (*RedisAzureCF) String ¶ added in v19.4.0
func (x *RedisAzureCF) String() string
type RedisCF ¶
type RedisCF struct {
// Types that are valid to be assigned to RedisConfig:
//
// *RedisCF_Server
// *RedisCF_Sentinel
RedisConfig isRedisCF_RedisConfig `protobuf_oneof:"redis_config"`
PoolSize uint32 `protobuf:"varint,4,opt,name=pool_size" json:"pool_size,omitempty"`
DialTimeout *durationpb.Duration `protobuf:"bytes,5,opt,name=dial_timeout" json:"dial_timeout,omitempty"`
ReadTimeout *durationpb.Duration `protobuf:"bytes,6,opt,name=read_timeout" json:"read_timeout,omitempty"`
WriteTimeout *durationpb.Duration `protobuf:"bytes,7,opt,name=write_timeout" json:"write_timeout,omitempty"`
IdleTimeout *durationpb.Duration `protobuf:"bytes,8,opt,name=idle_timeout" json:"idle_timeout,omitempty"`
KeyPrefix string `protobuf:"bytes,9,opt,name=key_prefix" json:"key_prefix,omitempty"`
Username string `protobuf:"bytes,10,opt,name=username" json:"username,omitempty"`
PasswordFile string `protobuf:"bytes,11,opt,name=password_file" json:"password_file,omitempty"`
Network *string `protobuf:"bytes,12,opt,name=network" json:"network,omitempty"`
Tls *RedisTLSCF `protobuf:"bytes,13,opt,name=tls" json:"tls,omitempty"`
DatabaseIndex int32 `protobuf:"varint,14,opt,name=database_index" json:"database_index,omitempty"`
Password string `protobuf:"bytes,15,opt,name=password" json:"password,omitempty"`
PipelineMultiplex uint32 `protobuf:"varint,16,opt,name=pipeline_multiplex" json:"pipeline_multiplex,omitempty"`
// contains filtered or unexported fields
}
func (*RedisCF) Descriptor
deprecated
func (*RedisCF) GetDatabaseIndex ¶
func (*RedisCF) GetDialTimeout ¶
func (x *RedisCF) GetDialTimeout() *durationpb.Duration
func (*RedisCF) GetIdleTimeout ¶
func (x *RedisCF) GetIdleTimeout() *durationpb.Duration
func (*RedisCF) GetKeyPrefix ¶
func (*RedisCF) GetNetwork ¶
func (*RedisCF) GetPassword ¶
func (*RedisCF) GetPasswordFile ¶
func (*RedisCF) GetPipelineMultiplex ¶
func (*RedisCF) GetPoolSize ¶
func (*RedisCF) GetReadTimeout ¶
func (x *RedisCF) GetReadTimeout() *durationpb.Duration
func (*RedisCF) GetRedisConfig ¶
func (x *RedisCF) GetRedisConfig() isRedisCF_RedisConfig
func (*RedisCF) GetSentinel ¶
func (x *RedisCF) GetSentinel() *RedisSentinelCF
func (*RedisCF) GetServer ¶
func (x *RedisCF) GetServer() *RedisServerCF
func (*RedisCF) GetTls ¶
func (x *RedisCF) GetTls() *RedisTLSCF
func (*RedisCF) GetUsername ¶
func (*RedisCF) GetWriteTimeout ¶
func (x *RedisCF) GetWriteTimeout() *durationpb.Duration
func (*RedisCF) ProtoMessage ¶
func (*RedisCF) ProtoMessage()
func (*RedisCF) ProtoReflect ¶
func (x *RedisCF) ProtoReflect() protoreflect.Message
type RedisCF_Sentinel ¶
type RedisCF_Sentinel struct {
Sentinel *RedisSentinelCF `protobuf:"bytes,2,opt,name=sentinel,oneof"`
}
type RedisCF_Server ¶
type RedisCF_Server struct {
Server *RedisServerCF `protobuf:"bytes,1,opt,name=server,oneof"`
}
type RedisCredentialsProviderCF ¶ added in v19.4.0
type RedisCredentialsProviderCF struct {
// Types that are valid to be assigned to Provider:
//
// *RedisCredentialsProviderCF_Azure
Provider isRedisCredentialsProviderCF_Provider `protobuf_oneof:"provider"`
// contains filtered or unexported fields
}
func (*RedisCredentialsProviderCF) Descriptor
deprecated
added in
v19.4.0
func (*RedisCredentialsProviderCF) Descriptor() ([]byte, []int)
Deprecated: Use RedisCredentialsProviderCF.ProtoReflect.Descriptor instead.
func (*RedisCredentialsProviderCF) GetAzure ¶ added in v19.4.0
func (x *RedisCredentialsProviderCF) GetAzure() *RedisAzureCF
func (*RedisCredentialsProviderCF) GetProvider ¶ added in v19.4.0
func (x *RedisCredentialsProviderCF) GetProvider() isRedisCredentialsProviderCF_Provider
func (*RedisCredentialsProviderCF) ProtoMessage ¶ added in v19.4.0
func (*RedisCredentialsProviderCF) ProtoMessage()
func (*RedisCredentialsProviderCF) ProtoReflect ¶ added in v19.4.0
func (x *RedisCredentialsProviderCF) ProtoReflect() protoreflect.Message
func (*RedisCredentialsProviderCF) Reset ¶ added in v19.4.0
func (x *RedisCredentialsProviderCF) Reset()
func (*RedisCredentialsProviderCF) String ¶ added in v19.4.0
func (x *RedisCredentialsProviderCF) String() string
type RedisCredentialsProviderCF_Azure ¶ added in v19.4.0
type RedisCredentialsProviderCF_Azure struct {
Azure *RedisAzureCF `protobuf:"bytes,1,opt,name=azure,oneof"`
}
type RedisSentinelCF ¶
type RedisSentinelCF struct {
MasterName string `protobuf:"bytes,1,opt,name=master_name" json:"master_name,omitempty"`
Addresses []string `protobuf:"bytes,2,rep,name=addresses" json:"addresses,omitempty"`
SentinelPasswordFile string `protobuf:"bytes,3,opt,name=sentinel_password_file" json:"sentinel_password_file,omitempty"`
Username string `protobuf:"bytes,4,opt,name=username" json:"username,omitempty"`
Tls *RedisSentinelTLSCF `protobuf:"bytes,5,opt,name=tls" json:"tls,omitempty"`
// contains filtered or unexported fields
}
func (*RedisSentinelCF) Descriptor
deprecated
func (*RedisSentinelCF) Descriptor() ([]byte, []int)
Deprecated: Use RedisSentinelCF.ProtoReflect.Descriptor instead.
func (*RedisSentinelCF) GetAddresses ¶
func (x *RedisSentinelCF) GetAddresses() []string
func (*RedisSentinelCF) GetMasterName ¶
func (x *RedisSentinelCF) GetMasterName() string
func (*RedisSentinelCF) GetSentinelPasswordFile ¶
func (x *RedisSentinelCF) GetSentinelPasswordFile() string
func (*RedisSentinelCF) GetTls ¶
func (x *RedisSentinelCF) GetTls() *RedisSentinelTLSCF
func (*RedisSentinelCF) GetUsername ¶
func (x *RedisSentinelCF) GetUsername() string
func (*RedisSentinelCF) ProtoMessage ¶
func (*RedisSentinelCF) ProtoMessage()
func (*RedisSentinelCF) ProtoReflect ¶
func (x *RedisSentinelCF) ProtoReflect() protoreflect.Message
func (*RedisSentinelCF) Reset ¶
func (x *RedisSentinelCF) Reset()
func (*RedisSentinelCF) String ¶
func (x *RedisSentinelCF) String() string
type RedisSentinelTLSCF ¶
type RedisSentinelTLSCF struct {
Enabled bool `protobuf:"varint,1,opt,name=enabled" json:"enabled,omitempty"`
CertificateFile string `protobuf:"bytes,2,opt,name=certificate_file" json:"certificate_file,omitempty"`
KeyFile string `protobuf:"bytes,3,opt,name=key_file" json:"key_file,omitempty"`
CaCertificateFile string `protobuf:"bytes,4,opt,name=ca_certificate_file" json:"ca_certificate_file,omitempty"`
// contains filtered or unexported fields
}
func (*RedisSentinelTLSCF) Descriptor
deprecated
func (*RedisSentinelTLSCF) Descriptor() ([]byte, []int)
Deprecated: Use RedisSentinelTLSCF.ProtoReflect.Descriptor instead.
func (*RedisSentinelTLSCF) GetCaCertificateFile ¶
func (x *RedisSentinelTLSCF) GetCaCertificateFile() string
func (*RedisSentinelTLSCF) GetCertificateFile ¶
func (x *RedisSentinelTLSCF) GetCertificateFile() string
func (*RedisSentinelTLSCF) GetEnabled ¶
func (x *RedisSentinelTLSCF) GetEnabled() bool
func (*RedisSentinelTLSCF) GetKeyFile ¶
func (x *RedisSentinelTLSCF) GetKeyFile() string
func (*RedisSentinelTLSCF) ProtoMessage ¶
func (*RedisSentinelTLSCF) ProtoMessage()
func (*RedisSentinelTLSCF) ProtoReflect ¶
func (x *RedisSentinelTLSCF) ProtoReflect() protoreflect.Message
func (*RedisSentinelTLSCF) Reset ¶
func (x *RedisSentinelTLSCF) Reset()
func (*RedisSentinelTLSCF) String ¶
func (x *RedisSentinelTLSCF) String() string
type RedisServerCF ¶
type RedisServerCF struct {
Address string `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"`
CredentialsProvider *RedisCredentialsProviderCF `protobuf:"bytes,2,opt,name=credentials_provider" json:"credentials_provider,omitempty"`
// contains filtered or unexported fields
}
func (*RedisServerCF) Descriptor
deprecated
func (*RedisServerCF) Descriptor() ([]byte, []int)
Deprecated: Use RedisServerCF.ProtoReflect.Descriptor instead.
func (*RedisServerCF) GetAddress ¶
func (x *RedisServerCF) GetAddress() string
func (*RedisServerCF) GetCredentialsProvider ¶ added in v19.4.0
func (x *RedisServerCF) GetCredentialsProvider() *RedisCredentialsProviderCF
func (*RedisServerCF) ProtoMessage ¶
func (*RedisServerCF) ProtoMessage()
func (*RedisServerCF) ProtoReflect ¶
func (x *RedisServerCF) ProtoReflect() protoreflect.Message
func (*RedisServerCF) Reset ¶
func (x *RedisServerCF) Reset()
func (*RedisServerCF) String ¶
func (x *RedisServerCF) String() string
type RedisTLSCF ¶
type RedisTLSCF struct {
Enabled bool `protobuf:"varint,1,opt,name=enabled" json:"enabled,omitempty"`
CertificateFile string `protobuf:"bytes,2,opt,name=certificate_file" json:"certificate_file,omitempty"`
KeyFile string `protobuf:"bytes,3,opt,name=key_file" json:"key_file,omitempty"`
CaCertificateFile string `protobuf:"bytes,4,opt,name=ca_certificate_file" json:"ca_certificate_file,omitempty"`
// contains filtered or unexported fields
}
func (*RedisTLSCF) Descriptor
deprecated
func (*RedisTLSCF) Descriptor() ([]byte, []int)
Deprecated: Use RedisTLSCF.ProtoReflect.Descriptor instead.
func (*RedisTLSCF) GetCaCertificateFile ¶
func (x *RedisTLSCF) GetCaCertificateFile() string
func (*RedisTLSCF) GetCertificateFile ¶
func (x *RedisTLSCF) GetCertificateFile() string
func (*RedisTLSCF) GetEnabled ¶
func (x *RedisTLSCF) GetEnabled() bool
func (*RedisTLSCF) GetKeyFile ¶
func (x *RedisTLSCF) GetKeyFile() string
func (*RedisTLSCF) ProtoMessage ¶
func (*RedisTLSCF) ProtoMessage()
func (*RedisTLSCF) ProtoReflect ¶
func (x *RedisTLSCF) ProtoReflect() protoreflect.Message
func (*RedisTLSCF) Reset ¶
func (x *RedisTLSCF) Reset()
func (*RedisTLSCF) String ¶
func (x *RedisTLSCF) String() string
type RemoteDevelopmentCF ¶
type RemoteDevelopmentCF struct {
PollPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=poll_period" json:"poll_period,omitempty"`
// contains filtered or unexported fields
}
func (*RemoteDevelopmentCF) Descriptor
deprecated
func (*RemoteDevelopmentCF) Descriptor() ([]byte, []int)
Deprecated: Use RemoteDevelopmentCF.ProtoReflect.Descriptor instead.
func (*RemoteDevelopmentCF) GetPollPeriod ¶
func (x *RemoteDevelopmentCF) GetPollPeriod() *durationpb.Duration
func (*RemoteDevelopmentCF) ProtoMessage ¶
func (*RemoteDevelopmentCF) ProtoMessage()
func (*RemoteDevelopmentCF) ProtoReflect ¶
func (x *RemoteDevelopmentCF) ProtoReflect() protoreflect.Message
func (*RemoteDevelopmentCF) Reset ¶
func (x *RemoteDevelopmentCF) Reset()
func (*RemoteDevelopmentCF) String ¶
func (x *RemoteDevelopmentCF) String() string
type SentryCF ¶
type SentryCF struct {
Dsn string `protobuf:"bytes,1,opt,name=dsn" json:"dsn,omitempty"`
Environment string `protobuf:"bytes,2,opt,name=environment" json:"environment,omitempty"`
// contains filtered or unexported fields
}
func (*SentryCF) Descriptor
deprecated
func (*SentryCF) GetEnvironment ¶
func (*SentryCF) ProtoMessage ¶
func (*SentryCF) ProtoMessage()
func (*SentryCF) ProtoReflect ¶
func (x *SentryCF) ProtoReflect() protoreflect.Message
type TokenBucketRateLimitCF ¶
type TokenBucketRateLimitCF struct {
RefillRatePerSecond float64 `protobuf:"fixed64,1,opt,name=refill_rate_per_second" json:"refill_rate_per_second,omitempty"`
BucketSize uint32 `protobuf:"varint,2,opt,name=bucket_size" json:"bucket_size,omitempty"`
// contains filtered or unexported fields
}
func (*TokenBucketRateLimitCF) Descriptor
deprecated
func (*TokenBucketRateLimitCF) Descriptor() ([]byte, []int)
Deprecated: Use TokenBucketRateLimitCF.ProtoReflect.Descriptor instead.
func (*TokenBucketRateLimitCF) GetBucketSize ¶
func (x *TokenBucketRateLimitCF) GetBucketSize() uint32
func (*TokenBucketRateLimitCF) GetRefillRatePerSecond ¶
func (x *TokenBucketRateLimitCF) GetRefillRatePerSecond() float64
func (*TokenBucketRateLimitCF) ProtoMessage ¶
func (*TokenBucketRateLimitCF) ProtoMessage()
func (*TokenBucketRateLimitCF) ProtoReflect ¶
func (x *TokenBucketRateLimitCF) ProtoReflect() protoreflect.Message
func (*TokenBucketRateLimitCF) Reset ¶
func (x *TokenBucketRateLimitCF) Reset()
func (*TokenBucketRateLimitCF) String ¶
func (x *TokenBucketRateLimitCF) String() string
type TracingCF ¶
type TracingCF struct {
OtlpEndpoint string `protobuf:"bytes,2,opt,name=otlp_endpoint" json:"otlp_endpoint,omitempty"`
OtlpTokenSecretFile *string `protobuf:"bytes,3,opt,name=otlp_token_secret_file" json:"otlp_token_secret_file,omitempty"`
OtlpCaCertificateFile *string `protobuf:"bytes,4,opt,name=otlp_ca_certificate_file" json:"otlp_ca_certificate_file,omitempty"`
HttpServerEnabled bool `protobuf:"varint,6,opt,name=http_server_enabled" json:"http_server_enabled,omitempty"`
HttpClientEnabled bool `protobuf:"varint,7,opt,name=http_client_enabled" json:"http_client_enabled,omitempty"`
GrpcServerEnabled bool `protobuf:"varint,8,opt,name=grpc_server_enabled" json:"grpc_server_enabled,omitempty"`
GrpcClientEnabled bool `protobuf:"varint,9,opt,name=grpc_client_enabled" json:"grpc_client_enabled,omitempty"`
RedisEnabled bool `protobuf:"varint,10,opt,name=redis_enabled" json:"redis_enabled,omitempty"`
// contains filtered or unexported fields
}
func (*TracingCF) Descriptor
deprecated
func (*TracingCF) GetGrpcClientEnabled ¶
func (*TracingCF) GetGrpcServerEnabled ¶
func (*TracingCF) GetHttpClientEnabled ¶
func (*TracingCF) GetHttpServerEnabled ¶
func (*TracingCF) GetOtlpCaCertificateFile ¶
func (*TracingCF) GetOtlpEndpoint ¶
func (*TracingCF) GetOtlpTokenSecretFile ¶
func (*TracingCF) GetRedisEnabled ¶
func (*TracingCF) ProtoMessage ¶
func (*TracingCF) ProtoMessage()
func (*TracingCF) ProtoReflect ¶
func (x *TracingCF) ProtoReflect() protoreflect.Message
type WorkspacesCF ¶
type WorkspacesCF struct {
Listen *WorkspacesListenCF `protobuf:"bytes,1,opt,name=listen" json:"listen,omitempty"`
Enabled bool `protobuf:"varint,2,opt,name=enabled" json:"enabled,omitempty"`
// contains filtered or unexported fields
}
func (*WorkspacesCF) Descriptor
deprecated
func (*WorkspacesCF) Descriptor() ([]byte, []int)
Deprecated: Use WorkspacesCF.ProtoReflect.Descriptor instead.
func (*WorkspacesCF) GetEnabled ¶
func (x *WorkspacesCF) GetEnabled() bool
func (*WorkspacesCF) GetListen ¶
func (x *WorkspacesCF) GetListen() *WorkspacesListenCF
func (*WorkspacesCF) ProtoMessage ¶
func (*WorkspacesCF) ProtoMessage()
func (*WorkspacesCF) ProtoReflect ¶
func (x *WorkspacesCF) ProtoReflect() protoreflect.Message
func (*WorkspacesCF) Reset ¶
func (x *WorkspacesCF) Reset()
func (*WorkspacesCF) String ¶
func (x *WorkspacesCF) String() string
type WorkspacesListenCF ¶
type WorkspacesListenCF struct {
Network *string `protobuf:"bytes,1,opt,name=network" json:"network,omitempty"`
Address string `protobuf:"bytes,2,opt,name=address" json:"address,omitempty"`
ListenGracePeriod *durationpb.Duration `protobuf:"bytes,3,opt,name=listen_grace_period" json:"listen_grace_period,omitempty"`
ShutdownGracePeriod *durationpb.Duration `protobuf:"bytes,4,opt,name=shutdown_grace_period" json:"shutdown_grace_period,omitempty"`
// contains filtered or unexported fields
}
func (*WorkspacesListenCF) Descriptor
deprecated
func (*WorkspacesListenCF) Descriptor() ([]byte, []int)
Deprecated: Use WorkspacesListenCF.ProtoReflect.Descriptor instead.
func (*WorkspacesListenCF) GetAddress ¶
func (x *WorkspacesListenCF) GetAddress() string
func (*WorkspacesListenCF) GetListenGracePeriod ¶
func (x *WorkspacesListenCF) GetListenGracePeriod() *durationpb.Duration
func (*WorkspacesListenCF) GetNetwork ¶
func (x *WorkspacesListenCF) GetNetwork() string
func (*WorkspacesListenCF) GetShutdownGracePeriod ¶
func (x *WorkspacesListenCF) GetShutdownGracePeriod() *durationpb.Duration
func (*WorkspacesListenCF) ProtoMessage ¶
func (*WorkspacesListenCF) ProtoMessage()
func (*WorkspacesListenCF) ProtoReflect ¶
func (x *WorkspacesListenCF) ProtoReflect() protoreflect.Message
func (*WorkspacesListenCF) Reset ¶
func (x *WorkspacesListenCF) Reset()
func (*WorkspacesListenCF) String ¶
func (x *WorkspacesListenCF) String() string