API Reference

Packages

batch.tensorstack.dev/v1beta1

Package v1beta1 contains API Schema definitions for the batch v1beta1 API group

Resource Types

BeamJob

BeamJob is the Schema for the beamjobs API

Appears in:

FieldDescription
apiVersion stringbatch.tensorstack.dev/v1beta1
kind stringBeamJob
metadata ObjectMetaRefer to Kubernetes API documentation for fields of metadata.
spec BeamJobSpec
status BeamJobStatus

BeamJobList

BeamJobList contains a list of BeamJob

FieldDescription
apiVersion stringbatch.tensorstack.dev/v1beta1
kind stringBeamJobList
metadata ListMetaRefer to Kubernetes API documentation for fields of metadata.
items BeamJob array

BeamJobSpec

BeamJobSpec defines the desired state of BeamJob

Appears in:

FieldDescription
flinkClusterTemplate FlinkClusterTemplateSpecSpecifies the FlinkCluster that will be created when executing a BeamJob.
jobTemplate JobTemplateSpecSpecifies the Job that will be created when executing a BeamJob.
runPolicy RunPolicyRuntime policies governing the behavior of the BeamJob.
scheduler SchedulePolicyIdentifies the preferred scheduler for allocating resources to replicas. Defaults to cluster default scheduler.
runMode RunModeNormal mode and debug mode are supported now.

BeamJobStatus

BeamJobStatus defines the observed state of BeamJob

Appears in:

FieldDescription
phase JobPhasePhase is a label for the condition of the job at the current time.
conditions JobCondition arrayThe latest available observations of the BeamJob’s current state.
tasks Tasks arrayThe statuses of individual tasks.
aggregate Aggregate
jobURL stringThe URL to Web UI of the cluster where details of the job is displayed.

FlinkClusterTemplateSpec

FlinkClusterTemplateSpec describes the data a FlinkCluster should have when created from a template

Appears in:

FieldDescription
metadata ObjectMetaRefer to Kubernetes API documentation for fields of metadata.
spec FlinkClusterSpecSpecification of the desired behavior of the FlinkCluster.

RunPolicy

RunPolicy encapsulates runtime policies governing the behavior of the BeamJob.

Appears in:

FieldDescription
cleanUpCluster booleanWhether or not delete cluster after the job finished. Default false.