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:
Field | Description |
---|---|
type ConditionType | Condition type. |
status ConditionStatus | Condition status, True, False or Unknown. |
lastTransitionTime Time | Last time the condition transitioned from one status to another. |
message string | Human-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:
Field | Description |
---|---|
apiVersion string | tensorstack.dev/v1beta1 |
kind string | EventListener |
metadata ObjectMeta | Refer to Kubernetes API documentation for fields of metadata . |
spec EventListenerSpec | |
status EventListenerStatus |
EventListenerAddress
The access address for in-cluster and out-cluster
Appears in:
Field | Description |
---|---|
url string | The access address for out-cluster |
inClusterURL string | The access address for in-cluster |
EventListenerList
EventListenerList contains a list of EventListener
Field | Description |
---|---|
apiVersion string | tensorstack.dev/v1beta1 |
kind string | EventListenerList |
metadata ListMeta | Refer to Kubernetes API documentation for fields of metadata . |
items EventListener array |
EventListenerSpec
EventListenerSpec defines the desired state of EventListener
Appears in:
Field | Description |
---|---|
replicas integer | Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. |
resources ResourceRequirements | Compute 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:
Field | Description |
---|---|
address EventListenerAddress | The access address for in-cluster and out-cluster |
conditions Condition array | Represents the latest available observations of a eventListener's current state. |
EventSource
The source that events come from.
Appears in:
Field | Description |
---|---|
eventListenerName string | Name of an existing EventListener. |
filters Filter array | List of filters to filter events from the EventListener. |
Filter
Filter defines how to filter events from the EventListener.
Appears in:
Field | Description |
---|---|
path string | Path 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 JSONType | Type contains the JSON type of the data |
values string array | Values 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:
Field | Description |
---|---|
apiVersion string | tensorstack.dev/v1beta1 |
kind string | WorkflowTrigger |
metadata ObjectMeta | Refer to Kubernetes API documentation for fields of metadata . |
spec WorkflowTriggerSpec | |
status WorkflowTriggerStatus |
WorkflowTriggerList
WorkflowTriggerList contains a list of WorkflowTrigger
Field | Description |
---|---|
apiVersion string | tensorstack.dev/v1beta1 |
kind string | WorkflowTriggerList |
metadata ListMeta | Refer to Kubernetes API documentation for fields of metadata . |
items WorkflowTrigger array |
WorkflowTriggerSpec
WorkflowTriggerSpec defines the desired state of WorkflowTrigger
Appears in:
Field | Description |
---|---|
replicas integer | Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. |
eventSources EventSource array | List of sources that events come from. |
serviceAccountName string | Name of a service account used by WorkflowTrigger to create WorkflowRuns. |
resources ResourceRequirements | Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
workflowRunSpec WorkflowRunSpec | Spec of WorkflowRun to be created by WorkflowTrigger. |
WorkflowTriggerStatus
WorkflowTriggerStatus defines the observed state of WorkflowTrigger
Appears in:
Field | Description |
---|---|
conditions Condition array | Represents the latest available observations of a eventListener's current state. |