skuber.examples.guestbook.model

Members list

Type members

Classlikes

case class GuestbookServiceResources(rc: ReplicationController, service: Service)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GuestbookServiceSpecification(serviceName: String, containerName: String, image: String, containerPort: Int, replicas: Int, serviceType: ServiceType, nodePort: Int, customSelectors: Map[String, String], customLabels: Map[String, String], customAnnotations: Map[String, String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all