Documentation ¶
Index ¶
- Constants
- Variables
- func JobOutputs(ctx context.Context, outputVolumes []string) ([]model.StorageSpec, error)
- func Labels(ctx context.Context, labels []string) ([]string, error)
- func NodeSelector(nodeSelector string) ([]model.LabelSelectorRequirement, error)
- func StringSliceToMap(slice []string) (map[string]string, error)
Constants ¶
View Source
const RegexString = "A-Za-z0-9._~!:@,;+-"
Variables ¶
View Source
var DefaultOutputSpec = model.StorageSpec{ StorageSource: model.StorageSourceIPFS, Name: "outputs", Path: "/outputs", }
Functions ¶
func JobOutputs ¶
func NodeSelector ¶
func NodeSelector(nodeSelector string) ([]model.LabelSelectorRequirement, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.