Writing a Kubernetes Operator in Java by Fabian Stäber

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 3

  • @ankitjain6494
    @ankitjain6494 4 ปีที่แล้ว

    Thanks it was helpful. As per k8s doc "Resource versions must be treated as opaque by clients and passed unmodified back to the server. For example, clients must not assume resource versions are numeric, and may only compare two resource version for equality (i.e. must not compare resource versions for greater-than or less-than relationships)."
    You suggested that to check map for a newer version but as per k8s document we should not compare. How to handle this scenario ?