c
com.coralogix.zio.k8s.model.apiserverinternal.v1alpha1
StorageVersion
Companion object StorageVersion
case class StorageVersion(metadata: Optional[ObjectMeta] = Optional.Absent, spec: StorageVersionSpec, status: StorageVersionStatus) extends Product with Serializable
Storage version of a specific resource.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StorageVersion
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StorageVersion(metadata: Optional[ObjectMeta] = Optional.Absent, spec: StorageVersionSpec, status: StorageVersionStatus)
Value Members
-
def
getMetadata: IO[K8sFailure, ObjectMeta]
Gets metadata.
Gets metadata.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getSpec: IO[K8sFailure, StorageVersionSpec]
Gets spec.
Gets spec.
This effect always succeeds, it is safe to use the field spec directly.
-
def
getStatus: IO[K8sFailure, StorageVersionStatus]
Gets status.
Gets status.
This effect always succeeds, it is safe to use the field status directly.
- val metadata: Optional[ObjectMeta]
- val spec: StorageVersionSpec
- val status: StorageVersionStatus