Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct { Client *kubernetes.Clientset Config *Config Sdk *sdk.Sdk // contains filtered or unexported fields }
func (*Agent) RegisterSink ¶
type ChangeSink ¶
type ChangeSummary ¶
type ChangeSummary struct { Type string `json:"type"` Changes ChangeSummaryChange `json:"changes"` }
type ChangeSummaryChange ¶
type Config ¶
type Config struct { Runner *RunnerConfig `yaml:"runner,omitempty"` Server *ServerConfig `yaml:"server,omitempty"` AgentId string `yaml:"agentId"` }
func LoadConfig ¶
func (*Config) GetAgentId ¶
func (*Config) GetNamespace ¶
type RunnerConfig ¶
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.