From ee790ae8d54623f6b07fda5f516a077b5e783ecf Mon Sep 17 00:00:00 2001 From: Craig Condit Date: Wed, 13 Mar 2024 14:37:57 -0500 Subject: [PATCH] [YUNIKORN-2488] SI: Remove stateaware constants --- lib/go/common/constants.go | 1 - scheduler-interface-spec.md | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/go/common/constants.go b/lib/go/common/constants.go index a8898ef..c28b8f9 100644 --- a/lib/go/common/constants.go +++ b/lib/go/common/constants.go @@ -63,7 +63,6 @@ const ( AppTagNamespaceResourceQuota = "namespace.resourcequota" AppTagNamespaceResourceGuaranteed = "namespace.resourceguaranteed" AppTagNamespaceResourceMaxApps = "namespace.resourcemaxapps" - AppTagStateAwareDisable = "application.stateaware.disable" AppTagCreateForce = "application.create.force" NodeReadyAttribute = "ready" ) diff --git a/scheduler-interface-spec.md b/scheduler-interface-spec.md index cd899fa..58cd721 100644 --- a/scheduler-interface-spec.md +++ b/scheduler-interface-spec.md @@ -772,7 +772,6 @@ const ( AppTagNamespaceResourceQuota = "namespace.resourcequota" AppTagNamespaceResourceGuaranteed = "namespace.resourceguaranteed" AppTagNamespaceResourceMaxApps = "namespace.resourcemaxapps" - AppTagStateAwareDisable = "application.stateaware.disable" AppTagCreateForce = "application.create.force" NodeReadyAttribute = "ready" )