ManagedFieldsEntry

io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry
See theManagedFieldsEntry companion object
final case class ManagedFieldsEntry(operation: Option[String], manager: Option[String], fieldsV1: Option[FieldsV1], time: Option[Time], apiVersion: Option[String], fieldsType: Option[String], subresource: Option[String])

ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.

Attributes

Companion
object
Source
ManagedFieldsEntry.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapApiVersion(f: String => String): ManagedFieldsEntry

if apiVersion has a value, transforms to the result of function

if apiVersion has a value, transforms to the result of function

Attributes

Source
ManagedFieldsEntry.scala
def mapFieldsType(f: String => String): ManagedFieldsEntry

if fieldsType has a value, transforms to the result of function

if fieldsType has a value, transforms to the result of function

Attributes

Source
ManagedFieldsEntry.scala

if fieldsV1 has a value, transforms to the result of function

if fieldsV1 has a value, transforms to the result of function

Attributes

Source
ManagedFieldsEntry.scala
def mapManager(f: String => String): ManagedFieldsEntry

if manager has a value, transforms to the result of function

if manager has a value, transforms to the result of function

Attributes

Source
ManagedFieldsEntry.scala
def mapOperation(f: String => String): ManagedFieldsEntry

if operation has a value, transforms to the result of function

if operation has a value, transforms to the result of function

Attributes

Source
ManagedFieldsEntry.scala
def mapSubresource(f: String => String): ManagedFieldsEntry

if subresource has a value, transforms to the result of function

if subresource has a value, transforms to the result of function

Attributes

Source
ManagedFieldsEntry.scala

if time has a value, transforms to the result of function

if time has a value, transforms to the result of function

Attributes

Source
ManagedFieldsEntry.scala
def withApiVersion(value: String): ManagedFieldsEntry

Returns a new data with apiVersion set to new value

Returns a new data with apiVersion set to new value

Attributes

Source
ManagedFieldsEntry.scala
def withFieldsType(value: String): ManagedFieldsEntry

Returns a new data with fieldsType set to new value

Returns a new data with fieldsType set to new value

Attributes

Source
ManagedFieldsEntry.scala

Returns a new data with fieldsV1 set to new value

Returns a new data with fieldsV1 set to new value

Attributes

Source
ManagedFieldsEntry.scala
def withManager(value: String): ManagedFieldsEntry

Returns a new data with manager set to new value

Returns a new data with manager set to new value

Attributes

Source
ManagedFieldsEntry.scala
def withOperation(value: String): ManagedFieldsEntry

Returns a new data with operation set to new value

Returns a new data with operation set to new value

Attributes

Source
ManagedFieldsEntry.scala
def withSubresource(value: String): ManagedFieldsEntry

Returns a new data with subresource set to new value

Returns a new data with subresource set to new value

Attributes

Source
ManagedFieldsEntry.scala

Returns a new data with time set to new value

Returns a new data with time set to new value

Attributes

Source
ManagedFieldsEntry.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product