io.k8s.api.storagemigration.v1alpha1.GroupVersionResource
See theGroupVersionResource companion object
final case class GroupVersionResource(group: Option[String], resource: Option[String], version: Option[String])
The names of the group, the version, and the resource.
Attributes
- Companion
- object
- Source
- GroupVersionResource.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
if group has a value, transforms to the result of function
if group has a value, transforms to the result of function
Attributes
- Source
- GroupVersionResource.scala
if resource has a value, transforms to the result of function
if resource has a value, transforms to the result of function
Attributes
- Source
- GroupVersionResource.scala
if version has a value, transforms to the result of function
if version has a value, transforms to the result of function
Attributes
- Source
- GroupVersionResource.scala
Returns a new data with group set to new value
Returns a new data with resource set to new value
Returns a new data with version set to new value
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article