ContainerRepository

class Object
trait Matchable
class Any

Value members

Concrete methods

def canDelete: SelectionBuilder[ContainerRepository, Boolean]

Can the current user delete the container repository.

Can the current user delete the container repository.

def createdAt: SelectionBuilder[ContainerRepository, Time]

Timestamp when the container repository was created.

Timestamp when the container repository was created.

The tags cleanup status for the container repository.

The tags cleanup status for the container repository.

def expirationPolicyStartedAt: SelectionBuilder[ContainerRepository, Option[Time]]

Timestamp when the cleanup done by the expiration policy was started on the container repository.

Timestamp when the cleanup done by the expiration policy was started on the container repository.

def id: SelectionBuilder[ContainerRepository, String]

ID of the container repository.

ID of the container repository.

def location: SelectionBuilder[ContainerRepository, String]

URL of the container repository.

URL of the container repository.

def name: SelectionBuilder[ContainerRepository, String]

Name of the container repository.

Name of the container repository.

def path: SelectionBuilder[ContainerRepository, String]

Path of the container repository.

Path of the container repository.

def project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[ContainerRepository, A]

Project of the container registry.

Project of the container registry.

def status: SelectionBuilder[ContainerRepository, Option[ContainerRepositoryStatus]]

Status of the container repository.

Status of the container repository.

def tagsCount: SelectionBuilder[ContainerRepository, Int]

Number of tags associated with this image.

Number of tags associated with this image.

def updatedAt: SelectionBuilder[ContainerRepository, Time]

Timestamp when the container repository was updated.

Timestamp when the container repository was updated.