skuber.apps
package skuber.apps
The skuber.apps package contains classes and methods for supporting the Kubernetes Apps Group API. This currently (Kubernetes V1.7) includes StatefulSet and Deployment resource type.
Type members
Classlikes
case class Deployment(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec], status: Option[Status]) extends ObjectResource
- Companion:
- object
case class StatefulSet(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec], status: Option[Status]) extends ObjectResource
Created by hollinwilkins on 4/5/17. The api version of this StatefulSet type is v1beta2, which is for use with k8s 1.8+. For earlier versions of k8s, use skuber.apps.v1beta1.StatefulSet
Created by hollinwilkins on 4/5/17. The api version of this StatefulSet type is v1beta2, which is for use with k8s 1.8+. For earlier versions of k8s, use skuber.apps.v1beta1.StatefulSet
- Companion:
- object