Skip to content

Commit

Permalink
Merge pull request #39 from redhat-marketplace/fix/updateModules
Browse files Browse the repository at this point in the history
update pkgs k8s v0.26.9
  • Loading branch information
dacleyra authored Sep 19, 2023
2 parents 49a54ad + 640dd46 commit 48537f5
Show file tree
Hide file tree
Showing 15 changed files with 211 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
before:
hooks:
- go mod tidy -go=1.17 && go mod tidy -go=1.19.12
- go mod tidy -go=1.19
- find . -type f -name "*.go" | xargs addlicense -c "IBM Corporation."
env:
- CGO_ENABLED=0
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ goreleaser:

tools:
go mod download
go install "k8s.io/code-generator/cmd/conversion-gen@v0.24.12"
go install "sigs.k8s.io/controller-tools/cmd/controller-gen@v0.10.0"
go install "k8s.io/code-generator/cmd/conversion-gen@v0.26.9"
go install "sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.4"

go-licenses:
go install "github.com/google/go-licenses@latest"
Expand Down
3 changes: 2 additions & 1 deletion docs/datactl.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ datactl [flags]
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
-h, --help help for datactl
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
Expand Down Expand Up @@ -80,4 +81,4 @@ datactl [flags]
* [datactl export](datactl_export.md) - Export metrics from Dataservice Operator
* [datactl sources](datactl_sources.md) - Manage datactl sources.

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
3 changes: 2 additions & 1 deletion docs/datactl_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ datactl config SUBCOMMAND
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down Expand Up @@ -67,4 +68,4 @@ datactl config SUBCOMMAND
* [datactl](datactl.md) - datactl provides tooling to export data from operators
* [datactl config init](datactl_config_init.md) - Initializes the config for Dataservice and API endpoints

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
3 changes: 2 additions & 1 deletion docs/datactl_config_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ datactl config init
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down Expand Up @@ -77,4 +78,4 @@ datactl config init

* [datactl config](datactl_config.md) - Modify datactl configuration

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
3 changes: 2 additions & 1 deletion docs/datactl_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ datactl export SUBCOMMAND
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down Expand Up @@ -65,4 +66,4 @@ datactl export SUBCOMMAND
* [datactl export pull](datactl_export_pull.md) - Pulls files from Dataservice Operator or IBM License Metric Tool
* [datactl export push](datactl_export_push.md) - Pushes commited files.

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
5 changes: 3 additions & 2 deletions docs/datactl_export_commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ datactl export commit [(--dry-run)]
--dry-run No action taken. Print only.
-h, --help help for commit
--no-headers When using the default or custom-column output format, don't print headers (default print headers).
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file, custom-columns, custom-columns-file, wide). See custom columns [https://kubernetes.io/docs/reference/kubectl/overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file, custom-columns, custom-columns-file, wide). See custom columns [https://kubernetes.io/docs/reference/kubectl/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```

Expand All @@ -47,6 +47,7 @@ datactl export commit [(--dry-run)]
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down Expand Up @@ -83,4 +84,4 @@ datactl export commit [(--dry-run)]

* [datactl export](datactl_export.md) - Export metrics from Dataservice Operator

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
5 changes: 3 additions & 2 deletions docs/datactl_export_pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ datactl export pull all [(--source-type SOURCE_TYPE) (--source-name SOURCE_NAME)
--end-date string End Date
-h, --help help for pull
--no-headers When using the default or custom-column output format, don't print headers (default print headers).
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file, custom-columns, custom-columns-file, wide). See custom columns [https://kubernetes.io/docs/reference/kubectl/overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file, custom-columns, custom-columns-file, wide). See custom columns [https://kubernetes.io/docs/reference/kubectl/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
--source-name string Source Type
--source-type string Source Name
--start-date string Start Date
Expand All @@ -61,6 +61,7 @@ datactl export pull all [(--source-type SOURCE_TYPE) (--source-name SOURCE_NAME)
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down Expand Up @@ -97,4 +98,4 @@ datactl export pull all [(--source-type SOURCE_TYPE) (--source-name SOURCE_NAME)

* [datactl export](datactl_export.md) - Export metrics from Dataservice Operator

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
5 changes: 3 additions & 2 deletions docs/datactl_export_push.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ datactl export push [(--dry-run)]
--file string tar file to upload from
-h, --help help for push
--no-headers When using the default or custom-column output format, don't print headers (default print headers).
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file, custom-columns, custom-columns-file, wide). See custom columns [https://kubernetes.io/docs/reference/kubectl/overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file, custom-columns, custom-columns-file, wide). See custom columns [https://kubernetes.io/docs/reference/kubectl/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```

Expand All @@ -51,6 +51,7 @@ datactl export push [(--dry-run)]
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down Expand Up @@ -87,4 +88,4 @@ datactl export push [(--dry-run)]

* [datactl export](datactl_export.md) - Export metrics from Dataservice Operator

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
3 changes: 2 additions & 1 deletion docs/datactl_sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ datactl sources SUBCOMMAND
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down Expand Up @@ -67,4 +68,4 @@ datactl sources SUBCOMMAND
* [datactl](datactl.md) - datactl provides tooling to export data from operators
* [datactl sources add](datactl_sources_add.md) - Add a datactl source.

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
3 changes: 2 additions & 1 deletion docs/datactl_sources_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ datactl sources add SUBCOMMAND
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down Expand Up @@ -64,4 +65,4 @@ datactl sources add SUBCOMMAND
* [datactl sources add dataservice](datactl_sources_add_dataservice.md) - Initializes the config for Dataservice and API endpoints
* [datactl sources add ilmt](datactl_sources_add_ilmt.md) - Initializes the config for ILMT source details

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
3 changes: 2 additions & 1 deletion docs/datactl_sources_add_dataservice.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ datactl sources add dataservice
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down Expand Up @@ -85,4 +86,4 @@ datactl sources add dataservice

* [datactl sources add](datactl_sources_add.md) - Add a datactl source.

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
3 changes: 2 additions & 1 deletion docs/datactl_sources_add_ilmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ datactl sources add ilmt
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down Expand Up @@ -76,4 +77,4 @@ datactl sources add ilmt

* [datactl sources add](datactl_sources_add.md) - Add a datactl source.

###### Auto generated by spf13/cobra on 15-Jun-2023
###### Auto generated by spf13/cobra on 18-Sep-2023
Loading

0 comments on commit 48537f5

Please sign in to comment.