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",
}
)
View Source
var ( JobTypes = []ClusterCodeJobType{ JobTypeScan, JobTypeSplit, JobTypeCount, JobTypeSlice, JobTypeMerge, JobTypeCleanup} )
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
Click to show internal directories.
Click to hide internal directories.