-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
The *Deprecated
conditions report a status of False
with reason Deprecated
. Should it not be, Not deprecated
?
{
"lastTransitionTime": "2025-06-03T07:52:54Z",
"message": "",
"observedGeneration": 1,
"reason": "Deprecated",
"status": "False",
"type": "Deprecated"
},
{
"lastTransitionTime": "2025-06-03T07:52:54Z",
"message": "",
"observedGeneration": 1,
"reason": "Deprecated",
"status": "False",
"type": "PackageDeprecated"
},
{
"lastTransitionTime": "2025-06-03T07:52:54Z",
"message": "",
"observedGeneration": 1,
"reason": "Deprecated",
"status": "False",
"type": "ChannelDeprecated"
},
{
"lastTransitionTime": "2025-06-03T07:52:54Z",
"message": "",
"observedGeneration": 1,
"reason": "Deprecated",
"status": "False",
"type": "BundleDeprecated"
}
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.