final case class QuobyteVolumeSource(registry: String, volume: String, readOnly: Option[Boolean] = None, tenant: Option[String] = None, group: Option[String] = None, user: Option[String] = None) extends Product with Serializable
Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QuobyteVolumeSource
- 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()
- val group: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapGroup(f: (String) ⇒ String): QuobyteVolumeSource
if group has a value, transforms to the result of function
-
def
mapReadOnly(f: (Boolean) ⇒ Boolean): QuobyteVolumeSource
if readOnly has a value, transforms to the result of function
-
def
mapRegistry(f: (String) ⇒ String): QuobyteVolumeSource
transforms registry to result of function
-
def
mapTenant(f: (String) ⇒ String): QuobyteVolumeSource
if tenant has a value, transforms to the result of function
-
def
mapUser(f: (String) ⇒ String): QuobyteVolumeSource
if user has a value, transforms to the result of function
-
def
mapVolume(f: (String) ⇒ String): QuobyteVolumeSource
transforms volume to result of function
-
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 readOnly: Option[Boolean]
- val registry: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tenant: Option[String]
- val user: Option[String]
- val volume: 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
withGroup(value: String): QuobyteVolumeSource
Returns a new data with group set to new value
-
def
withReadOnly(value: Boolean): QuobyteVolumeSource
Returns a new data with readOnly set to new value
-
def
withRegistry(value: String): QuobyteVolumeSource
Returns a new data with registry set to new value
-
def
withTenant(value: String): QuobyteVolumeSource
Returns a new data with tenant set to new value
-
def
withUser(value: String): QuobyteVolumeSource
Returns a new data with user set to new value
-
def
withVolume(value: String): QuobyteVolumeSource
Returns a new data with volume set to new value