GroupVersionResourcePointer

io.k8s.api.storagemigration.v1alpha1.GroupVersionResourcePointer
final case class GroupVersionResourcePointer(currentPath: PointerPath) extends Pointer[GroupVersionResource]

Pointer for GroupVersionResource

Attributes

Source
GroupVersionResourcePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def group: Plain[String]
def resource: Plain[String]
def version: Plain[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product