Skip to content

Commit

Permalink
feat: use SUB_DEPLOYMENTS term (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaruka authored Oct 24, 2022
1 parent ee9b997 commit 099d424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public class SubGroupDeploymentIntegrationTest extends BaseITCase {
private static final String ROOT_GROUP_DEPLOYMENT_CONFIG = "FleetConfigWithSimpleAppv1.json";
private static final Map<String, String> ROOT_GROUP_SERVICE_MAP = Utils.immutableMap("SimpleApp", "1.0.0");
private static final List<String> REQUIRED_CAPABILITY =
Arrays.asList(DeploymentCapability.SUBGROUP_DEPLOYMENTS.toString());
Arrays.asList(DeploymentCapability.SUB_DEPLOYMENTS.toString());

private Kernel kernel;
private DeviceConfiguration deviceConfiguration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public class Kernel {
private static final List<String> SUPPORTED_CAPABILITIES =
Arrays.asList(DeploymentCapability.LARGE_CONFIGURATION.toString(),
DeploymentCapability.LINUX_RESOURCE_LIMITS.toString(),
DeploymentCapability.SUBGROUP_DEPLOYMENTS.toString());
DeploymentCapability.SUB_DEPLOYMENTS.toString());

@Getter
private final Context context;
Expand Down

0 comments on commit 099d424

Please sign in to comment.