We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5578aa commit f1ec108Copy full SHA for f1ec108
falcon/containers.go
@@ -38,6 +38,8 @@ func FalconContainerUploadURI(falconCloud CloudType) string {
38
}
39
40
// FalconContainerSensorImageURI returns a URI for downloading a container sensor image. Defaults to the falcon-sensor image.
41
+// When the Falcon Cloud CloudType is set to CloudAutoDiscover, be sure to provide the results of ApiConfig.Cloud after the client
42
+// has been initialized to ensure the correct CloudType is used and not CloudAutoDiscover.
43
func FalconContainerSensorImageURI(falconCloud CloudType, sensorType SensorType) string {
44
switch sensorType {
45
case SidecarSensor:
0 commit comments