Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 911 Bytes

ModelStatus.md

File metadata and controls

13 lines (9 loc) · 911 Bytes

ModelStatus

Properties

Name Type Description Notes
annotations dict(str, str) Annotations is additional Status fields for the Resource to save some additional State as well as convey more information to the user. This is roughly akin to Annotations on any k8s resource, just the reconciler conveying richer information outwards. [optional]
conditions Conditions [optional]
observed_generation int ObservedGeneration is the 'Generation' of the Service that was last processed by the controller. +optional [optional]
replicas int Total number of replicas targeted by this model [optional]

[Back to Model list] [Back to API list] [Back to README]