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@4f8fafb #1789

Merged
merged 1 commit into from
Nov 22, 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
162 changes: 103 additions & 59 deletions charts/victoria-metrics-operator/charts/crds/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,15 @@ spec:
jsonPath: .status.status
name: Status
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1beta1
schema:
openAPIV3Schema:
description: VLogs is the Schema for the vlogs API
description: |-
VLogs is fast, cost-effective and scalable logs database.
VLogs is the Schema for the vlogs API
properties:
apiVersion:
description: |-
Expand Down Expand Up @@ -928,29 +933,31 @@ spec:
description: VLogsStatus defines the observed state of VLogs
properties:
availableReplicas:
description: AvailableReplicas Total number of available pods (ready
for at least minReadySeconds) targeted by this VLogs.
description: deprecated
format: int32
type: integer
observedGeneration:
description: |-
ObservedGeneration defines current generation picked by operator for the
reconcile
format: int64
type: integer
reason:
description: Reason defines a reason in case of update failure
description: Reason defines fail reason for reconcile process
type: string
replicas:
description: ReplicaCount Total number of non-terminated pods targeted
by this VLogs.
description: deprecated
format: int32
type: integer
status:
description: UpdateStatus defines a status of vlogs instance rollout
type: string
unavailableReplicas:
description: UnavailableReplicas Total number of unavailable pods
targeted by this VLogs.
description: deprecated
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 VLogs.
description: deprecated
format: int32
type: integer
type: object
Expand Down Expand Up @@ -998,6 +1005,9 @@ spec:
jsonPath: .status.updateStatus
name: Status
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1beta1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -5459,14 +5469,17 @@ spec:
description: VMAgentStatus defines the observed state of VMAgent
properties:
availableReplicas:
description: |-
AvailableReplicas Total number of available pods (ready for at least minReadySeconds)
targeted by this VMAlert cluster.
description: Deprecated
format: int32
type: integer
observedGeneration:
description: |-
ObservedGeneration defines current generation picked by operator for the
reconcile
format: int64
type: integer
reason:
description: Reason defines fail reason for update process, effective
only for statefulMode
description: Reason defines fail reason for reconcile process
type: string
replicas:
description: ReplicaCount Total number of pods targeted by this VMAgent
Expand All @@ -5481,18 +5494,14 @@ spec:
format: int32
type: integer
unavailableReplicas:
description: UnavailableReplicas Total number of unavailable pods
targeted by this VMAgent cluster.
description: Deprecated
format: int32
type: integer
updateStatus:
description: UpdateStatus defines a status for update rollout, effective
only for statefulMode
description: UpdateStatus defines a status for update rollout
type: string
updatedReplicas:
description: |-
UpdatedReplicas Total number of non-terminated pods targeted by this VMAgent
cluster that have the desired version spec.
description: Deprecated
format: int32
type: integer
type: object
Expand Down Expand Up @@ -9460,10 +9469,6 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- description: The version of VMAlertmanager
jsonPath: .spec.image.tag
name: Version
type: string
- description: The desired replicas number of Alertmanagers
jsonPath: .spec.replicaCount
name: ReplicaCount
Expand Down Expand Up @@ -11752,11 +11757,17 @@ spec:
Operator API itself. More info:
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
properties:
observedGeneration:
description: |-
ObservedGeneration defines current generation picked by operator for the
reconcile
format: int64
type: integer
reason:
description: Reason has non empty reason for update failure
description: Reason defines fail reason for reconcile process
type: string
updateStatus:
description: Status defines a status of object update
description: UpdateStatus defines a status for update rollout
type: string
type: object
required:
Expand Down Expand Up @@ -11797,6 +11808,13 @@ spec:
jsonPath: .status.updateStatus
name: Status
type: string
- description: The desired replicas number of Alertmanagers
jsonPath: .spec.replicaCount
name: ReplicaCount
type: integer
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1beta1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -13569,34 +13587,31 @@ spec:
description: VMAlertStatus defines the observed state of VMAlert
properties:
availableReplicas:
description: |-
AvailableReplicas Total number of available pods (ready for at least minReadySeconds)
targeted by this VMAlert cluster.
description: Deprecated
format: int32
type: integer
observedGeneration:
description: |-
ObservedGeneration defines current generation picked by operator for the
reconcile
format: int64
type: integer
reason:
description: Reason defines fail reason for update process, effective
only for statefulMode
description: Reason defines fail reason for reconcile process
type: string
replicas:
description: |-
ReplicaCount Total number of non-terminated pods targeted by this VMAlert
cluster (their labels match the selector).
description: Deprecated
format: int32
type: integer
unavailableReplicas:
description: UnavailableReplicas Total number of unavailable pods
targeted by this VMAlert cluster.
description: Deprecated
format: int32
type: integer
updateStatus:
description: UpdateStatus defines a status for update rollout, effective
only for statefulMode
description: UpdateStatus defines a status for update rollout
type: string
updatedReplicas:
description: |-
UpdatedReplicas Total number of non-terminated pods targeted by this VMAlert
cluster that have the desired version spec.
description: Deprecated
format: int32
type: integer
type: object
Expand Down Expand Up @@ -13636,6 +13651,13 @@ spec:
jsonPath: .status.updateStatus
name: Status
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- description: The desired replicas number of Alertmanagers
jsonPath: .spec.replicaCount
name: ReplicaCount
type: integer
name: v1beta1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -15098,13 +15120,17 @@ spec:
status:
description: VMAuthStatus defines the observed state of VMAuth
properties:
observedGeneration:
description: |-
ObservedGeneration defines current generation picked by operator for the
reconcile
format: int64
type: integer
reason:
description: Reason defines fail reason for update process, effective
only for statefulMode
description: Reason defines fail reason for reconcile process
type: string
updateStatus:
description: UpdateStatus defines a status for update rollout, effective
only for statefulMode
description: UpdateStatus defines a status for update rollout
type: string
type: object
type: object
Expand Down Expand Up @@ -15155,7 +15181,7 @@ spec:
name: Age
type: date
- description: Current status of cluster
jsonPath: .status.clusterStatus
jsonPath: .status.updateStatus
name: Status
type: string
name: v1beta1
Expand Down Expand Up @@ -19141,17 +19167,24 @@ spec:
status:
description: VMClusterStatus defines the observed state of VMCluster
properties:
clusterStatus:
description: UpdateStatus defines status for application
type: string
lastSync:
description: Deprecated.
type: string
observedGeneration:
description: |-
ObservedGeneration defines current generation picked by operator for the
reconcile
format: int64
type: integer
reason:
description: Reason defines fail reason for reconcile process
type: string
updateFailCount:
description: Deprecated.
type: integer
updateStatus:
description: UpdateStatus defines a status for update rollout
type: string
required:
- updateFailCount
type: object
Expand Down Expand Up @@ -27691,9 +27724,12 @@ spec:
versions:
- additionalPrinterColumns:
- description: Current status of single node update process
jsonPath: .status.singleStatus
jsonPath: .status.updateStatus
name: Status
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1beta1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -28248,6 +28284,7 @@ spec:
description: |-
Storage is the definition of how storage will be used by the VMSingle
by default it`s empty dir
this option is ignored if storageDataPath is set
properties:
accessModes:
description: |-
Expand Down Expand Up @@ -28447,6 +28484,7 @@ spec:
description: |-
StorageDataPath disables spec.storage option and overrides arg for victoria-metrics binary --storageDataPath,
its users responsibility to mount proper device into given path.
It requires to provide spec.volumes and spec.volumeMounts with at least 1 value
type: string
storageMetadata:
description: StorageMeta defines annotations and labels attached to
Expand Down Expand Up @@ -29321,22 +29359,28 @@ spec:
for at least minReadySeconds) targeted by this VMSingle.
format: int32
type: integer
observedGeneration:
description: |-
ObservedGeneration defines current generation picked by operator for the
reconcile
format: int64
type: integer
reason:
description: Reason defines a reason in case of update failure
description: Reason defines fail reason for reconcile process
type: string
replicas:
description: ReplicaCount Total number of non-terminated pods targeted
by this VMSingle.
format: int32
type: integer
singleStatus:
description: UpdateStatus defines a status of single node rollout
type: string
unavailableReplicas:
description: UnavailableReplicas Total number of unavailable pods
targeted by this VMSingle.
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.
Expand Down