jobspec

package
v0.0.0-...-d28c279 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Copyright © 2021 IBM Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateJobSpecYaml

func CreateJobSpecYaml(pr *pb.PodSpec, count int32, filename string) error

Types

type Attribute

type Attribute struct {
	SystemAttr System `yaml:"system,omitempty"`
}

type Count

type Count struct {
	PerSlot int64 `yaml:"per_slot,omitempty"`
}

type JobSpec

type JobSpec struct {
	Version    Version   `yaml:"version,inline"`
	Attributes Attribute `yaml:"attributes,omitempty"`
	Tasks      []Task    `yaml:"tasks,omitempty"`
}

type Resource

type Resource struct {
	Type  string     `yaml:"type"`
	Count int64      `yaml:"count"`
	Label string     `yaml:"label,omitempty"`
	With  []Resource `yaml:"with,omitempty"`
}

type System

type System struct {
	Duration int64 `yaml:"duration,omitempty"`
}

type Task

type Task struct {
	Command []string `yaml:"command,flow"`
	Slot    string   `yaml:"slot"`
	Counts  Count    `yaml:"count"`
}

type Version

type Version struct {
	Version   int
	Resources []Resource `yaml:"resources,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL