Skip to content
Snippets Groups Projects
prometheus-operator-0thanosrulerCustomResourceDefinition.yaml 299 KiB
Newer Older
                          description: Storage Policy Based Management (SPBM) profile
                            ID associated with the StoragePolicyName.
paulfantom's avatar
paulfantom committed
                          type: string
                        storagePolicyName:
                          description: Storage Policy Based Management (SPBM) profile
                            name.
paulfantom's avatar
paulfantom committed
                          type: string
                        volumePath:
                          description: Path that identifies vSphere volume vmdk
                          type: string
                      required:
                      - volumePath
                      type: object
                  required:
                  - name
                  type: object
                type: array
            type: object
          status:
            description: 'Most recent observed status of the ThanosRuler cluster.
              Read-only. Not included when requesting from the apiserver, only from
              the ThanosRuler Operator API itself. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status'
paulfantom's avatar
paulfantom committed
            properties:
              availableReplicas:
                description: Total number of available pods (ready for at least minReadySeconds)
                  targeted by this ThanosRuler deployment.
paulfantom's avatar
paulfantom committed
                format: int32
                type: integer
              paused:
                description: Represents whether any actions on the underlying managed
                  objects are being performed. Only delete actions will be performed.
paulfantom's avatar
paulfantom committed
                type: boolean
              replicas:
                description: Total number of non-terminated pods targeted by this
                  ThanosRuler deployment (their labels match the selector).
paulfantom's avatar
paulfantom committed
                format: int32
                type: integer
              unavailableReplicas:
                description: Total number of unavailable pods targeted by this ThanosRuler
                  deployment.
paulfantom's avatar
paulfantom committed
                format: int32
                type: integer
              updatedReplicas:
                description: Total number of non-terminated pods targeted by this
                  ThanosRuler deployment that have the desired version spec.
paulfantom's avatar
paulfantom committed
                format: int32
                type: integer
            required:
            - availableReplicas
            - paused
            - replicas
            - unavailableReplicas
            - updatedReplicas
            type: object
        required:
        - spec
        type: object
    served: true
    storage: true
status:
  acceptedNames:
    kind: ""
    plural: ""
  conditions: []
  storedVersions: []