Packages

package model

Linear Supertypes
AnyRef, Any

Type Members

  1. case class GuestbookServiceResources(rc: ReplicationController, service: Service) extends Product with Serializable
  2. case class GuestbookServiceSpecification(serviceName: String, containerName: String, image: String, containerPort: Int, replicas: Int, serviceType: ServiceType = Service.Type.ClusterIP, nodePort: Int = 0, customSelectors: Map[String, String] = Map(), customLabels: Map[String, String] = Map(), customAnnotations: Map[String, String] = Map()) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped