Skip to content

Commit

Permalink
Automatic update operator crds from VictoriaMetrics/operator@985552d (#…
Browse files Browse the repository at this point in the history
…1897)

Signed-off-by: Github Actions <[email protected]>
Co-authored-by: f41gh7 <[email protected]>
  • Loading branch information
victoriametrics-bot and f41gh7 authored Dec 23, 2024
1 parent 51a8e2d commit b1f5296
Showing 1 changed file with 18 additions and 15 deletions.
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

0 comments on commit b1f5296

Please sign in to comment.