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" )