upgrade prometheus-operator to v0.36.0

This commit is contained in:
Paul Gier
2020-02-11 09:37:11 -06:00
parent d8b4d25f9a
commit bb0ca63533
13 changed files with 3888 additions and 16 deletions

View File

@@ -6,6 +6,18 @@ metadata:
creationTimestamp: null
name: alertmanagers.monitoring.coreos.com
spec:
additionalPrinterColumns:
- JSONPath: .spec.version
description: The version of Alertmanager
name: Version
type: string
- JSONPath: .spec.replicas
description: The desired replicas number of Alertmanagers
name: Replicas
type: integer
- JSONPath: .metadata.creationTimestamp
name: Age
type: date
group: monitoring.coreos.com
names:
kind: Alertmanager
@@ -13,6 +25,7 @@ spec:
plural: alertmanagers
singular: alertmanager
scope: Namespaced
subresources: {}
validation:
openAPIV3Schema:
description: Alertmanager describes an Alertmanager cluster.