Packages

p

skuber

apps

package 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.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. apps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Deployment(kind: String = "Deployment", apiVersion: String = "apps/v1beta1", metadata: ObjectMeta = ObjectMeta(), spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable
  2. type DeploymentList = ListResource[Deployment]
  3. case class StatefulSet(kind: String = "StatefulSet", apiVersion: String = extensionsAPIVersion, metadata: ObjectMeta, spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable

    Created by hollinwilkins on 4/5/17.

  4. type StatefulSetList = ListResource[StatefulSet]

Value Members

  1. val appsAPIVersion: String
  2. object Deployment extends Serializable
  3. object StatefulSet extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped