Skip to content

Commit 092ba51

Browse files
authored
refactor: Remove unused api/variables package (#623)
**What problem does this PR solve?**: Removes code that appears to be unused. **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 90fd6cb commit 092ba51

File tree

4 files changed

+1
-109
lines changed

4 files changed

+1
-109
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ require (
1515
github.com/nutanix-cloud-native/prism-go-client v0.4.0
1616
github.com/onsi/gomega v1.33.1
1717
k8s.io/api v0.29.3
18-
k8s.io/apiextensions-apiserver v0.29.3
1918
k8s.io/apimachinery v0.29.3
2019
k8s.io/utils v0.0.0-20231127182322-b307cd553661
2120
sigs.k8s.io/cluster-api v1.7.1
@@ -70,6 +69,7 @@ require (
7069
gopkg.in/inf.v0 v0.9.1 // indirect
7170
gopkg.in/yaml.v2 v2.4.0 // indirect
7271
gopkg.in/yaml.v3 v3.0.1 // indirect
72+
k8s.io/apiextensions-apiserver v0.29.3 // indirect
7373
k8s.io/client-go v0.29.3 // indirect
7474
k8s.io/component-base v0.29.3 // indirect
7575
k8s.io/klog/v2 v2.120.1 // indirect

api/variables/enums.go

Lines changed: 0 additions & 18 deletions
This file was deleted.

api/variables/eums_test.go

Lines changed: 0 additions & 70 deletions
This file was deleted.

api/variables/json.go

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)