Skip to content
#

cue

Here are 70 public repositories matching this topic...

resouer
resouer commented Apr 24, 2021

With raw kube approach, we can easily have a built-in ComponentDefinition to reference a Git repo as a component (using Flux Kustomization as example but there're many approaches indeed):

apiVersion: core.oam.dev/v1beta1
kind: ComponentDefinition
metadata:
  name: foo
  namespace: default
spec:
  workload: 
    definition: 
      apiVersion: apps/v1
      kind: Deployment # 

Improve this page

Add a description, image, and links to the cue topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cue topic, visit your repo's landing page and select "manage topics."

Learn more