Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretConfig ¶
type SecretConfig struct { // For the client ApiUrl string `json:"apiUrl"` ApiToken string `json:"apiToken"` PaasToken string `json:"paasToken"` Proxy string `json:"proxy"` NoProxy string `json:"noProxy"` NetworkZone string `json:"networkZone"` TrustedCAs string `json:"trustedCAs"` SkipCertCheck bool `json:"skipCertCheck"` // For the injection TenantUUID string `json:"tenantUUID"` HasHost bool `json:"hasHost"` MonitoringNodes map[string]string `json:"monitoringNodes"` TlsCert string `json:"tlsCert"` HostGroup string `json:"hostGroup"` InitialConnectRetry int `json:"initialConnectRetry"` EnforcementMode bool `json:"enforcementMode"` // For the enrichment ClusterID string `json:"clusterID"` }
Click to show internal directories.
Click to hide internal directories.