c
com.coralogix.zio.k8s.model.storage.v1
VolumeAttachmentSource
Companion object VolumeAttachmentSource
case class VolumeAttachmentSource(inlineVolumeSpec: Optional[PersistentVolumeSpec] = Optional.Absent, persistentVolumeName: Optional[String] = Optional.Absent) extends Product with Serializable
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
- persistentVolumeName
Name of the persistent volume to attach.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VolumeAttachmentSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
VolumeAttachmentSource(inlineVolumeSpec: Optional[PersistentVolumeSpec] = Optional.Absent, persistentVolumeName: Optional[String] = Optional.Absent)
- persistentVolumeName
Name of the persistent volume to attach.
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()
-
def
getInlineVolumeSpec: IO[K8sFailure, PersistentVolumeSpec]
Gets inlineVolumeSpec.
Gets inlineVolumeSpec.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getPersistentVolumeName: IO[K8sFailure, String]
Name of the persistent volume to attach.
Name of the persistent volume to attach.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val inlineVolumeSpec: Optional[PersistentVolumeSpec]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 persistentVolumeName: Optional[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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