TestcontainerEx.CephContainer (testcontainer_ex v0.1.0)

Copy Markdown View Source

Provides functionality for creating and managing Ceph container configurations.

Summary

Types

t()

@type t() :: %TestcontainerEx.CephContainer{
  access_key: term(),
  bucket: term(),
  check_image: term(),
  image: term(),
  port: term(),
  reuse: term(),
  secret_key: term(),
  wait_timeout: term()
}

Functions

connection_opts(container)

connection_url(container)

default_image()

new()

port(container)

with_access_key(config, access_key)

with_bucket(config, bucket)

with_check_image(config, check_image)

with_image(config, image)

with_port(config, port)

with_reuse(config, reuse)

with_secret_key(config, secret_key)

with_wait_timeout(config, wait_timeout)