Skip to content

Commit

Permalink
feat: enhance buffer-metrics sidecar
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>

feat: enhance buffer-metrics sidecar

Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 committed Oct 11, 2024
1 parent fc01fc2 commit 8980364
Show file tree
Hide file tree
Showing 19 changed files with 1,181 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,87 @@ spec:
tag:
type: string
type: object
bufferVolumeLivenessProbe:
properties:
exec:
properties:
command:
items:
type: string
type: array
x-kubernetes-list-type: atomic
type: object
failureThreshold:
format: int32
type: integer
grpc:
properties:
port:
format: int32
type: integer
service:
default: ""
type: string
required:
- port
type: object
httpGet:
properties:
host:
type: string
httpHeaders:
items:
properties:
name:
type: string
value:
type: string
required:
- name
- value
type: object
type: array
x-kubernetes-list-type: atomic
path:
type: string
port:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
scheme:
type: string
required:
- port
type: object
initialDelaySeconds:
format: int32
type: integer
periodSeconds:
format: int32
type: integer
successThreshold:
format: int32
type: integer
tcpSocket:
properties:
host:
type: string
port:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
required:
- port
type: object
terminationGracePeriodSeconds:
format: int64
type: integer
timeoutSeconds:
format: int32
type: integer
type: object
bufferVolumeMetrics:
properties:
interval:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,87 @@ spec:
tag:
type: string
type: object
bufferVolumeLivenessProbe:
properties:
exec:
properties:
command:
items:
type: string
type: array
x-kubernetes-list-type: atomic
type: object
failureThreshold:
format: int32
type: integer
grpc:
properties:
port:
format: int32
type: integer
service:
default: ""
type: string
required:
- port
type: object
httpGet:
properties:
host:
type: string
httpHeaders:
items:
properties:
name:
type: string
value:
type: string
required:
- name
- value
type: object
type: array
x-kubernetes-list-type: atomic
path:
type: string
port:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
scheme:
type: string
required:
- port
type: object
initialDelaySeconds:
format: int32
type: integer
periodSeconds:
format: int32
type: integer
successThreshold:
format: int32
type: integer
tcpSocket:
properties:
host:
type: string
port:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
required:
- port
type: object
terminationGracePeriodSeconds:
format: int64
type: integer
timeoutSeconds:
format: int32
type: integer
type: object
bufferVolumeMetrics:
properties:
interval:
Expand Down
Loading

0 comments on commit 8980364

Please sign in to comment.