io.k8s.api.core.v1.ContainerStatus$
See theContainerStatus companion class
object ContainerStatus
Attributes
- Companion:
- class
- Source:
- ContainerStatus.scala
- Graph
- Supertypes
- Self type
- ContainerStatus.type
Members list
Concise view
Type members
Inherited types
The names of the product elements
The name of the type
Implicits
Implicits
implicit val obj.read[String]("image")(stringDecoder).flatMap[String,ContainerStatus](((image:String)=>obj.read[Int]("restartCount")(intDecoder).flatMap[String,ContainerStatus](((restartCount:Int)=>obj.read[Boolean]("ready")(booleanDecoder).flatMap[String,ContainerStatus](((ready:Boolean)=>obj.read[String]("imageID")(stringDecoder).flatMap[String,ContainerStatus](((imageID:String)=>obj.readOpt[io.k8s.api.core.v1.ContainerState]("state")(decoder).flatMap[String,ContainerStatus](((state:Option[ContainerState])=>obj.readOpt[io.k8s.api.core.v1.ContainerState]("lastState")(decoder).flatMap[String,ContainerStatus](((lastState:Option[ContainerState])=>obj.readOpt[String]("containerID")(stringDecoder).flatMap[String,ContainerStatus](((containerID:Option[String])=>obj.readOpt[Boolean]("started")(booleanDecoder).map[ContainerStatus](((started:Option[Boolean])=>ContainerStatus.apply(name=name,image=image,restartCount=restartCount,ready=ready,imageID=imageID,state=state,lastState=lastState,containerID=containerID,started=started)))))))))))))))))))))
}
(new$anon():Decoder[ContainerStatus])
}" t="n"class="documentableName ">decoder: Decoder[ContainerStatus]
Attributes
- Source:
- ContainerStatus.scala
Attributes
- Source:
- ContainerStatus.scala