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

Automatic update operator crds from VictoriaMetrics/operator@985552d #1897

Merged
merged 1 commit into from
Dec 23, 2024
Merged
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
33 changes: 18 additions & 15 deletions charts/victoria-metrics-operator/charts/crds/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ spec:
description: VLogsStatus defines the observed state of VLogs
properties:
availableReplicas:
description: deprecated
description: deprecated and will be removed at v0.52.0
format: int32
type: integer
conditions:
Expand Down Expand Up @@ -1028,18 +1028,17 @@ spec:
description: Reason defines human readadble error reason
type: string
replicas:
description: deprecated
description: deprecated and will be removed at v0.52.0
format: int32
type: integer
unavailableReplicas:
description: deprecated
description: deprecated and will be removed at v0.52.0
format: int32
type: integer
updateStatus:
description: UpdateStatus defines a status for update rollout
type: string
updatedReplicas:
description: deprecated
format: int32
type: integer
type: object
Expand Down Expand Up @@ -5599,7 +5598,7 @@ spec:
description: VMAgentStatus defines the observed state of VMAgent
properties:
availableReplicas:
description: Deprecated
description: deprecated and will be removed at v0.52.0
format: int32
type: integer
conditions:
Expand Down Expand Up @@ -5687,14 +5686,14 @@ spec:
format: int32
type: integer
unavailableReplicas:
description: Deprecated
description: deprecated and will be removed at v0.52.0
format: int32
type: integer
updateStatus:
description: UpdateStatus defines a status for update rollout
type: string
updatedReplicas:
description: Deprecated
description: deprecated and will be removed at v0.52.0
format: int32
type: integer
type: object
Expand Down Expand Up @@ -19811,6 +19810,10 @@ spec:
status:
description: VMClusterStatus defines the observed state of VMCluster
properties:
clusterStatus:
description: LegacyStatus is deprecated and will be removed at v0.52.0
version
type: string
conditions:
description: 'Known .status.conditions.type are: "Available", "Progressing",
and "Degraded"'
Expand Down Expand Up @@ -30497,8 +30500,7 @@ spec:
description: VMSingleStatus defines the observed state of VMSingle
properties:
availableReplicas:
description: AvailableReplicas Total number of available pods (ready
for at least minReadySeconds) targeted by this VMSingle.
description: deprecated and will be removed at v0.52.0
format: int32
type: integer
conditions:
Expand Down Expand Up @@ -30574,21 +30576,22 @@ spec:
description: Reason defines human readadble error reason
type: string
replicas:
description: ReplicaCount Total number of non-terminated pods targeted
by this VMSingle.
description: deprecated and will be removed at v0.52.0
format: int32
type: integer
singleStatus:
description: LegacyStatus is deprecated and will be removed at v0.52.0
version
type: string
unavailableReplicas:
description: UnavailableReplicas Total number of unavailable pods
targeted by this VMSingle.
description: deprecated and will be removed at v0.52.0
format: int32
type: integer
updateStatus:
description: UpdateStatus defines a status for update rollout
type: string
updatedReplicas:
description: UpdatedReplicas Total number of non-terminated pods targeted
by this VMSingle.
description: deprecated and will be removed at v0.52.0
format: int32
type: integer
type: object
Expand Down
Loading