Documentation ¶
Index ¶
Constants ¶
View Source
const AnnotationApplicationID = "yunikorn.apache.org/app-id"
View Source
const AnnotationPlaceholderFlag = "yunikorn.apache.org/placeholder"
View Source
const AnnotationQueueName = "yunikorn.apache.org/queue"
View Source
const AnnotationSchedulingPolicyParam = "yunikorn.apache.org/schedulingPolicyParameters"
View Source
const AnnotationTaskGroupName = "yunikorn.apache.org/task-group-name"
View Source
const AnnotationTaskGroups = "yunikorn.apache.org/task-groups"
View Source
const AppManagerHandlerName = "yunikorn-app"
Application crd
View Source
const AppTagNamespace = "namespace"
View Source
const AppTagNamespaceParentQueue = "namespace.parentqueue"
View Source
const AppTagNamespaceResourceQuota = "namespace.resourcequota"
View Source
const AppTagStateAwareDisable = "application.stateaware.disable"
View Source
const ApplicationDefaultQueue = "root.sandbox"
View Source
const ApplicationInsufficientResourcesFailure = "ResourceReservationTimeout"
View Source
const ApplicationRejectedFailure = "ApplicationRejected"
View Source
const CPU = "vcore"
View Source
const DaemonSetType = "DaemonSet"
OwnerReferences
View Source
const DefaultAppNamespace = "default"
View Source
const DefaultConfigMapName = "yunikorn-configs"
Configuration
View Source
const DefaultNodeAttributeHostNameKey = "si.io/hostname"
Cluster
View Source
const DefaultNodeAttributeNodeLabelsKey = "si.io/nodelabels"
View Source
const DefaultNodeAttributeRackNameKey = "si.io/rackname"
View Source
const DefaultPartition = "default"
View Source
const DefaultRackName = "/rack-default"
View Source
const DefaultUser = "nobody"
View Source
const DefaultUserLabel = "yunikorn.apache.org/username"
View Source
const LabelApp = "app"
Application
View Source
const LabelApplicationID = "applicationId"
View Source
const LabelDisableStateAware = "disableStateAware"
View Source
const LabelPlaceholderFlag = "placeholder"
View Source
const LabelQueueName = "queue"
View Source
const Memory = "memory"
Resource
View Source
const NodeReadyAttribute = "ready"
View Source
const PlaceholderContainerImage = "k8s.gcr.io/pause"
Gang scheduling
View Source
const PlaceholderContainerName = "pause"
View Source
const PlaceholderPodRestartPolicy = "Never"
View Source
const SchedulerName = "yunikorn"
View Source
const SchedulingPolicyParamDelimiter = " "
View Source
const SchedulingPolicyStyleParam = "gangSchedulingStyle"
View Source
const SchedulingPolicyStyleParamDefault = "Soft"
View Source
const SchedulingPolicyTimeoutParam = "placeholderTimeoutInSeconds"
View Source
const SparkLabelAppID = "spark-app-selector"
Spark
View Source
const SparkLabelRole = "spark-role"
View Source
const SparkLabelRoleDriver = "driver"
Variables ¶
View Source
var SchedulingPolicyStyleParamValues = map[string]string{"Hard": "Hard", "Soft": "Soft"}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.