Exporter¶
jumpstarter.dev/v1alpha1
Exporter is the Schema for the exporters API
Spec¶
Field |
Type |
Description |
|---|---|---|
|
string |
Username is the identity of the exporter, used for authentication and authorization. |
Status¶
Field |
Type |
Description |
|---|---|---|
|
array |
Conditions represent the latest available observations of the exporter state. |
|
string |
lastTransitionTime is the last time the condition transitioned from one status to another. |
|
string |
message is a human readable message indicating details about the transition. |
|
integer |
observedGeneration represents the .metadata.generation that the condition was set based upon. |
|
string |
reason contains a programmatic identifier indicating the reason for the condition’s last transition. |
|
|
|
|
string |
type of condition in CamelCase or in foo.example.com/CamelCase. |
|
object |
Credential is a reference to the secret containing the exporter credentials. |
|
string |
Name of the referent. (default: ``) |
|
array |
Devices is the list of driver instances currently reported by the exporter. |
|
object |
Labels are key-value pairs associated with the device. |
|
string |
ParentUuid is the UUID of the parent device, if this is a child device. |
|
string |
Uuid is the unique identifier of the device within the exporter. |
|
string |
Endpoint is the gRPC endpoint URL where the exporter is reachable. |
|
|
|
|
string |
LastSeen is the timestamp of the last communication from the exporter. |
|
object |
LeaseRef is a reference to the lease currently assigned to this exporter. |
|
string |
Name of the referent. (default: ``) |
|
string |
StatusMessage is an optional human-readable message describing the current state. |