diff --git a/config/Map.yaml b/config/Map.yaml index 23af92c..263edb3 100644 --- a/config/Map.yaml +++ b/config/Map.yaml @@ -216,4 +216,8 @@ mappings: - deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta2\nkind: FlowSchema\n" newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: FlowSchema\n" deprecatedInVersion: "v1.26" - removedInVersion: "v1.29" \ No newline at end of file + removedInVersion: "v1.29" + - deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: FlowSchema\n" + newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1\nkind: FlowSchema\n" + deprecatedInVersion: "v1.29" + removedInVersion: "v1.32" \ No newline at end of file