Skip to content

Commit

Permalink
Stop fetching bundleDeployments
Browse files Browse the repository at this point in the history
  • Loading branch information
aruiz14 committed Jan 30, 2025
1 parent 6fedbb1 commit 0c7cec3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions shell/detail/fleet.cattle.io.cluster.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ export default {
},
computed: {
allBundleDeployments() {
return this.value.bundleDeployments;
},
clusterId() {
return this.value.id;
},
Expand Down
7 changes: 0 additions & 7 deletions shell/detail/fleet.cattle.io.gitrepo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default {
return {
allFleetClusters: [],

Check warning on line 38 in shell/detail/fleet.cattle.io.gitrepo.vue

View workflow job for this annotation

GitHub Actions / lint

Extra space before value for key 'allFleetClusters'
allBundles: [],

Check warning on line 39 in shell/detail/fleet.cattle.io.gitrepo.vue

View workflow job for this annotation

GitHub Actions / lint

Extra space before value for key 'allBundles'
allBundleDeployments: [],
};
},
computed: {
Expand Down Expand Up @@ -86,11 +85,6 @@ export default {
opt: { excludeFields: ['metadata.managedFields', 'spec.resources'] },
},
allBundleDeployments: {
inStoreType: 'management',
type: FLEET.BUNDLE_DEPLOYMENT
},
allFleetClusters: {
inStoreType: 'management',
type: FLEET.CLUSTER
Expand All @@ -101,7 +95,6 @@ export default {
}
}, this.$store);
this.allBundleDeployments = allDispatches.allBundleDeployments || [];
this.allBundles = allDispatches.allBundles || [];
this.allFleetClusters = allDispatches.allFleetClusters || [];
},
Expand Down
4 changes: 0 additions & 4 deletions shell/pages/c/_cluster/fleet/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ export default {
inStoreType: 'management',
type: FLEET.CLUSTER_GROUP
},
allBundleDeployments: {
inStoreType: 'management',
type: FLEET.BUNDLE_DEPLOYMENT,
},
allBundles: {
inStoreType: 'management',
type: FLEET.BUNDLE,
Expand Down

0 comments on commit 0c7cec3

Please sign in to comment.