feat: runtime manager

This commit is contained in:
Ilia Denisov
2026-04-28 20:39:18 +02:00
committed by GitHub
parent e0a99b346b
commit a7cee15115
289 changed files with 45660 additions and 2207 deletions
@@ -85,6 +85,18 @@ const (
// NotificationTypeLobbyRaceNameRegistrationDenied identifies the
// `lobby.race_name.registration_denied` notification.
NotificationTypeLobbyRaceNameRegistrationDenied = notificationintent.NotificationTypeLobbyRaceNameRegistrationDenied
// NotificationTypeRuntimeImagePullFailed identifies the
// `runtime.image_pull_failed` notification.
NotificationTypeRuntimeImagePullFailed = notificationintent.NotificationTypeRuntimeImagePullFailed
// NotificationTypeRuntimeContainerStartFailed identifies the
// `runtime.container_start_failed` notification.
NotificationTypeRuntimeContainerStartFailed = notificationintent.NotificationTypeRuntimeContainerStartFailed
// NotificationTypeRuntimeStartConfigInvalid identifies the
// `runtime.start_config_invalid` notification.
NotificationTypeRuntimeStartConfigInvalid = notificationintent.NotificationTypeRuntimeStartConfigInvalid
)
// Producer identifies one supported upstream producer.
@@ -99,6 +111,9 @@ const (
// ProducerGameLobby identifies Game Lobby.
ProducerGameLobby = notificationintent.ProducerGameLobby
// ProducerRuntimeManager identifies Runtime Manager.
ProducerRuntimeManager = notificationintent.ProducerRuntimeManager
)
// AudienceKind identifies one supported target-audience kind.