1
#pragma once
2

            
3
#include "envoy/config/bootstrap/v3/bootstrap.pb.h"
4

            
5
namespace Envoy {
6
namespace Config {
7

            
8
// Translate from old fixed runtime to new layered runtime configuration.
9
void translateRuntime(const envoy::config::bootstrap::v3::Runtime& runtime_config,
10
                      envoy::config::bootstrap::v3::LayeredRuntime& layered_runtime_config);
11

            
12
} // namespace Config
13
} // namespace Envoy