ManagedFieldsEntry

case
class ManagedFieldsEntry(apiVersion: Optional[String], fieldsType: Optional[String], fieldsV1: Optional[FieldsV1], manager: Optional[String], operation: Optional[String], subresource: Optional[String], time: Optional[Time])

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

Value Params
apiVersion

APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.

fieldsType

FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"

manager

Manager is an identifier of the workflow managing these fields.

operation

Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.

subresource

Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getApiVersion: IO[K8sFailure, String]

APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.

APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getFieldsType: IO[K8sFailure, String]

FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"

FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets fieldsV1.

Gets fieldsV1.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getManager: IO[K8sFailure, String]

Manager is an identifier of the workflow managing these fields.

Manager is an identifier of the workflow managing these fields.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getOperation: IO[K8sFailure, String]

Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.

Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getSubresource: IO[K8sFailure, String]

Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.

Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets time.

Gets time.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product