API Reference

Packages

tensorstack.dev/v1beta1

Package v1beta1 contains API Schema definitions for the v1beta1 API group

Resource Types

Explorer

Explorer is the Schema for the explorers API

Appears in:

FieldDescription
apiVersion stringtensorstack.dev/v1beta1
kind stringExplorer
metadata ObjectMetaRefer to Kubernetes API documentation for fields of metadata.
spec ExplorerSpec
status ExplorerStatus

ExplorerCondition

ExplorerCondition defines the observed condition of Explorer resource

Appears in:

FieldDescription
type ExplorerConditionTypeType is the type of the condition. Possible values are Idle, etc
status ConditionStatusStatus is the status of the condition type. Possible values of type Idle are True
message stringMessage is the reason of the status
lastTransitionTime TimeLastTransitionTime is the last time the status was changed
lastProbeTime TimeLastProbeTime is the last time the condition was probed

ExplorerConditionType

Underlying type: string

Appears in:

ExplorerList

ExplorerList contains a list of Explorer

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

ExplorerSpec

ExplorerSpec defines the desired state of Explorer

Appears in:

FieldDescription
storageType StorageTypeType of storage, only pvc is supported for now.
storageName stringName of the StorageType instance.
suspend booleansuspend specifies whether the Explorer controller should delete Pods or not. If true, the associated v1.Pod can be terminated. However, other API resources, such as ConfigMaps and Services, will be preserved for use upon resuming the Explorer. Defaults to false.
scheduler SchedulePolicy

ExplorerStatus

ExplorerStatus defines the observed state of Explorer

Appears in:

FieldDescription
conditions ExplorerCondition arrayConditions is an array of current conditions
codeServer ResourceStatus
fileBrowser ResourceStatus

PodReference

PodReference refers to a replica.

Appears in:

FieldDescription
name stringName of the Pod.
uid stringUID of the Pod.

PodStatus

Pod defines the observed state of a replica.

Appears in:

FieldDescription
reference PodReferenceReferences to the subordinate v1.Pod.
phase PodPhaseReplicated from the corresponding field in the subordinate v1.Pod.

ResourcePhase

Underlying type: string

Appears in:

ResourceStatus

Appears in:

FieldDescription
phase ResourcePhase
pod PodStatus

SchedulePolicy

SchedulePolicy specifies preferences for resource allocation requests, including the name of the preferred scheduler and additional configuration parameters.

Appears in:

FieldDescription
t9kScheduler T9kScheduler

StorageType

Underlying type: string

StorageType is the type of storage volume.

Appears in:

T9kScheduler

Appears in:

FieldDescription
queue stringName of the resource Queue of a T9kScheduler.