Values.DeprecationDetailSourceThe summary information about deprecated resource usage for an insight check in the UPGRADE_READINESS category.
type nonrec t = {usage : String_.t option;The deprecated version of the resource.
*)replacedWith : String_.t option;The newer version of the resource to migrate to if applicable.
*)stopServingVersion : String_.t option;The version of the software where the deprecated resource version will stop being served.
*)startServingReplacementVersion : String_.t option;The version of the software where the newer resource version became available to migrate to if applicable.
*)clientStats : ClientStats.t option;Details about Kubernetes clients using the deprecated resources.
*)}