Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to CRD style objects #27

Open
jamietanna opened this issue Dec 16, 2021 · 0 comments
Open

Move to CRD style objects #27

jamietanna opened this issue Dec 16, 2021 · 0 comments

Comments

@jamietanna
Copy link
Contributor

jamietanna commented Dec 16, 2021

Although we'd started with kebab-case, we'd discussed that a future version may/should use Kubernetes-style objects for better support

https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#describing-a-kubernetes-object

I.e. in use with Backstage

apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
  name: artist-web
  description: The place to be, for great artists
  labels:
    example.com/custom: custom_label_value
  annotations:
    example.com/service-discovery: artistweb
    circleci.com/project-slug: github/example-org/artist-website
  tags:
    - java
  links:
    - url: https://admin.example-org.com
      title: Admin Dashboard
      icon: dashboard
spec:
  type: website
  lifecycle: production
  owner: artist-relations-team
  system: public-websites
@jamietanna jamietanna changed the title Move to KRD style objects Move to CRD style objects Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant