Documentation
¶
Index ¶
- Variables
- type AgentCF
- func (*AgentCF) Descriptor() ([]byte, []int)deprecated
- func (x *AgentCF) GetConfiguration() *AgentConfigurationCF
- func (x *AgentCF) GetGitops() *GitopsCF
- func (x *AgentCF) GetInfoCacheErrorTtl() *duration.Duration
- func (x *AgentCF) GetInfoCacheTtl() *duration.Duration
- 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) GetPollPeriod() *duration.Duration
- func (*AgentConfigurationCF) ProtoMessage()
- func (x *AgentConfigurationCF) ProtoReflect() protoreflect.Message
- func (x *AgentConfigurationCF) Reset()
- func (x *AgentConfigurationCF) String() string
- type ConfigurationFile
- func (*ConfigurationFile) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigurationFile) GetAgent() *AgentCF
- func (x *ConfigurationFile) GetGitlab() *GitLabCF
- func (x *ConfigurationFile) GetListen() *ListenCF
- func (x *ConfigurationFile) GetMetrics() *MetricsCF
- func (*ConfigurationFile) ProtoMessage()
- func (x *ConfigurationFile) ProtoReflect() protoreflect.Message
- func (x *ConfigurationFile) Reset()
- func (x *ConfigurationFile) String() string
- type GitLabCF
- type GitopsCF
- func (*GitopsCF) Descriptor() ([]byte, []int)deprecated
- func (x *GitopsCF) GetPollPeriod() *duration.Duration
- func (x *GitopsCF) GetProjectInfoCacheErrorTtl() *duration.Duration
- func (x *GitopsCF) GetProjectInfoCacheTtl() *duration.Duration
- func (*GitopsCF) ProtoMessage()
- func (x *GitopsCF) ProtoReflect() protoreflect.Message
- func (x *GitopsCF) Reset()
- func (x *GitopsCF) String() string
- type ListenCF
- func (*ListenCF) Descriptor() ([]byte, []int)deprecated
- func (x *ListenCF) GetAddress() string
- func (x *ListenCF) GetNetwork() string
- func (x *ListenCF) GetWebsocket() bool
- func (*ListenCF) ProtoMessage()
- func (x *ListenCF) ProtoReflect() protoreflect.Message
- func (x *ListenCF) Reset()
- func (x *ListenCF) String() string
- type MetricsCF
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_kascfg_kascfg_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AgentCF ¶
type AgentCF struct { Configuration *AgentConfigurationCF `protobuf:"bytes,1,opt,name=configuration,proto3" json:"configuration,omitempty"` Gitops *GitopsCF `protobuf:"bytes,2,opt,name=gitops,proto3" json:"gitops,omitempty"` InfoCacheTtl *duration.Duration `protobuf:"bytes,3,opt,name=info_cache_ttl,proto3" json:"info_cache_ttl,omitempty"` InfoCacheErrorTtl *duration.Duration `protobuf:"bytes,4,opt,name=info_cache_error_ttl,proto3" json:"info_cache_error_ttl,omitempty"` // contains filtered or unexported fields }
func (*AgentCF) Descriptor
deprecated
func (*AgentCF) GetConfiguration ¶
func (x *AgentCF) GetConfiguration() *AgentConfigurationCF
func (*AgentCF) GetInfoCacheErrorTtl ¶
func (*AgentCF) GetInfoCacheTtl ¶
func (*AgentCF) ProtoMessage ¶
func (*AgentCF) ProtoMessage()
func (*AgentCF) ProtoReflect ¶
func (x *AgentCF) ProtoReflect() protoreflect.Message
type AgentConfigurationCF ¶
type AgentConfigurationCF struct { PollPeriod *duration.Duration `protobuf:"bytes,1,opt,name=poll_period,proto3" json:"poll_period,omitempty"` // contains filtered or unexported fields }
func (*AgentConfigurationCF) Descriptor
deprecated
func (*AgentConfigurationCF) Descriptor() ([]byte, []int)
Deprecated: Use AgentConfigurationCF.ProtoReflect.Descriptor instead.
func (*AgentConfigurationCF) GetPollPeriod ¶
func (x *AgentConfigurationCF) GetPollPeriod() *duration.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 ConfigurationFile ¶
type ConfigurationFile struct { Listen *ListenCF `protobuf:"bytes,1,opt,name=listen,proto3" json:"listen,omitempty"` Gitlab *GitLabCF `protobuf:"bytes,2,opt,name=gitlab,proto3" json:"gitlab,omitempty"` Agent *AgentCF `protobuf:"bytes,3,opt,name=agent,proto3" json:"agent,omitempty"` Metrics *MetricsCF `protobuf:"bytes,4,opt,name=metrics,proto3" json:"metrics,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) GetGitlab ¶
func (x *ConfigurationFile) GetGitlab() *GitLabCF
func (*ConfigurationFile) GetListen ¶
func (x *ConfigurationFile) GetListen() *ListenCF
func (*ConfigurationFile) GetMetrics ¶ added in v0.0.4
func (x *ConfigurationFile) GetMetrics() *MetricsCF
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 GitLabCF ¶
type GitLabCF struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` AuthenticationSecretFile string `protobuf:"bytes,2,opt,name=authentication_secret_file,proto3" json:"authentication_secret_file,omitempty"` // contains filtered or unexported fields }
func (*GitLabCF) Descriptor
deprecated
func (*GitLabCF) GetAddress ¶
func (*GitLabCF) GetAuthenticationSecretFile ¶
func (*GitLabCF) ProtoMessage ¶
func (*GitLabCF) ProtoMessage()
func (*GitLabCF) ProtoReflect ¶
func (x *GitLabCF) ProtoReflect() protoreflect.Message
type GitopsCF ¶
type GitopsCF struct { PollPeriod *duration.Duration `protobuf:"bytes,1,opt,name=poll_period,proto3" json:"poll_period,omitempty"` ProjectInfoCacheTtl *duration.Duration `protobuf:"bytes,2,opt,name=project_info_cache_ttl,proto3" json:"project_info_cache_ttl,omitempty"` ProjectInfoCacheErrorTtl *duration.Duration `protobuf:"bytes,3,opt,name=project_info_cache_error_ttl,proto3" json:"project_info_cache_error_ttl,omitempty"` // contains filtered or unexported fields }
func (*GitopsCF) Descriptor
deprecated
func (*GitopsCF) GetPollPeriod ¶
func (*GitopsCF) GetProjectInfoCacheErrorTtl ¶
func (*GitopsCF) GetProjectInfoCacheTtl ¶
func (*GitopsCF) ProtoMessage ¶
func (*GitopsCF) ProtoMessage()
func (*GitopsCF) ProtoReflect ¶
func (x *GitopsCF) ProtoReflect() protoreflect.Message
type ListenCF ¶
type ListenCF struct { Network string `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Websocket bool `protobuf:"varint,3,opt,name=websocket,proto3" json:"websocket,omitempty"` // contains filtered or unexported fields }
func (*ListenCF) Descriptor
deprecated
func (*ListenCF) GetAddress ¶
func (*ListenCF) GetNetwork ¶
func (*ListenCF) GetWebsocket ¶
func (*ListenCF) ProtoMessage ¶
func (*ListenCF) ProtoMessage()
func (*ListenCF) ProtoReflect ¶
func (x *ListenCF) ProtoReflect() protoreflect.Message
type MetricsCF ¶ added in v0.0.4
type MetricsCF struct { UsageReportingPeriod *duration.Duration `protobuf:"bytes,1,opt,name=usage_reporting_period,proto3" json:"usage_reporting_period,omitempty"` // contains filtered or unexported fields }
func (*MetricsCF) Descriptor
deprecated
added in
v0.0.4
func (*MetricsCF) GetUsageReportingPeriod ¶ added in v0.0.4
func (*MetricsCF) ProtoMessage ¶ added in v0.0.4
func (*MetricsCF) ProtoMessage()
func (*MetricsCF) ProtoReflect ¶ added in v0.0.4
func (x *MetricsCF) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.