API Reference

Packages

tensorstack.dev/v1beta1

Package v1beta1 contains API Schema definitions for the v1beta1 API group

Resource Types

Condition

Condition contains details about resource state

Appears in:

FieldDescription
type ConditionTypeCondition type.
status ConditionStatusCondition status, True, False or Unknown.
lastTransitionTime TimeLast time the condition transitioned from one status to another.
message stringHuman-readable message indicating details about last transition.

ConditionType

Underlying type: string

ConditionType is a valid value of Condition.Type

Appears in:

EventListener

EventListener is the Schema for the eventlisteners API

Appears in:

FieldDescription
apiVersion stringtensorstack.dev/v1beta1
kind stringEventListener
metadata ObjectMetaRefer to Kubernetes API documentation for fields of metadata.
spec EventListenerSpec
status EventListenerStatus

EventListenerAddress

The access address for in-cluster and out-cluster

Appears in:

FieldDescription
url stringThe access address for out-cluster
inClusterURL stringThe access address for in-cluster

EventListenerList

EventListenerList contains a list of EventListener

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

EventListenerSpec

EventListenerSpec defines the desired state of EventListener

Appears in:

FieldDescription
replicas integerNumber of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
resources ResourceRequirementsCompute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

EventListenerStatus

EventListenerStatus defines the observed state of EventListener

Appears in:

FieldDescription
address EventListenerAddressThe access address for in-cluster and out-cluster
conditions Condition arrayRepresents the latest available observations of a eventListener’s current state.

EventSource

The source that events come from.

Appears in:

FieldDescription
eventListenerName stringName of an existing EventListener.
filters Filter arrayList of filters to filter events from the EventListener.

Filter

Filter defines how to filter events from the EventListener.

Appears in:

FieldDescription
path stringPath is the JSONPath of the event’s (JSON decoded) data key Path is a series of keys separated by a dot. A key may contain wildcard characters ‘*’ and ‘?’. To access an array value use the index as the key. The dot and wildcard characters can be escaped with ‘\’. See https://github.com/tidwall/gjson#path-syntax for more information on how to use this.
type JSONTypeType contains the JSON type of the data
values string arrayValues is the allowed string values for this key Booleans are passed using strconv.ParseBool() Numbers are parsed using as float64 using strconv.ParseFloat() Strings are taken as is Nils this value is ignored

JSONType

Underlying type: string

JSONType contains the supported JSON types for data filtering

Appears in:

WorkflowTrigger

WorkflowTrigger is the Schema for the workflowtriggers API

Appears in:

FieldDescription
apiVersion stringtensorstack.dev/v1beta1
kind stringWorkflowTrigger
metadata ObjectMetaRefer to Kubernetes API documentation for fields of metadata.
spec WorkflowTriggerSpec
status WorkflowTriggerStatus

WorkflowTriggerList

WorkflowTriggerList contains a list of WorkflowTrigger

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

WorkflowTriggerSpec

WorkflowTriggerSpec defines the desired state of WorkflowTrigger

Appears in:

FieldDescription
replicas integerNumber of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
eventSources EventSource arrayList of sources that events come from.
serviceAccountName stringName of a service account used by WorkflowTrigger to create WorkflowRuns.
resources ResourceRequirementsCompute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
workflowRunSpec WorkflowRunSpecSpec of WorkflowRun to be created by WorkflowTrigger.

WorkflowTriggerStatus

WorkflowTriggerStatus defines the observed state of WorkflowTrigger

Appears in:

FieldDescription
conditions Condition arrayRepresents the latest available observations of a eventListener’s current state.