[node operator] PendingNode API gen

Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
Malte Poll 2022-06-27 11:01:54 +02:00 committed by Malte Poll
parent 4409c69cf6
commit 9c3f7fec39
13 changed files with 304 additions and 0 deletions

View file

@ -3,4 +3,5 @@ resources:
- update_v1alpha1_nodeimage.yaml
- update_v1alpha1_autoscalingstrategy.yaml
- update_v1alpha1_scalinggroup.yaml
- update_v1alpha1_pendingnode.yaml
#+kubebuilder:scaffold:manifestskustomizesamples

View file

@ -0,0 +1,6 @@
apiVersion: update.edgeless.systems/v1alpha1
kind: PendingNode
metadata:
name: pendingnode-sample
spec:
# TODO(user): Add fields here