ImageRepository

Describes a source image repository.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for running the identified image.

Link copied to clipboard

The identifier of an image.

Link copied to clipboard

The type of the image repository. This reflects the repository provider and whether the repository is private or public.

Functions

Link copied to clipboard
inline fun copy(block: ImageRepository.Builder.() -> Unit = {}): ImageRepository
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String