Lines
100 %
Functions
#pragma once
#include "envoy/config/bootstrap/v3/bootstrap.pb.h"
namespace Envoy {
namespace Config {
// Translate from old fixed runtime to new layered runtime configuration.
void translateRuntime(const envoy::config::bootstrap::v3::Runtime& runtime_config,
envoy::config::bootstrap::v3::LayeredRuntime& layered_runtime_config);
} // namespace Config
} // namespace Envoy