Skip to content

Commit

Permalink
chore: update deps + janitorial work
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 committed Oct 31, 2024
1 parent 610fb7a commit 35aabc6
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 247 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
deadline: 5m
timeout: 5m
allow-parallel-runners: true

issues:
Expand All @@ -21,7 +21,7 @@ linters:
enable:
- dupl
- errcheck
- exportloopref
- copyloopvar
- goconst
- gocyclo
- gofmt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.16.3
name: bridges.telemetry.kube-logging.dev
spec:
group: telemetry.kube-logging.dev
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.16.3
name: outputs.telemetry.kube-logging.dev
spec:
group: telemetry.kube-logging.dev
Expand Down Expand Up @@ -470,7 +470,6 @@ spec:
DisableKeepAlives, if true, disables HTTP keep-alives and will only use the connection to the server
for a single HTTP request.
WARNING: enabling this option can result in significant overhead establishing a new HTTP(S)
connection for every request. Before enabling this option please consider whether changes
to idle connection settings can achieve your goal.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.16.3
name: subscriptions.telemetry.kube-logging.dev
spec:
group: telemetry.kube-logging.dev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.16.3
name: tenants.telemetry.kube-logging.dev
spec:
group: telemetry.kube-logging.dev
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/telemetry.kube-logging.dev_bridges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.16.3
name: bridges.telemetry.kube-logging.dev
spec:
group: telemetry.kube-logging.dev
Expand Down
124 changes: 12 additions & 112 deletions config/crd/bases/telemetry.kube-logging.dev_collectors.yaml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions config/crd/bases/telemetry.kube-logging.dev_outputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.16.3
name: outputs.telemetry.kube-logging.dev
spec:
group: telemetry.kube-logging.dev
Expand Down Expand Up @@ -470,7 +470,6 @@ spec:
DisableKeepAlives, if true, disables HTTP keep-alives and will only use the connection to the server
for a single HTTP request.
WARNING: enabling this option can result in significant overhead establishing a new HTTP(S)
connection for every request. Before enabling this option please consider whether changes
to idle connection settings can achieve your goal.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.16.3
name: subscriptions.telemetry.kube-logging.dev
spec:
group: telemetry.kube-logging.dev
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/telemetry.kube-logging.dev_tenants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.16.3
name: tenants.telemetry.kube-logging.dev
spec:
group: telemetry.kube-logging.dev
Expand Down
11 changes: 0 additions & 11 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ kind: ClusterRole
metadata:
name: manager-role
rules:
- apiGroups:
- ""
resources:
- endpoints
- namespaces
- nodes
- nodes/proxy
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 35aabc6

Please sign in to comment.