Making changes backwards compatible by keeping the ClusterDetails object as an accepted type.
Signed-off-by: Nicolas Arnold <nic@roadie.io>
This commit is contained in:
@@ -123,7 +123,8 @@ export interface ObjectFetchParams {
|
||||
clusterDetails:
|
||||
| AWSClusterDetails
|
||||
| GKEClusterDetails
|
||||
| ServiceAccountClusterDetails;
|
||||
| ServiceAccountClusterDetails
|
||||
| ClusterDetails;
|
||||
// (undocumented)
|
||||
customResources: CustomResource[];
|
||||
// (undocumented)
|
||||
|
||||
@@ -30,7 +30,8 @@ export interface ObjectFetchParams {
|
||||
clusterDetails:
|
||||
| AWSClusterDetails
|
||||
| GKEClusterDetails
|
||||
| ServiceAccountClusterDetails;
|
||||
| ServiceAccountClusterDetails
|
||||
| ClusterDetails;
|
||||
objectTypesToFetch: Set<KubernetesObjectTypes>;
|
||||
labelSelector: string;
|
||||
customResources: CustomResource[];
|
||||
|
||||
Reference in New Issue
Block a user