Client¶
jumpstarter.dev/v1alpha1
Client is the Schema for the clients API
Spec¶
Field |
Type |
Description |
|---|---|---|
|
string |
Username is the identity of the client, used for authentication and authorization. |
Status¶
Field |
Type |
Description |
|---|---|---|
|
array |
Conditions represent the latest available observations of the client 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 client credentials. |
|
string |
Name of the referent. (default: ``) |
|
string |
Endpoint is the controller gRPC endpoint URL assigned to this client. |
|
string |
TokenExpiresAt is the expiry time of the internal credential token. |