Skip to content

Commit

Permalink
helm: bring crds up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Feb 1, 2024
1 parent 23c974a commit 1ddf97c
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 190 deletions.
37 changes: 30 additions & 7 deletions charts/k6-operator/templates/crds/plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- include "k6-operator.customLabels" . | nindent 4 }}
annotations:
{{- include "k6-operator.customAnnotations" . | nindent 4 }}
controller-gen.kubebuilder.io/version: v0.3.0
controller-gen.kubebuilder.io/version: v0.13.0
name: privateloadzones.k6.io
spec:
group: k6.io
Expand Down Expand Up @@ -36,12 +36,35 @@ spec:
type: string
type: object
resources:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
properties:
claims:
items:
properties:
name:
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
type: object
serviceAccountName:
type: string
Expand Down
Loading

0 comments on commit 1ddf97c

Please sign in to comment.