mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
[node operator] ScalingGroup API gen
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
ac5ddc27f2
commit
b315ec6dc1
13 changed files with 304 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
resources:
|
||||
- update_v1alpha1_nodeimage.yaml
|
||||
- update_v1alpha1_autoscalingstrategy.yaml
|
||||
- update_v1alpha1_scalinggroup.yaml
|
||||
#+kubebuilder:scaffold:manifestskustomizesamples
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
apiVersion: update.edgeless.systems/v1alpha1
|
||||
kind: ScalingGroup
|
||||
metadata:
|
||||
name: scalinggroup-sample
|
||||
spec:
|
||||
# TODO(user): Add fields here
|
Loading…
Add table
Add a link
Reference in a new issue