Package

skuber.examples.guestbook

model

Permalink

package model

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class GuestbookServiceResources(rc: ReplicationController, service: Service) extends Product with Serializable

    Permalink
  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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped