Skip to content

Status is incompatible with metav1.Condition #449

@calind

Description

@calind

Currently, metav1.Condition requires Reason and Message fields to be set. This makes the reconciler impossible to use with resources using it, which is pretty standard.

type ResourceStatus struct {
	Conditions      []metav1.Condition `json:"conditions,omitempty"`
}

Using, results in errors like:

conditions[1].message: Required value, conditions[1].reason: Required value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions