kascfg

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use AgentCF.ProtoReflect.Descriptor instead.

func (*AgentCF) GetConfiguration

func (x *AgentCF) GetConfiguration() *AgentConfigurationCF

func (*AgentCF) GetGitops

func (x *AgentCF) GetGitops() *GitopsCF

func (*AgentCF) GetInfoCacheErrorTtl

func (x *AgentCF) GetInfoCacheErrorTtl() *duration.Duration

func (*AgentCF) GetInfoCacheTtl

func (x *AgentCF) GetInfoCacheTtl() *duration.Duration

func (*AgentCF) ProtoMessage

func (*AgentCF) ProtoMessage()

func (*AgentCF) ProtoReflect

func (x *AgentCF) ProtoReflect() protoreflect.Message

func (*AgentCF) Reset

func (x *AgentCF) Reset()

func (*AgentCF) String

func (x *AgentCF) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use GitLabCF.ProtoReflect.Descriptor instead.

func (*GitLabCF) GetAddress

func (x *GitLabCF) GetAddress() string

func (*GitLabCF) GetAuthenticationSecretFile

func (x *GitLabCF) GetAuthenticationSecretFile() string

func (*GitLabCF) ProtoMessage

func (*GitLabCF) ProtoMessage()

func (*GitLabCF) ProtoReflect

func (x *GitLabCF) ProtoReflect() protoreflect.Message

func (*GitLabCF) Reset

func (x *GitLabCF) Reset()

func (*GitLabCF) String

func (x *GitLabCF) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use GitopsCF.ProtoReflect.Descriptor instead.

func (*GitopsCF) GetPollPeriod

func (x *GitopsCF) GetPollPeriod() *duration.Duration

func (*GitopsCF) GetProjectInfoCacheErrorTtl

func (x *GitopsCF) GetProjectInfoCacheErrorTtl() *duration.Duration

func (*GitopsCF) GetProjectInfoCacheTtl

func (x *GitopsCF) GetProjectInfoCacheTtl() *duration.Duration

func (*GitopsCF) ProtoMessage

func (*GitopsCF) ProtoMessage()

func (*GitopsCF) ProtoReflect

func (x *GitopsCF) ProtoReflect() protoreflect.Message

func (*GitopsCF) Reset

func (x *GitopsCF) Reset()

func (*GitopsCF) String

func (x *GitopsCF) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use ListenCF.ProtoReflect.Descriptor instead.

func (*ListenCF) GetAddress

func (x *ListenCF) GetAddress() string

func (*ListenCF) GetNetwork

func (x *ListenCF) GetNetwork() string

func (*ListenCF) GetWebsocket

func (x *ListenCF) GetWebsocket() bool

func (*ListenCF) ProtoMessage

func (*ListenCF) ProtoMessage()

func (*ListenCF) ProtoReflect

func (x *ListenCF) ProtoReflect() protoreflect.Message

func (*ListenCF) Reset

func (x *ListenCF) Reset()

func (*ListenCF) String

func (x *ListenCF) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use MetricsCF.ProtoReflect.Descriptor instead.

func (*MetricsCF) GetUsageReportingPeriod added in v0.0.4

func (x *MetricsCF) GetUsageReportingPeriod() *duration.Duration

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

func (*MetricsCF) Reset added in v0.0.4

func (x *MetricsCF) Reset()

func (*MetricsCF) String added in v0.0.4

func (x *MetricsCF) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL