Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upstream specifications to their latest version #209

Merged
merged 2 commits into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,9 @@ spec:
- "version"
type: "object"
type: "array"
hpa:
description: "Hpa specifies an array of defined HPA values"
type: "boolean"
httpProxy:
description: "HTTPProxy specifies a HTTP(S) Proxy to be used for connecting to HTTP services. Authentication is not supported. Format is <scheme>://<host>:<port>"
type: "string"
Expand Down Expand Up @@ -2535,6 +2538,9 @@ spec:
additionalProperties:
type: "string"
type: "object"
hpa:
description: "Hpa specifies an array of defined HPA values"
type: "boolean"
labels:
additionalProperties:
type: "string"
Expand Down Expand Up @@ -3710,6 +3716,9 @@ spec:
additionalProperties:
type: "string"
type: "object"
hpa:
description: "Hpa specifies an array of defined HPA values"
type: "boolean"
labels:
additionalProperties:
type: "string"
Expand Down Expand Up @@ -3857,8 +3866,6 @@ spec:
type: "object"
x-kubernetes-map-type: "atomic"
type: "array"
imageStreamTagImportInsecure:
type: "boolean"
monitoring:
properties:
enablePrometheusRules:
Expand Down Expand Up @@ -10537,7 +10544,7 @@ spec:
type: "object"
type: "array"
deployments:
description: "APIManager Deployment Configs"
description: "APIManager Deployments"
properties:
ready:
description: "Deployments are ready to serve requests"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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.12.1"
controller-gen.kubebuilder.io/version: "v0.14.0"
name: "vmrules.operator.victoriametrics.com"
spec:
group: "operator.victoriametrics.com"
Expand All @@ -19,10 +19,10 @@ spec:
description: "VMRule defines rule records for vmalert application"
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"
Expand All @@ -40,10 +40,10 @@ spec:
extra_filter_labels:
additionalProperties:
type: "string"
description: "ExtraFilterLabels optional list of label filters applied to every rule's request withing a group. Is compatible only with VM datasource. See more details at https://docs.victoriametrics.com#prometheus-querying-api-enhancements Deprecated, use params instead"
description: "ExtraFilterLabels optional list of label filters applied to every rule's\nrequest withing a group. Is compatible only with VM datasource.\nSee more details at https://docs.victoriametrics.com#prometheus-querying-api-enhancements\nDeprecated, use params instead"
type: "object"
headers:
description: "Headers contains optional HTTP headers added to each rule request Must be in form `header-name: value` For example: headers: - \"CustomHeader: foo\" - \"CustomHeader2: bar\""
description: "Headers contains optional HTTP headers added to each rule request\nMust be in form `header-name: value`\nFor example:\n headers:\n - \"CustomHeader: foo\"\n - \"CustomHeader2: bar\""
items:
type: "string"
type: "array"
Expand All @@ -53,16 +53,16 @@ spec:
labels:
additionalProperties:
type: "string"
description: "Labels optional list of labels added to every rule within a group. It has priority over the external labels. Labels are commonly used for adding environment or tenant-specific tag."
description: "Labels optional list of labels added to every rule within a group.\nIt has priority over the external labels.\nLabels are commonly used for adding environment\nor tenant-specific tag."
type: "object"
limit:
description: "Limit the number of alerts an alerting rule and series a recording rule can produce"
description: "Limit the number of alerts an alerting rule and series a recording\nrule can produce"
type: "integer"
name:
description: "Name of group"
type: "string"
notifier_headers:
description: "NotifierHeaders contains optional HTTP headers added to each alert request which will send to notifier Must be in form `header-name: value` For example: headers: - \"CustomHeader: foo\" - \"CustomHeader2: bar\""
description: "NotifierHeaders contains optional HTTP headers added to each alert request which will send to notifier\nMust be in form `header-name: value`\nFor example:\n headers:\n - \"CustomHeader: foo\"\n - \"CustomHeader2: bar\""
items:
type: "string"
type: "array"
Expand All @@ -87,16 +87,16 @@ spec:
description: "Annotations will be added to rule configuration"
type: "object"
debug:
description: "Debug enables logging for rule it useful for tracking"
description: "Debug enables logging for rule\nit useful for tracking"
type: "boolean"
expr:
description: "Expr is query, that will be evaluated at dataSource"
type: "string"
for:
description: "For evaluation interval in time.Duration format 30s, 1m, 1h or nanoseconds"
description: "For evaluation interval in time.Duration format\n30s, 1m, 1h or nanoseconds"
type: "string"
keep_firing_for:
description: "KeepFiringFor will make alert continue firing for this long even when the alerting expression no longer has results. Use time.Duration format, 30s, 1m, 1h or nanoseconds"
description: "KeepFiringFor will make alert continue firing for this long\neven when the alerting expression no longer has results.\nUse time.Duration format, 30s, 1m, 1h or nanoseconds"
type: "string"
labels:
additionalProperties:
Expand All @@ -107,15 +107,15 @@ spec:
description: "Record represents a query, that will be recorded to dataSource"
type: "string"
update_entries_limit:
description: "UpdateEntriesLimit defines max number of rule's state updates stored in memory. Overrides `-rule.updateEntriesLimit` in vmalert."
description: "UpdateEntriesLimit defines max number of rule's state updates stored in memory.\nOverrides `-rule.updateEntriesLimit` in vmalert."
type: "integer"
type: "object"
type: "array"
tenant:
description: "Tenant id for group, can be used only with enterprise version of vmalert See more details at https://docs.victoriametrics.com/vmalert.html#multitenancy"
description: "Tenant id for group, can be used only with enterprise version of vmalert\nSee more details at https://docs.victoriametrics.com/vmalert.html#multitenancy"
type: "string"
type:
description: "Type defines datasource type for enterprise version of vmalert possible values - prometheus,graphite"
description: "Type defines datasource type for enterprise version of vmalert\npossible values - prometheus,graphite"
type: "string"
required:
- "name"
Expand Down
Loading