StatefulSet

skuber.apps.StatefulSet
See theStatefulSet 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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TypeMeta
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def name: String

Attributes

Inherited from:
ObjectResource
def ns: String

Attributes

Inherited from:
ObjectResource
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def resourceVersion: String

Attributes

Inherited from:
ObjectResource

Concrete fields

lazy val copySpec: Spec