Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Config for CA Client CAClientConfig caclient.Config // LoggingOptions is the options for Istio logging. LoggingOptions *log.Options // WorkloadOpts configures how to create handler for each workload api. WorkloadOpts handler.Options // SecretDirectory is the directory to to save keys/certs when using file mode SecretServer. SecretDirectory string }
Config is Node agent configuration.
type NodeAgent ¶
type NodeAgent interface {
Start() error
}
NodeAgent interface that should be implemented by various platform specific node agents.
func NewNodeAgent ¶
NewNodeAgent is constructor for Node agent based on the provided Environment variable.
Click to show internal directories.
Click to hide internal directories.