1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: ruby-kubeclient
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb,
rake,
ruby-googleauth,
ruby-http,
ruby-jsonpath,
ruby-mocha,
ruby-openid-connect,
ruby-recursive-open-struct (>= 1.1.3~),
ruby-rest-client,
ruby-webmock
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-kubeclient
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-kubeclient.git
Homepage: https://github.com/abonas/kubeclient
Rules-Requires-Root: no
Package: ruby-kubeclient
Architecture: all
Depends: ${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Breaks: gitlab (<< 11.6~)
Description: client for Kubernetes REST API
The client supports GET, POST, PUT, DELETE on nodes, pods, secrets, services,
replication controllers, namespaces, resource quotas, limit ranges, endpoints,
persistent volumes, persistent volume claims, component statuses and service
accounts.
.
The client currently supports Kubernetes REST API version v1.
|