Packages

object DockerApi extends ApiBuilder

Implements (parts) of the Docker API.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DockerApi
  2. ApiBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add[InReverse <: HList, In <: HList, OutReverse <: HList, Out <: HList](builder: ApiCallBuilder[InReverse, OutReverse])(implicit inReverse: Aux[InReverse, In], outReverse: Aux[OutReverse, Out]): ApiCall[In, Out]
    Attributes
    protected
    Definition Classes
    ApiBuilder
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val boolMapping: PureMapping[String, Boolean]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. val containerLogs: ApiCall[::[ExtraPath, ::[ExtraPathFixed, ::[MappedInput[String, Boolean, AddQueryParameter], ::[MappedInput[String, Boolean, AddQueryParameter], HNil]]]], ::[ErrorSuccess[MappedPayload[ErrorResponse], Binary.type], HNil]]
  9. val containerWait: ApiCall[::[ExtraPath, ::[ExtraPathFixed, HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[ContainerWaitResponse]], HNil]]
  10. val createContainer: ApiCall[::[AddQueryParameter, ::[MappedPayload[CreateContainerRequest], HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[CreateContainerResponse]], HNil]]
  11. val createNetwork: ApiCall[::[MappedPayload[CreateNetworkRequest], HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[CreateNetworkResponse]], HNil]]
  12. val createVolume: ApiCall[::[MappedPayload[CreateVolumeRequest], HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[CreateVolumeResponse]], HNil]]
  13. def delete(path: String*): ApiCallBuilder[HNil, HNil]
    Attributes
    protected
    Definition Classes
    ApiBuilder
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. val filterMapping: PureMapping[String, ListContainerRequestFilter]
  17. def get(path: String*): ApiCallBuilder[HNil, HNil]
    Attributes
    protected
    Definition Classes
    ApiBuilder
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def input: Input.type
    Attributes
    protected
    Definition Classes
    ApiBuilder
  21. val inspectContainer: ApiCall[::[ExtraPath, ::[ExtraPathFixed, HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[InspectContainerResponse]], HNil]]
  22. val inspectImage: ApiCall[::[ExtraPath, ::[ExtraPathFixed, HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[InspectImageResult]], HNil]]
  23. val inspectNetwork: ApiCall[::[ExtraPath, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[InspectNetworkResult]], HNil]]
  24. val inspectVolume: ApiCall[::[ExtraPath, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[InspectVolumeResponse]], HNil]]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val killContainer: ApiCall[::[ExtraPath, ::[ExtraPathFixed, HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], Empty.type], HNil]]
  27. val listContainers: ApiCall[::[MappedInput[String, Boolean, AddQueryParameter], HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[Vector[ListContainerResponseRow]]], HNil]]
  28. val listContainersFiltered: ApiCall[::[MappedInput[String, Boolean, AddQueryParameter], ::[MappedInput[String, ListContainerRequestFilter, AddQueryParameter], HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[Vector[ListContainerResponseRow]]], HNil]]
  29. val listNetworkFilterMapping: PureMapping[String, ListNetworkRequestFilter]
  30. val listNetworks: ApiCall[HNil, ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[Vector[ListNetworkResponseRow]]], HNil]]
  31. val listNetworksFiltered: ApiCall[::[MappedInput[String, ListNetworkRequestFilter, AddQueryParameter], HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[Vector[ListNetworkResponseRow]]], HNil]]
  32. val listVolumes: ApiCall[HNil, ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[ListVolumeResponse]], HNil]]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def output: Output.type
    Attributes
    protected
    Definition Classes
    ApiBuilder
  37. def post(path: String*): ApiCallBuilder[HNil, HNil]
    Attributes
    protected
    Definition Classes
    ApiBuilder
  38. val pullImage: ApiCall[::[AddQueryParameter, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], Binary.type], HNil]]
  39. val removeContainer: ApiCall[::[ExtraPath, ::[MappedInput[String, Boolean, AddQueryParameter], HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], Empty.type], HNil]]
  40. val removeImage: ApiCall[::[ExtraPath, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[Vector[RemoveImageRow]]], HNil]]
  41. val removeNetwork: ApiCall[::[ExtraPath, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], Empty], HNil]]
  42. val removeVolume: ApiCall[::[ExtraPath, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], Empty], HNil]]
  43. val startContainer: ApiCall[::[ExtraPath, ::[ExtraPathFixed, HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], Empty.type], HNil]]
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. val version: ApiCall[HNil, ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[VersionResponse]], HNil]]
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ApiBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped