Documentation ¶
Overview ¶
Package agentcmd contains the command to start the agent
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct { NodeName string `env:"CISIN_NODE_NAME" help:"Agent hostname" json:"nodeName"` ClusterName string `` /* 127-byte string literal not displayed */ NodeType string `` /* 171-byte string literal not displayed */ Hubble hubble `` /* 132-byte string literal not displayed */ Nats nats `` /* 130-byte string literal not displayed */ K8s k8s `` /* 129-byte string literal not displayed */ LogLevel string `` /* 131-byte string literal not displayed */ SrcModules []string `` /* 133-byte string literal not displayed */ DestModules []string `` /* 134-byte string literal not displayed */ ImageSrc string `` /* 171-byte string literal not displayed */ ImageSrcNamespace string `` /* 140-byte string literal not displayed */ Registry registry `` /* 134-byte string literal not displayed */ SBOM sbom `` /* 130-byte string literal not displayed */ CacheTTL time.Duration `` /* 131-byte string literal not displayed */ }
Agent is the command to start the CISIN agent.
Click to show internal directories.
Click to hide internal directories.