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

Members list

Concise view

Value members

Concrete methods

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

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

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

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

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

Returns a new data with apiVersion set to new value

Returns a new data with apiVersion set to new value

Attributes

Source:
ManagedFieldsEntry.scala

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

Returns a new data with manager set to new value

Returns a new data with manager set to new value

Attributes

Source:
ManagedFieldsEntry.scala

Returns a new data with operation set to new value

Returns a new data with operation set to new value

Attributes

Source:
ManagedFieldsEntry.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product