Client

jumpstarter.dev/v1alpha1

Client is the Schema for the clients API

Spec

Field

Type

Description

spec.username

string

Username is the identity of the client, used for authentication and authorization.

Status

Field

Type

Description

status.conditions

array

Conditions represent the latest available observations of the client state.

status.conditions[].lastTransitionTime

string

lastTransitionTime is the last time the condition transitioned from one status to another.

status.conditions[].message

string

message is a human readable message indicating details about the transition.

status.conditions[].observedGeneration

integer

observedGeneration represents the .metadata.generation that the condition was set based upon.

status.conditions[].reason

string

reason contains a programmatic identifier indicating the reason for the condition’s last transition.

status.conditions[].status

True

False

status.conditions[].type

string

type of condition in CamelCase or in foo.example.com/CamelCase.

status.credential

object

Credential is a reference to the secret containing the client credentials.

status.credential.name

string

Name of the referent. (default: ``)

status.endpoint

string

Endpoint is the controller gRPC endpoint URL assigned to this client.

status.tokenExpiresAt

string

TokenExpiresAt is the expiry time of the internal credential token.