package v1beta2
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- v1beta2
- 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 = appsAPIVersion, metadata: ObjectMeta, spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable
- type StatefulSetList = ListResource[StatefulSet]
Value Members
- val appsAPIVersion: String
- object Deployment extends Serializable
- object StatefulSet extends Serializable