Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerInfo ¶ added in v1.3.0
type SecretConfig ¶
type SecretConfig struct { MonitoringNodes map[string]string `json:"monitoringNodes"` // 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"` // oneAgent OneAgentNoProxy string `json:"oneAgentNoProxy"` // For the injection TenantUUID string `json:"tenantUUID"` HostGroup string `json:"hostGroup"` InitialConnectRetry int `json:"initialConnectRetry"` SkipCertCheck bool `json:"skipCertCheck"` HasHost bool `json:"hasHost"` EnforcementMode bool `json:"enforcementMode"` CSIMode bool `json:"csiMode"` ReadOnlyCSIDriver bool `json:"readOnlyCSIDriver"` }
Click to show internal directories.
Click to hide internal directories.