Pod

skuber.model.Pod
See thePod companion class
object Pod

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Pod.type

Members list

Type members

Classlikes

case class Affinity(nodeAffinity: Option[NodeAffinity], podAffinity: Option[PodAffinity], podAntiAffinity: Option[PodAntiAffinity])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Affinity

Attributes

Companion
class
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Affinity.type
case class Condition(_type: String, status: String, reason: Option[String], message: Option[String], lastProbeTime: Option[Timestamp], lastTransitionTime: Option[Timestamp])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DNSConfig(nameservers: List[String], options: List[DNSConfigOption], searches: List[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DNSConfigOption(name: String, value: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class EqualToleration(key: String, value: Option[String], effect: Option[TolerationEffect], tolerationSeconds: Option[Int]) extends Toleration

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Toleration
class Object
trait Matchable
class Any
Show all
case class ExistsToleration(key: Option[String], effect: Option[TolerationEffect], tolerationSeconds: Option[Int]) extends Toleration

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Toleration
class Object
trait Matchable
class Any
Show all
case class HostAlias(ip: String, hostnames: List[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class LogQueryParams(containerName: Option[String], follow: Option[Boolean], limitBytes: Option[Int], pretty: Option[Boolean], previous: Option[Boolean], sinceSeconds: Option[Int], sinceTime: Option[Timestamp], tailLines: Option[Int], timestamps: Option[Boolean])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Phase extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
Phase.type
case class Spec(containers: List[Container], initContainers: List[Container], volumes: List[Volume], restartPolicy: RestartPolicy, terminationGracePeriodSeconds: Option[Int], activeDeadlineSeconds: Option[Int], dnsPolicy: DNSPolicy, nodeSelector: Map[String, String], serviceAccountName: String, nodeName: String, hostNetwork: Boolean, imagePullSecrets: List[LocalObjectReference], affinity: Option[Affinity], tolerations: List[Toleration], securityContext: Option[PodSecurityContext], hostname: Option[String], hostAliases: List[HostAlias], hostPID: Option[Boolean], hostIPC: Option[Boolean], automountServiceAccountToken: Option[Boolean], priority: Option[Int], priorityClassName: Option[String], schedulerName: Option[String], subdomain: Option[String], dnsConfig: Option[DNSConfig], shareProcessNamespace: Option[Boolean])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Status(phase: Option[Phase], conditions: List[Condition], message: Option[String], reason: Option[String], hostIP: Option[String], podIP: Option[String], startTime: Option[Timestamp], containerStatuses: List[Status], initContainerStatuses: List[Status], qosClass: Option[String], nominatedNodeName: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Template(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec]) extends ObjectResource

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Template.type
sealed trait Toleration

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TolerationEffect

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoExecute.type
object NoSchedule.type
object PreferNoSchedule.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String, spec: Spec): Pod
def named(name: String): Pod

Implicits

Implicits

implicit val poDef: ResourceDefinition[Pod]