Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentName = componentApi.KueueComponentName ReadyConditionType = componentApi.KueueKind + status.ReadySuffix // LegacyComponentName is the name of the component that is assigned to deployments // via Kustomize. Since a deployment selector is immutable, we can't upgrade existing // deployment to the new component name, so keep it around till we figure out a solution. LegacyComponentName = "kueue" ClusterQueueViewerRoleName = "kueue-clusterqueue-viewer-role" KueueBatchUserLabel = "rbac.kueue.x-k8s.io/batch-user" KueueAdminRoleBindingName = "kueue-admin-rolebinding" KueueAdminRoleName = "kueue-batch-admin-role" KueueCRName = "cluster" KueueConfigMapName = "kueue-manager-config" KueueConfigMapEntry = "controller_manager_config.yaml" NSListLimit = 500 )
Variables ¶
View Source
var ( ErrKueueOperatorAlreadyInstalled = odherrors.NewStopError(status.KueueOperatorAlreadyInstalledMessage) ErrKueueOperatorNotInstalled = odherrors.NewStopError(status.KueueOperatorNotInstalledMessage) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.