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:
Field | Description |
---|---|
name string | The name of a Kubernetes v1.Secret object that holds the token and kubeconfig. |
ServiceAccountToken
ServiceAccountToken is the Schema for the serviceaccounttokens API
Appears in:
Field | Description |
---|---|
apiVersion string | tensorstack.dev/v1beta1 |
kind string | ServiceAccountToken |
metadata ObjectMeta | Refer to Kubernetes API documentation for fields of metadata . |
spec ServiceAccountTokenSpec | |
status ServiceAccountTokenStatus |
ServiceAccountTokenCondition
ServiceAccountTokenCondition contains details for the current condition of ServiceAccountToken
Appears in:
Field | Description |
---|---|
type ServiceAccountTokenConditionType | Type is the type of the condition. |
status ConditionStatus | Status is the status of the condition. Can be True, False, Unknown. |
lastTransitionTime Time | Last time the condition transitioned from one status to another. |
reason string | Unique, one-word, CamelCase reason for the condition's last transition. |
message string | Human-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
Field | Description |
---|---|
apiVersion string | tensorstack.dev/v1beta1 |
kind string | ServiceAccountTokenList |
metadata ListMeta | Refer to Kubernetes API documentation for fields of metadata . |
items ServiceAccountToken array |
ServiceAccountTokenSpec
ServiceAccountTokenSpec defines the desired state of ServiceAccountToken
Appears in:
Field | Description |
---|---|
duration string | Duration 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:
Field | Description |
---|---|
expirationTime Time | ExpirationTime is the time of expiration of the returned token. |
secretRef SecretReference | SecretRef references a Kubernetes v1.Secret object. |
conditions ServiceAccountTokenCondition array | Conditions represent an array of current conditions observed within the system. |