k8s v0.5.1 API Reference
Modules
Kubernetes API Client for Elixir
Kubernetes API Client.
Allows for registration of K8s.Client.Provider
handlers per-process.
HTTPoison and Jason based K8s.Client.Provider
HTTP Request / Response provider behaviour
K8s.Client
runner to process a batch of operations in parallel.
Base HTTP processor for K8s.Client
Takes a K8s.Client.list/3
operation and returns an Elixir Stream
:list
K8s.Operation
encapsulated with pagination and K8s.Conn
Waiting functionality for K8s.Client
.
K8s.Client
runner that will watch a resource or resources and stream results back to a process.
Handles authentication and connection configuration details for a Kubernetes cluster.
Authorization behaviour
auth-provider
authentication support
basic auth cluster authentication
Certificate based cluster authentication.
Cluster authentication for kube configs created by doctl, the DigitalOcean CLI
Token based cluster authentication
Add runtime cluster configuration with environment variables.
Retrieves information from certificates
Encapsulates HTTP request options for an authentication provider.
Kubernetes API Discovery
Driver behaviour for K8s.Discovery
File Driver for Kubernetes API discovery.
HTTP Driver for Kubernetes API discovery
Kubernetes API Groups
Interface for interacting with cluster middleware
Encapsulates middleware process errors
Cluster middleware registry
HTTP Request middleware
Naive JSON body encoder.
Initializes a request with connection details (header and HTTPoison opts) from K8s.Conn.RequestOptions
Encapsulates Kubernetes REST API operations.
Generates Kubernetes REST API Paths
Kubernetes manifest attribute helpers
Helper functions for accessing common fields
Provides an accessor to a list of maps whereas each element in the list has a key named "name". The name should be unique within the list and therefore defining the element.
Deserializers for CPU and Memory values
Builds label selectors and field selectors for K8s.Operation
s
K8s.Sys.Event
is a thin wrapper around :telemetry
.
Attaches telemetry events to the Elixir Logger
Kubernetes API Versioning