update libcontainer,gocapability,cadvisor
This commit is contained in:
2
vendor/github.com/google/cadvisor/utils/cloudinfo/azure.go
generated
vendored
2
vendor/github.com/google/cadvisor/utils/cloudinfo/azure.go
generated
vendored
@@ -34,7 +34,7 @@ func onAzure() bool {
|
||||
return strings.Contains(string(data), MicrosoftCorporation)
|
||||
}
|
||||
|
||||
//TODO: Implement method.
|
||||
// TODO: Implement method.
|
||||
func getAzureInstanceType() info.InstanceType {
|
||||
return info.UnknownInstance
|
||||
}
|
||||
|
||||
2
vendor/github.com/google/cadvisor/utils/cloudinfo/cloudinfo.go
generated
vendored
2
vendor/github.com/google/cadvisor/utils/cloudinfo/cloudinfo.go
generated
vendored
@@ -97,7 +97,7 @@ func detectInstanceID(cloudProvider info.CloudProvider) info.InstanceID {
|
||||
return info.UnNamedInstance
|
||||
}
|
||||
|
||||
//TODO: Implement method.
|
||||
// TODO: Implement method.
|
||||
func onBaremetal() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user