package v1beta1
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- v1beta1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Deployment(kind: String = "Deployment", apiVersion: String = appsAPIVersion, metadata: ObjectMeta = ObjectMeta(), spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable
- type DeploymentList = ListResource[Deployment]
-
case class
StatefulSet(kind: String = "StatefulSet", apiVersion: String = "apps/v1beta1", metadata: ObjectMeta, spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable
Created by hollinwilkins on 4/5/17.
- type StatefulSetList = ListResource[StatefulSet]
Value Members
- val appsAPIVersion: String
- object Deployment extends Serializable
- object StatefulSet extends Serializable