ContainerExpirationPolicy

class Object
trait Matchable
class Any

Value members

Concrete methods

This container expiration policy schedule.

This container expiration policy schedule.

def createdAt: SelectionBuilder[ContainerExpirationPolicy, Time]

Timestamp of when the container expiration policy was created.

Timestamp of when the container expiration policy was created.

def enabled: SelectionBuilder[ContainerExpirationPolicy, Boolean]

Indicates whether this container expiration policy is enabled.

Indicates whether this container expiration policy is enabled.

Number of tags to retain.

Number of tags to retain.

def nameRegex: SelectionBuilder[ContainerExpirationPolicy, Option[UntrustedRegexp]]

Tags with names matching this regex pattern will expire.

Tags with names matching this regex pattern will expire.

Tags with names matching this regex pattern will be preserved.

Tags with names matching this regex pattern will be preserved.

def nextRunAt: SelectionBuilder[ContainerExpirationPolicy, Option[Time]]

Next time that this container expiration policy will get executed.

Next time that this container expiration policy will get executed.

Tags older that this will expire.

Tags older that this will expire.

def updatedAt: SelectionBuilder[ContainerExpirationPolicy, Time]

Timestamp of when the container expiration policy was updated.

Timestamp of when the container expiration policy was updated.