Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
modagent.Config
AgentMeta *entity.AgentkMeta
// K8sUtilFactory provides means to interact with the Kubernetes cluster agentk is running in.
K8sUtilFactory util.Factory
// RegisterKASAPI allows to register a gRPC API endpoint that agentk proxies to kas.
RegisterKASAPI func(*grpc.ServiceDesc)
// ServiceAccountName is a string defined by default as "gitlab-agent".
ServiceAccountName string
}
Config holds configuration for a Module.
Click to show internal directories.
Click to hide internal directories.