object DockerApi extends ApiBuilder
Implements (parts) of the Docker API.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DockerApi
- ApiBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val boolMapping: PureMapping[String, Boolean]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val containerLogs: ApiCall[::[ExtraPath, ::[ExtraPathFixed, ::[MappedInput[String, Boolean, AddQueryParameter], ::[MappedInput[String, Boolean, AddQueryParameter], HNil]]]], ::[ErrorSuccess[MappedPayload[ErrorResponse], Binary.type], HNil]]
- val containerWait: ApiCall[::[ExtraPath, ::[ExtraPathFixed, HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[ContainerWaitResponse]], HNil]]
- val createContainer: ApiCall[::[AddQueryParameter, ::[MappedPayload[CreateContainerRequest], HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[CreateContainerResponse]], HNil]]
- val createNetwork: ApiCall[::[MappedPayload[CreateNetworkRequest], HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[CreateNetworkResponse]], HNil]]
- val createVolume: ApiCall[::[MappedPayload[CreateVolumeRequest], HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[CreateVolumeResponse]], HNil]]
-
def
delete(path: String*): ApiCallBuilder[HNil, HNil]
- Attributes
- protected
- Definition Classes
- ApiBuilder
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val filterMapping: PureMapping[String, ListContainerRequestFilter]
-
def
get(path: String*): ApiCallBuilder[HNil, HNil]
- Attributes
- protected
- Definition Classes
- ApiBuilder
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
input: Input.type
- Attributes
- protected
- Definition Classes
- ApiBuilder
- val inspectContainer: ApiCall[::[ExtraPath, ::[ExtraPathFixed, HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[InspectContainerResponse]], HNil]]
- val inspectImage: ApiCall[::[ExtraPath, ::[ExtraPathFixed, HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[InspectImageResult]], HNil]]
- val inspectNetwork: ApiCall[::[ExtraPath, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[InspectNetworkResult]], HNil]]
- val inspectVolume: ApiCall[::[ExtraPath, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[InspectVolumeResponse]], HNil]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val killContainer: ApiCall[::[ExtraPath, ::[ExtraPathFixed, HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], Empty.type], HNil]]
- val listContainers: ApiCall[::[MappedInput[String, Boolean, AddQueryParameter], HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[Vector[ListContainerResponseRow]]], HNil]]
- val listContainersFiltered: ApiCall[::[MappedInput[String, Boolean, AddQueryParameter], ::[MappedInput[String, ListContainerRequestFilter, AddQueryParameter], HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[Vector[ListContainerResponseRow]]], HNil]]
- val listNetworkFilterMapping: PureMapping[String, ListNetworkRequestFilter]
- val listNetworks: ApiCall[HNil, ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[Vector[ListNetworkResponseRow]]], HNil]]
- val listNetworksFiltered: ApiCall[::[MappedInput[String, ListNetworkRequestFilter, AddQueryParameter], HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[Vector[ListNetworkResponseRow]]], HNil]]
- val listVolumes: ApiCall[HNil, ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[ListVolumeResponse]], HNil]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
output: Output.type
- Attributes
- protected
- Definition Classes
- ApiBuilder
-
def
post(path: String*): ApiCallBuilder[HNil, HNil]
- Attributes
- protected
- Definition Classes
- ApiBuilder
- val pullImage: ApiCall[::[AddQueryParameter, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], Binary.type], HNil]]
- val removeContainer: ApiCall[::[ExtraPath, ::[MappedInput[String, Boolean, AddQueryParameter], HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], Empty.type], HNil]]
- val removeImage: ApiCall[::[ExtraPath, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[Vector[RemoveImageRow]]], HNil]]
- val removeNetwork: ApiCall[::[ExtraPath, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], Empty], HNil]]
- val removeVolume: ApiCall[::[ExtraPath, HNil], ::[ErrorSuccess[MappedPayload[ErrorResponse], Empty], HNil]]
- val startContainer: ApiCall[::[ExtraPath, ::[ExtraPathFixed, HNil]], ::[ErrorSuccess[MappedPayload[ErrorResponse], Empty.type], HNil]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val version: ApiCall[HNil, ::[ErrorSuccess[MappedPayload[ErrorResponse], MappedPayload[VersionResponse]], HNil]]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )