observedGeneration property

int? observedGeneration
final

observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.

Implementation

final int? observedGeneration;