Skip to content

Commit fc1df64

Browse files
authored
fix(): update latest apis (#418)
Signed-off-by: Rahul-D78 <[email protected]>
1 parent 0294add commit fc1df64

File tree

7 files changed

+34
-6
lines changed

7 files changed

+34
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/go-logr/zapr v1.2.4
1212
github.com/golang/protobuf v1.5.3
1313
github.com/google/go-cmp v0.6.0
14-
github.com/kubeslice/apis v0.3.1
14+
github.com/kubeslice/apis v0.3.3
1515
github.com/kubeslice/gateway-sidecar v0.2.0
1616
github.com/kubeslice/kubeslice-monitoring v0.2.1
1717
github.com/kubeslice/netops v0.1.3

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
383383
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
384384
github.com/kubeslice/apis v0.3.1 h1:5t8vTpyiu+2w8vLq4ATpEfhPJX4gG6mMZF+PcJQw8gM=
385385
github.com/kubeslice/apis v0.3.1/go.mod h1:YDSfpIsQM+FtQPaZVGNCTZnlp3viWuQhkjJjIHQdaYs=
386+
github.com/kubeslice/apis v0.3.3 h1:bOu3bX4DOX2EZFYQH8WQONb3fAeEUUBimYRyDrcbqP0=
387+
github.com/kubeslice/apis v0.3.3/go.mod h1:YDSfpIsQM+FtQPaZVGNCTZnlp3viWuQhkjJjIHQdaYs=
386388
github.com/kubeslice/gateway-sidecar v0.2.0 h1:Ja3fIUivuSjUFQ4lPCt79ATq99BxslvAFYUwV9Urpy4=
387389
github.com/kubeslice/gateway-sidecar v0.2.0/go.mod h1:nM1+Wjud2vk44cUg+9iwBbWTpqI+2Ecbn9NuaHEs9aY=
388390
github.com/kubeslice/kubeslice-monitoring v0.2.1 h1:wtmIEigpQoKzuckof7QRqdsaa4lV/rqxd/FcmOj5N5Q=

vendor/github.com/kubeslice/apis/pkg/controller/v1alpha1/cluster_types.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kubeslice/apis/pkg/controller/v1alpha1/project_types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kubeslice/apis/pkg/controller/v1alpha1/zz_generated.deepcopy.go

Lines changed: 22 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kubeslice/apis/pkg/worker/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ github.com/josharian/intern
115115
# github.com/json-iterator/go v1.1.12
116116
## explicit; go 1.12
117117
github.com/json-iterator/go
118-
# github.com/kubeslice/apis v0.3.1
118+
# github.com/kubeslice/apis v0.3.3
119119
## explicit; go 1.16
120120
github.com/kubeslice/apis/pkg/controller/v1alpha1
121121
github.com/kubeslice/apis/pkg/worker/v1alpha1

0 commit comments

Comments
 (0)