Registry / http-client / kubeclient

kubeclient

JSON →
library4.13.0rbrubygemsunverified

A Ruby client for the Kubernetes REST API, enabling management of Kubernetes resources.

gem install kubeclient
INSTALL
IMPORT
SIG · KUBECLIENT
K
kubeclient
http-clientrubyv4.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Kubeclient
✓ require 'kubeclient'

Lists all pods in the default namespace.

require 'kubeclient' client = Kubeclient::Client.new('https://kubernetes.default.svc', 'v1') pods = client.get_pods puts pods.size
Debug
Known issues
breakingKubeclient 4.x dropped support for Ruby < 2.5.
fix
Upgrade Ruby to 2.5+ or use kubeclient 3.x.
affects: >= 4.0.0
Upgrade
Version history
4.13.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
Resources
kubeclient — gem install kubeclient · libregistry