package storage
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class K8sConfig (host: Option[String], port: Option[Port], namespace: Option[String]) extends DtabStoreConfig with ClientConfig with Product with Serializable
-
class
K8sDtabStore
extends DtabStore
A DtabStore using the Kubernetes third-party API (in beta as of Kubernetes 1.2) to store Dtabs.
A DtabStore using the Kubernetes third-party API (in beta as of Kubernetes 1.2) to store Dtabs. Note that usage of this store will require some setup:
kubectl create namerd/examples/k8s/3rdparty.yamlThis creates a third-party resource at: /apis/buoyant.io/v1/dtabs.
TODO: add tests: unit, end-to-end
- class K8sDtabStoreInitializer extends DtabStoreInitializer
Value Members
- object K8sDtabStoreInitializer extends K8sDtabStoreInitializer