Skip to content

Commit

Permalink
Updates for rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Boomatang committed Jan 26, 2024
1 parent fa53014 commit e57a091
Show file tree
Hide file tree
Showing 4 changed files with 1,285 additions and 1 deletion.
91 changes: 91 additions & 0 deletions api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2024-01-23T14:59:43Z"
createdAt: "2024-01-26T14:28:03Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/kuadrant-operator
Expand Down
158 changes: 158 additions & 0 deletions bundle/manifests/kuadrant.io_kuadrants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,164 @@ spec:
spec:
description: KuadrantSpec defines the desired state of Kuadrant
properties:
authorino:
properties:
evaluatorCacheSize:
type: integer
listener:
properties:
maxHttpRequestBodySize:
description: Maximum payload (request body) size for the auth
service (HTTP interface), in bytes.
type: integer
ports:
description: Port numbers of the GRPC and HTTP auth interfaces.
properties:
grpc:
format: int32
type: integer
http:
format: int32
type: integer
type: object
timeout:
description: Timeout of the auth service (GRPC and HTTP interfaces),
in milliseconds.
type: integer
tls:
description: TLS configuration of the auth service (GRPC and
HTTP interfaces).
properties:
certSecretRef:
description: LocalObjectReference contains enough information
to let you locate the referenced object inside the same
namespace.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind,
uid?'
type: string
type: object
x-kubernetes-map-type: atomic
enabled:
type: boolean
type: object
required:
- tls
type: object
metrics:
properties:
deep:
type: boolean
port:
format: int32
type: integer
type: object
oidcServer:
properties:
port:
format: int32
type: integer
tls:
properties:
certSecretRef:
description: LocalObjectReference contains enough information
to let you locate the referenced object inside the same
namespace.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind,
uid?'
type: string
type: object
x-kubernetes-map-type: atomic
enabled:
type: boolean
type: object
required:
- tls
type: object
replicas:
format: int32
type: integer
tracing:
properties:
endpoint:
type: string
tags:
additionalProperties:
type: string
type: object
required:
- endpoint
type: object
volumes:
properties:
defaultMode:
description: Permissions mode.
format: int32
type: integer
items:
items:
properties:
configMaps:
description: Allow multiple configmaps to mount to the
same directory
items:
type: string
type: array
items:
description: Mount details
items:
description: Maps a string key to a path within a
volume.
properties:
key:
description: key is the key to project.
type: string
mode:
description: 'mode is Optional: mode bits used
to set permissions on this file. Must be an
octal value between 0000 and 0777 or a decimal
value between 0 and 511. YAML accepts both octal
and decimal values, JSON requires decimal values
for mode bits. If not specified, the volume
defaultMode will be used. This might be in conflict
with other options that affect the file mode,
like fsGroup, and the result can be other mode
bits set.'
format: int32
type: integer
path:
description: path is the relative path of the
file to map the key to. May not be an absolute
path. May not contain the path element '..'.
May not start with the string '..'.
type: string
required:
- key
- path
type: object
type: array
mountPath:
description: An absolute path where to mount it
type: string
name:
description: Volume name
type: string
secrets:
description: Secret mount
items:
type: string
type: array
required:
- mountPath
type: object
type: array
type: object
type: object
limitador:
properties:
affinity:
Expand Down
Loading

0 comments on commit e57a091

Please sign in to comment.