netbookai / spawner

Mulit-Cloud infrastructure orchestrator for kubernetes first development.
https://netbook-2.gitbook.io/netbook-docs/opensource/docs/spawner
GNU General Public License v3.0
56 stars 10 forks source link

refactor labels, namespace all labels created by spawner with 'netbook.ai' #33

Closed NishanthSpShetty closed 2 years ago

NishanthSpShetty commented 2 years ago

Description

Add tags to resources created by spawner by namespacing it under netbook.ai/. Refactor label constants.

This change requires to change existing resources with updated tag key with the namespace/(prefix), spawner will fail to recognise the resources already created prior this change.

following resources/tags must be changed to new format,

Type of change

Please delete options that are not relevant.

why

How Has This Been Tested?

Manually tested.

Checklist:

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
13.2% 13.2% Duplication

sid255 commented 2 years ago

Let's not merge it just yet.