case class ManagedFieldsEntry(apiVersion: Optional[String] = Optional.Absent, fieldsType: Optional[String] = Optional.Absent, fieldsV1: Optional[FieldsV1] = Optional.Absent, manager: Optional[String] = Optional.Absent, operation: Optional[String] = Optional.Absent, subresource: Optional[String] = Optional.Absent, time: Optional[Time] = Optional.Absent) extends Product with Serializable

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

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.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ManagedFieldsEntry
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ManagedFieldsEntry(apiVersion: Optional[String] = Optional.Absent, fieldsType: Optional[String] = Optional.Absent, fieldsV1: Optional[FieldsV1] = Optional.Absent, manager: Optional[String] = Optional.Absent, operation: Optional[String] = Optional.Absent, subresource: Optional[String] = Optional.Absent, time: Optional[Time] = Optional.Absent)

    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.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val apiVersion: Optional[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. val fieldsType: Optional[String]
  9. val fieldsV1: Optional[FieldsV1]
  10. def getApiVersion: IO[K8sFailure, String]

    APIVersion defines the version of this resource that this field set applies to.

    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.

  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getFieldsType: IO[K8sFailure, String]

    FieldsType is the discriminator for the different fields format and version.

    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.

  13. def getFieldsV1: IO[K8sFailure, FieldsV1]

    Gets fieldsV1.

    Gets fieldsV1.

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

  14. 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.

  15. def getOperation: IO[K8sFailure, String]

    Operation is the type of operation which lead to this ManagedFieldsEntry being created.

    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.

  16. 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.

    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.

  17. def getTime: IO[K8sFailure, Time]

    Gets time.

    Gets time.

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

  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val manager: Optional[String]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val operation: Optional[String]
  24. val subresource: Optional[String]
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val time: Optional[Time]
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped