-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump up Kubernetes libs and Kubernetes cluster versions - 1.27..1.30 …
…on Go 1.22
- Loading branch information
Showing
30 changed files
with
230 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module github.com/iximiuz/client-go-examples/cli-runtime-flags | ||
|
||
go 1.22.0 | ||
go 1.22.3 | ||
|
||
require ( | ||
k8s.io/cli-runtime v0.28.3 | ||
k8s.io/cli-runtime v0.30.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module github.com/iximiuz/client-go-examples/cli-runtime-printers | ||
|
||
go 1.22.0 | ||
go 1.22.3 | ||
|
||
require ( | ||
k8s.io/api v0.28.3 | ||
k8s.io/cli-runtime v0.28.3 | ||
k8s.io/client-go v0.28.3 | ||
k8s.io/api v0.30.1 | ||
k8s.io/cli-runtime v0.30.1 | ||
k8s.io/client-go v0.30.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module github.com/iximiuz/client-go-examples/cli-runtime-resources-from-cluster | ||
|
||
go 1.22.0 | ||
go 1.22.3 | ||
|
||
require ( | ||
github.com/spf13/cobra v1.7.0 | ||
k8s.io/cli-runtime v0.28.3 | ||
k8s.io/client-go v0.28.3 | ||
k8s.io/cli-runtime v0.30.1 | ||
k8s.io/client-go v0.30.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module github.com/iximiuz/client-go-examples/cli-runtime-resources-from-file | ||
|
||
go 1.22.0 | ||
go 1.22.3 | ||
|
||
require ( | ||
github.com/spf13/cobra v1.7.0 | ||
k8s.io/cli-runtime v0.28.3 | ||
k8s.io/client-go v0.28.3 | ||
k8s.io/cli-runtime v0.30.1 | ||
k8s.io/client-go v0.30.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module github.com/iximiuz/client-go-examples/convert-unstructured-typed | ||
|
||
go 1.22.0 | ||
go 1.22.3 | ||
|
||
require ( | ||
k8s.io/api v0.28.3 | ||
k8s.io/apimachinery v0.28.3 | ||
k8s.io/api v0.30.1 | ||
k8s.io/apimachinery v0.30.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module github.com/iximiuz/client-go-examples/crud-dynamic-simple | ||
|
||
go 1.22.0 | ||
go 1.22.3 | ||
|
||
require ( | ||
k8s.io/apimachinery v0.28.3 | ||
k8s.io/client-go v0.28.3 | ||
k8s.io/apimachinery v0.30.1 | ||
k8s.io/client-go v0.30.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module github.com/iximiuz/client-go-examples/crud-typed-simple | ||
|
||
go 1.22.0 | ||
go 1.22.3 | ||
|
||
require ( | ||
k8s.io/api v0.28.3 | ||
k8s.io/apimachinery v0.28.3 | ||
k8s.io/client-go v0.28.3 | ||
k8s.io/api v0.30.1 | ||
k8s.io/apimachinery v0.30.1 | ||
k8s.io/client-go v0.30.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module github.com/iximiuz/client-go-examples/error-handling | ||
|
||
go 1.22.0 | ||
go 1.22.3 | ||
|
||
require ( | ||
k8s.io/api v0.28.3 | ||
k8s.io/apimachinery v0.28.3 | ||
k8s.io/client-go v0.28.3 | ||
k8s.io/api v0.30.1 | ||
k8s.io/apimachinery v0.30.1 | ||
k8s.io/client-go v0.30.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module github.com/iximiuz/client-go-examples/field-selectors | ||
|
||
go 1.22.0 | ||
go 1.22.3 | ||
|
||
require ( | ||
k8s.io/apimachinery v0.28.3 | ||
k8s.io/apimachinery v0.30.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
go 1.22.0 | ||
go 1.22.3 | ||
|
||
use ( | ||
./cli-runtime-flags | ||
|
Oops, something went wrong.