types

package
v0.0.0-...-f651028 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SourceSubMountPath       = "source"
	TargetSubMountPath       = "target"
	IntermediateSubMountPath = "intermediate"
	ConfigSubMountPath       = "config"

	ClustercodeTypeLabelKey       = "clustercode.github.io/type"
	ClustercodeSliceIndexLabelKey = "clustercode.github.io/slice-index"

	JobTypeScan    ClusterCodeJobType = "scan"
	JobTypeSplit   ClusterCodeJobType = "split"
	JobTypeSlice   ClusterCodeJobType = "slice"
	JobTypeCount   ClusterCodeJobType = "count"
	JobTypeMerge   ClusterCodeJobType = "merge"
	JobTypeCleanup ClusterCodeJobType = "cleanup"
)

Variables

View Source
var (
	ClusterCodeLabels = labels.Set{
		"app.kubernetes.io/managed-by": "clustercode",
	}
)

Functions

This section is empty.

Types

type ClusterCodeJobType

type ClusterCodeJobType string

func (ClusterCodeJobType) AsLabels

func (t ClusterCodeJobType) AsLabels() labels.Set

func (ClusterCodeJobType) String

func (t ClusterCodeJobType) String() string

Jump to

Keyboard shortcuts

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