*: regenerate

This commit is contained in:
Lucas Serven
2018-07-23 12:57:03 +02:00
parent d728ab5511
commit d1cd951903
3 changed files with 12 additions and 12 deletions

View File

@@ -23,8 +23,8 @@ spec:
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds' submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string type: string
spec: spec:
description: 'Specification of the desired behavior of the Alertmanager description: 'AlertmanagerSpec is a specification of the desired behavior
cluster. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status' of the Alertmanager cluster. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status'
properties: properties:
affinity: affinity:
description: Affinity is a group of affinity scheduling rules. description: Affinity is a group of affinity scheduling rules.
@@ -2372,9 +2372,9 @@ spec:
description: Version the cluster should be on. description: Version the cluster should be on.
type: string type: string
status: status:
description: 'Most recent observed status of the Alertmanager cluster. Read-only. description: 'AlertmanagerStatus is the most recent observed status of the
Not included when requesting from the apiserver, only from the Prometheus Alertmanager cluster. Read-only. Not included when requesting from the
Operator API itself. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status' apiserver, only from the Prometheus Operator API itself. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status'
properties: properties:
availableReplicas: availableReplicas:
description: Total number of available pods (ready for at least minReadySeconds) description: Total number of available pods (ready for at least minReadySeconds)

View File

@@ -23,8 +23,8 @@ spec:
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds' submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string type: string
spec: spec:
description: 'Specification of the desired behavior of the Prometheus cluster. description: 'PrometheusSpec is a specification of the desired behavior
More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status' of the Prometheus cluster. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status'
properties: properties:
additionalAlertManagerConfigs: additionalAlertManagerConfigs:
description: SecretKeySelector selects a key of a Secret. description: SecretKeySelector selects a key of a Secret.
@@ -2862,7 +2862,7 @@ spec:
description: Peers is a DNS name for Thanos to discover peers through. description: Peers is a DNS name for Thanos to discover peers through.
type: string type: string
s3: s3:
description: ThanosSpec defines parameters for of AWS Simple Storage description: ThanosS3Spec defines parameters for of AWS Simple Storage
Service (S3) with Thanos. (S3 compatible services apply as well) Service (S3) with Thanos. (S3 compatible services apply as well)
properties: properties:
accessKey: accessKey:
@@ -2961,9 +2961,9 @@ spec:
description: Version of Prometheus to be deployed. description: Version of Prometheus to be deployed.
type: string type: string
status: status:
description: 'Most recent observed status of the Prometheus cluster. Read-only. description: 'PrometheusStatus is the most recent observed status of the
Not included when requesting from the apiserver, only from the Prometheus Prometheus cluster. Read-only. Not included when requesting from the apiserver,
Operator API itself. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status' only from the Prometheus Operator API itself. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status'
properties: properties:
availableReplicas: availableReplicas:
description: Total number of available pods (ready for at least minReadySeconds) description: Total number of available pods (ready for at least minReadySeconds)

View File

@@ -169,7 +169,7 @@ spec:
description: The label to use to retrieve the job name from. description: The label to use to retrieve the job name from.
type: string type: string
namespaceSelector: namespaceSelector:
description: A selector for selecting namespaces either selecting all description: NamespaceSelector is a selector for selecting either all
namespaces or a list of namespaces. namespaces or a list of namespaces.
properties: properties:
any: any: