1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove ClusterFeature

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-05-10 09:30:48 +03:00
parent f47e2a8477
commit 3e87a31cbb

View File

@ -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) {}
/**