Skip to content

Commit d91095b

Browse files
refactor(agent type): move runtime config to it's own module (NR-402665) (#1238)
* refactor(agent type): move runtime config to it's own module * docs * fix typo
1 parent 8134341 commit d91095b

File tree

22 files changed

+1130
-1063
lines changed

22 files changed

+1130
-1063
lines changed

agent-control/src/agent_type.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ pub mod definition;
55
pub mod embedded_registry;
66
pub mod environment_variable;
77
pub mod error;
8-
pub mod health_config;
98
pub mod render;
10-
pub mod restart_policy;
119
pub mod runtime_config;
12-
pub mod runtime_config_templates;
10+
pub mod templates;
1311
pub mod trivial_value;
1412
pub mod variable;
1513
pub mod version_config;

0 commit comments

Comments
 (0)