From 3e87a31cbb0aa1a27fbb52e7603084d4945a37c1 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 10 May 2021 09:30:48 +0300 Subject: [PATCH] remove ClusterFeature Signed-off-by: Jari Kolehmainen --- src/common/k8s/resource-stack.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/common/k8s/resource-stack.ts b/src/common/k8s/resource-stack.ts index e3f9d075e3..392cfab258 100644 --- a/src/common/k8s/resource-stack.ts +++ b/src/common/k8s/resource-stack.ts @@ -10,12 +10,6 @@ import { clusterKubectlApplyAllHandler, clusterKubectlDeleteAllHandler } from ". import { ClusterStore } from "../cluster-store"; export class ResourceStack { - /** - * this field sets the template parameters that are to be applied to any templated kubernetes resources that are to be installed. - * See the renderTemplates() method for more details - */ - templateContext: any; - constructor(protected cluster: KubernetesCluster) {} /**