Skip to content

Files

Latest commit

806d05f · Oct 11, 2021

History

History
18 lines (14 loc) · 1.21 KB

SeldonDeploymentStatus.md

File metadata and controls

18 lines (14 loc) · 1.21 KB

SeldonDeploymentStatus

Properties

Name Type Description Notes
address SeldonAddressable [optional]
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]
deployment_status dict(str, DeploymentStatus) [optional]
description str [optional]
observed_generation int ObservedGeneration is the 'Generation' of the Service that was last processed by the controller. +optional [optional]
replicas int [optional]
service_status dict(str, ServiceStatus) [optional]
state StatusState [optional]

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