object ContainerRepository
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContainerRepository
- 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[ContainerRepository, 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[ContainerRepository, 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[ContainerRepository, Option[ContainerRepositoryCleanupStatus]]
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.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[ContainerRepository, String]
ID of the container repository.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
location: SelectionBuilder[ContainerRepository, String]
URL of the container repository.
-
def
name: SelectionBuilder[ContainerRepository, 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[ContainerRepository, String]
Path of the container repository.
-
def
status: SelectionBuilder[ContainerRepository, Option[ContainerRepositoryStatus]]
Status of the container repository.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tagsCount: SelectionBuilder[ContainerRepository, Int]
Number of tags associated with this image.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updatedAt: SelectionBuilder[ContainerRepository, 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