mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-27 07:30:45 -04:00
[node operator] NodeImage API gen
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
9feb0fb801
commit
546e53f3df
16 changed files with 426 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
## Append samples you want in your CSV to this file as resources ##
|
||||
resources:
|
||||
- update_v1alpha1_nodeimage.yaml
|
||||
#+kubebuilder:scaffold:manifestskustomizesamples
|
|
@ -0,0 +1,6 @@
|
|||
apiVersion: update.edgeless.systems/v1alpha1
|
||||
kind: NodeImage
|
||||
metadata:
|
||||
name: nodeimage-sample
|
||||
spec:
|
||||
# TODO(user): Add fields here
|
Loading…
Add table
Add a link
Reference in a new issue