Package

io.buoyant.k8s

v1

Permalink

package v1

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. v1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class Api(client: Client) extends Version[Object] with Product with Serializable

    Permalink
  2. type Client = Service[Request, Response]

    Permalink
  3. case class EndpointAddress(ip: String, targetRef: Option[ObjectReference] = None) extends Product with Serializable

    Permalink
  4. case class EndpointPort(port: Int, name: Option[String] = None, protocol: Option[String] = None) extends Product with Serializable

    Permalink
  5. case class EndpointSubset(notReadyAddresses: Option[Seq[EndpointAddress]] = None, addresses: Option[Seq[EndpointAddress]] = None, ports: Option[Seq[EndpointPort]] = None) extends Product with Serializable

    Permalink
  6. case class Endpoints(subsets: Seq[EndpointSubset], kind: Option[String] = None, metadata: Option[ObjectMeta] = None, apiVersion: Option[String] = None) extends Object with Product with Serializable

    Permalink
  7. case class EndpointsList(items: Seq[Endpoints], kind: Option[String] = None, metadata: Option[ObjectMeta] = None, apiVersion: Option[String] = None) extends KubeList[Endpoints] with Product with Serializable

    Permalink
  8. sealed trait EndpointsWatch extends Watch[Endpoints]

    Permalink
    Annotations
    @JsonTypeInfo() @JsonSubTypes()
  9. class NsApi extends NsVersion[Object]

    Permalink
  10. trait Object extends KubeObject

    Permalink

Value Members

  1. implicit object EndpointsDescriptor extends ObjectDescriptor[Endpoints, EndpointsWatch]

    Permalink
  2. object EndpointsWatch

    Permalink
  3. val group: String

    Permalink
  4. val version: String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped