From e75200bb8e49ce0bdbefc0466431320ab5027e37 Mon Sep 17 00:00:00 2001 From: Airat Arifullin Date: Mon, 13 May 2024 13:50:17 +0300 Subject: [PATCH] [#75] chain: Remove `ContaierResource`, `ContainerRequest` constants Signed-off-by: Airat Arifullin --- pkg/chain/chain.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/chain/chain.go b/pkg/chain/chain.go index ce2d6b0..b079c74 100644 --- a/pkg/chain/chain.go +++ b/pkg/chain/chain.go @@ -79,8 +79,6 @@ type ObjectType byte const ( ObjectResource ObjectType = iota ObjectRequest - ContainerResource - ContainerRequest ) type ConditionType byte