API Reference

Packages

tensorstack.dev/v1beta1

Package v1beta1 contains API Schema definitions for the v1beta1 API group

Resource Types

SecretReference

SecretReference defines a reference to a Kubernetes v1.Secret object.

Appears in:

FieldDescription
name stringThe name of a Kubernetes v1.Secret object that holds the token and kubeconfig.

ServiceAccountToken

ServiceAccountToken is the Schema for the serviceaccounttokens API

Appears in:

FieldDescription
apiVersion stringtensorstack.dev/v1beta1
kind stringServiceAccountToken
metadata ObjectMetaRefer to Kubernetes API documentation for fields of metadata.
spec ServiceAccountTokenSpec
status ServiceAccountTokenStatus

ServiceAccountTokenCondition

ServiceAccountTokenCondition contains details for the current condition of ServiceAccountToken

Appears in:

FieldDescription
type ServiceAccountTokenConditionTypeType is the type of the condition.
status ConditionStatusStatus is the status of the condition. Can be True, False, Unknown.
lastTransitionTime TimeLast time the condition transitioned from one status to another.
reason stringUnique, one-word, CamelCase reason for the condition's last transition.
message stringHuman-readable message indicating details about last transition.

ServiceAccountTokenConditionType

Underlying type: string

ServiceAccountTokenConditionType defines all possible types for ServiceAccountTokenCondition.Type

Appears in:

ServiceAccountTokenList

ServiceAccountTokenList contains a list of ServiceAccountToken

FieldDescription
apiVersion stringtensorstack.dev/v1beta1
kind stringServiceAccountTokenList
metadata ListMetaRefer to Kubernetes API documentation for fields of metadata.
items ServiceAccountToken array

ServiceAccountTokenSpec

ServiceAccountTokenSpec defines the desired state of ServiceAccountToken

Appears in:

FieldDescription
duration stringDuration defines the requested token lifetime. The server may return a token with a longer or shorter lifetime.

ServiceAccountTokenStatus

ServiceAccountTokenStatus defines the observed state of ServiceAccountToken

Appears in:

FieldDescription
expirationTime TimeExpirationTime is the time of expiration of the returned token.
secretRef SecretReferenceSecretRef references a Kubernetes v1.Secret object.
conditions ServiceAccountTokenCondition arrayConditions represent an array of current conditions observed within the system.