Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in fluent-plugin-kubernetes_objects_input.gemspec
gemspec
gem 'kubeclient', git: 'https://github.com/splunk/kubeclient.git', ref: '955ec5b'
17 changes: 12 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
GIT
remote: https://github.com/splunk/kubeclient.git
revision: 955ec5b62f64b6065b25a7c0c76467e8b6badf17
ref: 955ec5b
specs:
kubeclient (4.9.3)
http (>= 3.0, < 5.0)
jsonpath (~> 1.0)
recursive-open-struct (~> 1.1, >= 1.1.1)
rest-client (~> 2.0)

PATH
remote: .
specs:
Expand Down Expand Up @@ -49,11 +60,6 @@ GEM
http_parser.rb (0.8.0)
jsonpath (1.1.2)
multi_json
kubeclient (4.9.3)
http (>= 3.0, < 5.0)
jsonpath (~> 1.0)
recursive-open-struct (~> 1.1, >= 1.1.1)
rest-client (~> 2.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
Expand Down Expand Up @@ -103,6 +109,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.0)
fluent-plugin-kubernetes-objects!
kubeclient!
minitest (~> 5.11)
rake (>= 12.0)
simplecov
Expand Down
3 changes: 1 addition & 2 deletions docker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ source 'https://rubygems.org'
gem "fluentd", ">= 1.14.2"
gem "fluent-plugin-prometheus", ">= 2.0"
gem "fluent-plugin-record-modifier", "= 2.1.0"
gem "fluent-plugin-kubernetes_metadata_filter", ">= 2.9"
gem "fluent-plugin-jq", "= 0.5.1"
gem "oj", "= 3.10.18"
gem 'multi_json', '>= 1.14.1'
gem 'bigdecimal', '>= 2.0.0'
gem 'kubeclient', '>= 4.9.3'
gem 'kubeclient', git: 'https://github.com/splunk/kubeclient.git', ref: '955ec5b'
gem 'http_parser.rb', '>= 0.5.3'
gem 'rack', '>= 2.2.3.1'

Expand Down
30 changes: 15 additions & 15 deletions docker/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
GIT
remote: https://github.com/splunk/kubeclient.git
revision: 955ec5b62f64b6065b25a7c0c76467e8b6badf17
ref: 955ec5b
specs:
kubeclient (4.9.3)
http (>= 3.0, < 5.0)
jsonpath (~> 1.0)
recursive-open-struct (~> 1.1, >= 1.1.1)
rest-client (~> 2.0)

PATH
remote: gem
specs:
Expand Down Expand Up @@ -34,10 +45,6 @@ GEM
fluent-plugin-jq (0.5.1)
fluentd (>= 0.14.10, < 2)
multi_json (~> 1.13)
fluent-plugin-kubernetes_metadata_filter (2.9.3)
fluentd (>= 0.14.0, < 1.15)
kubeclient (>= 4.0.0, < 5.0.0)
lru_redux
fluent-plugin-prometheus (2.0.2)
fluentd (>= 1.9.1, < 2)
prometheus-client (>= 2.1.0)
Expand Down Expand Up @@ -67,7 +74,7 @@ GEM
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
http-accept (1.7.0)
http-cookie (1.0.4)
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.3)
Expand All @@ -80,14 +87,8 @@ GEM
activesupport (>= 4.2)
aes_key_wrap
bindata
jsonpath (1.1.0)
jsonpath (1.1.2)
multi_json
kubeclient (4.9.3)
http (>= 3.0, < 5.0)
jsonpath (~> 1.0)
recursive-open-struct (~> 1.1, >= 1.1.1)
rest-client (~> 2.0)
lru_redux (1.1.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
mime-types (3.4.1)
Expand Down Expand Up @@ -141,7 +142,7 @@ GEM
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.1)
unf_ext (0.0.8.2)
validate_email (0.1.6)
activemodel (>= 3.0)
mail (>= 2.2.5)
Expand All @@ -161,13 +162,12 @@ DEPENDENCIES
bigdecimal (>= 2.0.0)
fluent-plugin-jq (= 0.5.1)
fluent-plugin-kubernetes-objects!
fluent-plugin-kubernetes_metadata_filter (>= 2.9)
fluent-plugin-prometheus (>= 2.0)
fluent-plugin-record-modifier (= 2.1.0)
fluent-plugin-splunk-hec (>= 1.2.5)
fluentd (>= 1.14.2)
http_parser.rb (>= 0.5.3)
kubeclient (>= 4.9.3)
kubeclient!
multi_json (>= 1.14.1)
oj (= 3.10.18)
rack (>= 2.2.3.1)
Expand Down