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:
parent
f47e2a8477
commit
3e87a31cbb
@ -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) {}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user