package model
Linear Supertypes
Type Members
- case class GuestbookServiceResources(rc: ReplicationController, service: Service) extends Product with Serializable
- 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