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"` // oneAgent OneAgentNoProxy string `json:"oneAgentNoProxy"` // 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"` CSIMode bool `json:"csiMode"` ReadOnlyCSIDriver bool `json:"readOnlyCSIDriver"` }
Click to show internal directories.
Click to hide internal directories.