object ContainerRepositoryDetails
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContainerRepositoryDetails
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canDelete: SelectionBuilder[ContainerRepositoryDetails, Boolean]
Can the current user delete the container repository.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createdAt: SelectionBuilder[ContainerRepositoryDetails, Time]
Timestamp when the container repository was created.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
expirationPolicyCleanupStatus: SelectionBuilder[ContainerRepositoryDetails, Option[ContainerRepositoryCleanupStatus]]
The tags cleanup status for the container repository.
-
def
expirationPolicyStartedAt: SelectionBuilder[ContainerRepositoryDetails, Option[Time]]
Timestamp when the cleanup done by the expiration policy was started on the container repository.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[ContainerRepositoryDetails, String]
ID of the container repository.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
location: SelectionBuilder[ContainerRepositoryDetails, String]
URL of the container repository.
-
def
name: SelectionBuilder[ContainerRepositoryDetails, String]
Name of the container repository.
-
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
path: SelectionBuilder[ContainerRepositoryDetails, String]
Path of the container repository.
-
def
status: SelectionBuilder[ContainerRepositoryDetails, Option[ContainerRepositoryStatus]]
Status of the container repository.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tags[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ContainerRepositoryTagConnection, A]): SelectionBuilder[ContainerRepositoryDetails, Option[A]]
Tags of the container repository
-
def
tagsCount: SelectionBuilder[ContainerRepositoryDetails, Int]
Number of tags associated with this image.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updatedAt: SelectionBuilder[ContainerRepositoryDetails, Time]
Timestamp when the container repository was updated.
-
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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated