c
io.k8s.api.apiserverinternal.v1alpha1
StorageVersionCondition
Companion object StorageVersionCondition
final case class StorageVersionCondition(reason: String, status: String, type: String, observedGeneration: Option[Long] = None, lastTransitionTime: Option[Time] = None, message: Option[String] = None) extends Product with Serializable
Describes the state of the storageVersion at a certain point.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StorageVersionCondition
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastTransitionTime: Option[Time]
-
def
mapLastTransitionTime(f: (Time) ⇒ Time): StorageVersionCondition
if lastTransitionTime has a value, transforms to the result of function
-
def
mapMessage(f: (String) ⇒ String): StorageVersionCondition
if message has a value, transforms to the result of function
-
def
mapObservedGeneration(f: (Long) ⇒ Long): StorageVersionCondition
if observedGeneration has a value, transforms to the result of function
-
def
mapReason(f: (String) ⇒ String): StorageVersionCondition
transforms reason to result of function
-
def
mapStatus(f: (String) ⇒ String): StorageVersionCondition
transforms status to result of function
-
def
mapType(f: (String) ⇒ String): StorageVersionCondition
transforms
type
to result of function - val message: Option[String]
-
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()
- val observedGeneration: Option[Long]
- val reason: String
- val status: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val type: String
-
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( ... )
-
def
withLastTransitionTime(value: Time): StorageVersionCondition
Returns a new data with lastTransitionTime set to new value
-
def
withMessage(value: String): StorageVersionCondition
Returns a new data with message set to new value
-
def
withObservedGeneration(value: Long): StorageVersionCondition
Returns a new data with observedGeneration set to new value
-
def
withReason(value: String): StorageVersionCondition
Returns a new data with reason set to new value
-
def
withStatus(value: String): StorageVersionCondition
Returns a new data with status set to new value
-
def
withType(value: String): StorageVersionCondition
Returns a new data with
type
set to new value