This commit is contained in:
Tobias Kunze 2025-03-24 11:03:17 +01:00 committed by Tobias Brunner
parent fb11aa4407
commit 008edd78fe
No known key found for this signature in database

View file

@ -251,6 +251,7 @@ class ServiceOffering(models.Model):
verbose_name=_("Control planes"),
)
description = models.TextField(blank=True, verbose_name=_("Description"))
gvk # group, version, kind = jsonfeld; property => gvk kombiniert, kubernetes-ding
class Meta:
verbose_name = _("Service offering")