Skip to content

Commit

Permalink
Update upstream specifications to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed Jun 7, 2024
1 parent 711b7d1 commit a041646
Show file tree
Hide file tree
Showing 208 changed files with 48,920 additions and 12,700 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8566,6 +8566,11 @@ spec:
description: "Current state of PostgreSQL instances."
items:
properties:
desiredPGDataVolume:
additionalProperties:
type: "string"
description: "Desired Size of the pgData volume"
type: "object"
name:
type: "string"
readyReplicas:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,8 @@ spec:
x-kubernetes-int-or-string: true
type: "object"
type: "object"
restartPolicy:
type: "string"
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down Expand Up @@ -2779,6 +2781,8 @@ spec:
x-kubernetes-int-or-string: true
type: "object"
type: "object"
restartPolicy:
type: "string"
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,8 @@ spec:
x-kubernetes-int-or-string: true
type: "object"
type: "object"
restartPolicy:
type: "string"
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down Expand Up @@ -2765,6 +2767,8 @@ spec:
x-kubernetes-int-or-string: true
type: "object"
type: "object"
restartPolicy:
type: "string"
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
kind: "CustomResourceDefinition"
metadata:
annotations:
controller-gen.kubebuilder.io/version: "v0.11.3"
controller-gen.kubebuilder.io/version: "v0.15.0"
name: "hyperfoils.hyperfoil.io"
spec:
group: "hyperfoil.io"
Expand Down Expand Up @@ -37,15 +37,15 @@ spec:
description: "Hyperfoil is the Schema for the hyperfoils API"
properties:
apiVersion:
description: "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
description: "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
type: "string"
kind:
description: "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
description: "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
type: "string"
metadata:
type: "object"
spec:
description: "HyperfoilSpec Configures Hyperfoil Controller and related resources."
description: "HyperfoilSpec defines the desired state of Hyperfoil.It Configures Hyperfoil Controller and related resources."
properties:
additionalArgs:
description: "AdditionalArgs specifies additional arguments to pass to the Hyperfoil controller."
Expand Down Expand Up @@ -95,15 +95,15 @@ spec:
type: "string"
type: "object"
secretEnvVars:
description: "List of secrets in this namespace; each entry from those secrets will be mapped as environment variable, using the key as variable name."
description: "List of secrets in this namespace; each entry from those secrets will be mapped\nas environment variable, using the key as variable name."
items:
type: "string"
type: "array"
serviceType:
description: "Type of the service being exposed. By default this is ClusterIP if Openshift Route resource is available (the route will target this service). If Openshift Routes are not available (on vanilla Kubernetes) the default is NodePort."
description: "Type of the service being exposed. By default this is ClusterIP if Openshift Route resource is available (the route will target this service).\nIf Openshift Routes are not available (on vanilla Kubernetes) the default is NodePort."
type: "string"
triggerUrl:
description: "If this is set the controller does not start benchmark run right away after hitting /benchmark/my-benchmark/start ; instead it responds with status 301 and header Location set to concatenation of this string and 'BENCHMARK=my-benchmark&RUN_ID=xxxx'. CLI interprets that response as a request to hit CI instance on this URL, assuming that CI will trigger a new job that will eventually call /benchmark/my-benchmark/start?runId=xxxx with header 'x-trigger-job'. This is useful if the the CI has to synchronize Hyperfoil to other benchmarks that don't use this controller instance."
description: "If this is set the controller does not start benchmark run right away after hitting\n/benchmark/my-benchmark/start ; instead it responds with status 301 and header Location\nset to concatenation of this string and 'BENCHMARK=my-benchmark&RUN_ID=xxxx'.\nCLI interprets that response as a request to hit CI instance on this URL, assuming that\nCI will trigger a new job that will eventually call /benchmark/my-benchmark/start?runId=xxxx\nwith header 'x-trigger-job'. This is useful if the the CI has to synchronize Hyperfoil\nto other benchmarks that don't use this controller instance."
type: "string"
version:
description: "Tag for controller image. Defaults to version matching the operator version."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ spec:
description: "OverrideHonorTimestamps allows to globally enforce honoring timestamps in all scrape configs."
type: "boolean"
paused:
description: "Paused If set to true all actions on the underlaying managed objects are not\ngoing to be performed, except for delete actions."
description: "Paused If set to true all actions on the underlying managed objects are not\ngoing to be performed, except for delete actions."
type: "boolean"
podDisruptionBudget:
description: "PodDisruptionBudget created by operator"
Expand Down Expand Up @@ -1430,7 +1430,7 @@ spec:
description: "Match is a label selector (or list of label selectors) for filtering time series for the given selector.\n\n\nIf the match isn't set, then all the input time series are processed."
x-kubernetes-preserve-unknown-fields: true
no_align_flush_to_interval:
description: "NoAlighFlushToInterval disables aligning of flushes to multiples of Interval.\nBy default flushes are aligned to Interval."
description: "NoAlignFlushToInterval disables aligning of flushes to multiples of Interval.\nBy default flushes are aligned to Interval."
type: "boolean"
output_relabel_configs:
description: "OutputRelabelConfigs is an optional relabeling rules, which are applied\non the aggregated output before being sent to remote storage."
Expand Down Expand Up @@ -2470,7 +2470,7 @@ spec:
format: "int32"
type: "integer"
reason:
description: "Reason defines fail reason for update process, effective only for statefuleMode"
description: "Reason defines fail reason for update process, effective only for statefulMode"
type: "string"
replicas:
description: "ReplicaCount Total number of pods targeted by this VMAgent"
Expand All @@ -2488,7 +2488,7 @@ spec:
format: "int32"
type: "integer"
updateStatus:
description: "UpdateStatus defines a status for update rollout, effective only for statefuleMode"
description: "UpdateStatus defines a status for update rollout, effective only for statefulMode"
type: "string"
updatedReplicas:
description: "UpdatedReplicas Total number of non-terminated pods targeted by this VMAgent\ncluster that have the desired version spec."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
description: "Location in golang time location form, e.g. UTC"
type: "string"
months:
description: "Months defines list of calendar months identified by a case-insentive name (e.g. ‘January’) or numeric 1.\nFor example, ['1:3', 'may:august', 'december']"
description: "Months defines list of calendar months identified by a case-insensitive name (e.g. ‘January’) or numeric 1.\nFor example, ['1:3', 'may:august', 'december']"
items:
type: "string"
type: "array"
Expand Down Expand Up @@ -2135,7 +2135,7 @@ spec:
description: "Location in golang time location form, e.g. UTC"
type: "string"
months:
description: "Months defines list of calendar months identified by a case-insentive name (e.g. ‘January’) or numeric 1.\nFor example, ['1:3', 'may:august', 'december']"
description: "Months defines list of calendar months identified by a case-insensitive name (e.g. ‘January’) or numeric 1.\nFor example, ['1:3', 'may:august', 'december']"
items:
type: "string"
type: "array"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ spec:
description: "NodeSelector Define which Nodes the Pods are scheduled on."
type: "object"
paused:
description: "Paused If set to true all actions on the underlaying managed objects are not\ngoint to be performed, except for delete actions."
description: "Paused If set to true all actions on the underlying managed objects are not\ngoing to be performed, except for delete actions."
type: "boolean"
podDisruptionBudget:
description: "PodDisruptionBudget created by operator"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ spec:
type: "object"
type: "array"
paused:
description: "Paused If set to true all actions on the underlaying managed objects are not\ngoing to be performed, except for delete actions."
description: "Paused If set to true all actions on the underlying managed objects are not\ngoing to be performed, except for delete actions."
type: "boolean"
podDisruptionBudget:
description: "PodDisruptionBudget created by operator"
Expand Down Expand Up @@ -1453,7 +1453,7 @@ spec:
format: "int32"
type: "integer"
reason:
description: "Reason defines fail reason for update process, effective only for statefuleMode"
description: "Reason defines fail reason for update process, effective only for statefulMode"
type: "string"
replicas:
description: "ReplicaCount Total number of non-terminated pods targeted by this VMAlert\ncluster (their labels match the selector)."
Expand All @@ -1464,7 +1464,7 @@ spec:
format: "int32"
type: "integer"
updateStatus:
description: "UpdateStatus defines a status for update rollout, effective only for statefuleMode"
description: "UpdateStatus defines a status for update rollout, effective only for statefulMode"
type: "string"
updatedReplicas:
description: "UpdatedReplicas Total number of non-terminated pods targeted by this VMAlert\ncluster that have the desired version spec."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ spec:
description: "NodeSelector Define which Nodes the Pods are scheduled on."
type: "object"
paused:
description: "Paused If set to true all actions on the underlaying managed objects are not\ngoing to be performed, except for delete actions."
description: "Paused If set to true all actions on the underlying managed objects are not\ngoing to be performed, except for delete actions."
type: "boolean"
podDisruptionBudget:
description: "PodDisruptionBudget created by operator"
Expand Down Expand Up @@ -861,10 +861,10 @@ spec:
description: "VMAuthStatus defines the observed state of VMAuth"
properties:
reason:
description: "Reason defines fail reason for update process, effective only for statefuleMode"
description: "Reason defines fail reason for update process, effective only for statefulMode"
type: "string"
updateStatus:
description: "UpdateStatus defines a status for update rollout, effective only for statefuleMode"
description: "UpdateStatus defines a status for update rollout, effective only for statefulMode"
type: "string"
type: "object"
type: "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
x-kubernetes-map-type: "atomic"
type: "object"
paused:
description: "Paused If set to true all actions on the underlaying managed objects are not\ngoing to be performed, except for delete actions."
description: "Paused If set to true all actions on the underlying managed objects are not\ngoing to be performed, except for delete actions."
type: "boolean"
replicationFactor:
description: "ReplicationFactor defines how many copies of data make among\ndistinct storage nodes"
Expand Down Expand Up @@ -845,7 +845,7 @@ spec:
description: "NodeSelector Define which Nodes the Pods are scheduled on."
type: "object"
persistentVolume:
description: "Storage - add persistent volume for cacheMounthPath\nits useful for persistent cache\nuse storage instead of persistentVolume."
description: "Storage - add persistent volume for cacheMountPath\nits useful for persistent cache\nuse storage instead of persistentVolume."
properties:
disableMountSubPath:
description: "Deprecated: subPath usage will be disabled by default in a future release, this option will become unnecessary.\nDisableMountSubPath allows to remove any subPath usage in volume mounts."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ spec:
type: "string"
type: "object"
vm_scrape_params:
description: "VMScrapeParams defines VictoriaMetrics specific scrape parametrs"
description: "VMScrapeParams defines VictoriaMetrics specific scrape parameters"
properties:
disable_compression:
type: "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ spec:
type: "string"
type: "object"
vm_scrape_params:
description: "VMScrapeParams defines VictoriaMetrics specific scrape parametrs"
description: "VMScrapeParams defines VictoriaMetrics specific scrape parameters"
properties:
disable_compression:
type: "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ spec:
- "url"
type: "object"
vm_scrape_params:
description: "VMScrapeParams defines VictoriaMetrics specific scrape parametrs"
description: "VMScrapeParams defines VictoriaMetrics specific scrape parameters"
properties:
disable_compression:
type: "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ spec:
type: "string"
type: "object"
vm_scrape_params:
description: "VMScrapeParams defines VictoriaMetrics specific scrape parametrs"
description: "VMScrapeParams defines VictoriaMetrics specific scrape parameters"
properties:
disable_compression:
type: "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ spec:
description: "NodeSelector Define which Nodes the Pods are scheduled on."
type: "object"
paused:
description: "Paused If set to true all actions on the underlaying managed objects are not\ngoing to be performed, except for delete actions."
description: "Paused If set to true all actions on the underlying managed objects are not\ngoing to be performed, except for delete actions."
type: "boolean"
podMetadata:
description: "PodMetadata configures Labels and Annotations which are propagated to the VMSingle pods."
Expand Down Expand Up @@ -607,7 +607,7 @@ spec:
description: "Match is a label selector (or list of label selectors) for filtering time series for the given selector.\n\n\nIf the match isn't set, then all the input time series are processed."
x-kubernetes-preserve-unknown-fields: true
no_align_flush_to_interval:
description: "NoAlighFlushToInterval disables aligning of flushes to multiples of Interval.\nBy default flushes are aligned to Interval."
description: "NoAlignFlushToInterval disables aligning of flushes to multiples of Interval.\nBy default flushes are aligned to Interval."
type: "boolean"
output_relabel_configs:
description: "OutputRelabelConfigs is an optional relabeling rules, which are applied\non the aggregated output before being sent to remote storage."
Expand Down
Loading

0 comments on commit a041646

Please sign in to comment.