Update libs

This commit is contained in:
CarlosEDP 2019-02-27 09:25:07 -03:00
parent a883952ca1
commit f8fd72a834
5 changed files with 38 additions and 26 deletions

View File

@ -8,7 +8,7 @@
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus" "subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
} }
}, },
"version": "685bc278917085efe30ef6ff7aecc532387da693" "version": "bd8293a9b448c3bd40d1627d7f43ee66d86ac94b"
}, },
{ {
"name": "ksonnet", "name": "ksonnet",
@ -28,7 +28,7 @@
"subdir": "" "subdir": ""
} }
}, },
"version": "5525c8cc8a4a52d272bdaf481dd77b53a0c0f051" "version": "ccb787a44f2ebdecbb346d57490fa7e49981b323"
}, },
{ {
"name": "grafonnet", "name": "grafonnet",
@ -48,7 +48,7 @@
"subdir": "grafana-builder" "subdir": "grafana-builder"
} }
}, },
"version": "403b7d0120d2903d21854eae217b4e4863c454d1" "version": "5d7e5391010c768a6ddd39163c35662f379e20ca"
}, },
{ {
"name": "grafana", "name": "grafana",
@ -68,7 +68,7 @@
"subdir": "jsonnet/prometheus-operator" "subdir": "jsonnet/prometheus-operator"
} }
}, },
"version": "338addbabc8a29b46840df0bb0355c12b96a6f21" "version": "7a25bf6b6bb2347dacb235659b73bc210117acc7"
}, },
{ {
"name": "etcd-mixin", "name": "etcd-mixin",
@ -78,7 +78,7 @@
"subdir": "Documentation/etcd-mixin" "subdir": "Documentation/etcd-mixin"
} }
}, },
"version": "4cd0bf8ea846a0d158761d55899f631eb2a423cf" "version": "a7e3bd06b2ef0286e1571836997287a81146c25a"
} }
] ]
} }

View File

@ -1315,8 +1315,7 @@ spec:
type: boolean type: boolean
volumeDevices: volumeDevices:
description: volumeDevices is the list of block devices to be description: volumeDevices is the list of block devices to be
used by the container. This is an alpha feature and may change used by the container. This is a beta feature.
in the future.
items: items:
description: volumeDevice describes a mapping of a raw block description: volumeDevice describes a mapping of a raw block
device within a container. device within a container.
@ -1647,8 +1646,9 @@ spec:
set to true. There cannot be more than one managing controller. set to true. There cannot be more than one managing controller.
items: items:
description: OwnerReference contains enough information to let description: OwnerReference contains enough information to let
you identify an owning object. Currently, an owning object must you identify an owning object. An owning object must be in the
be in the same namespace, so there is no namespace field. same namespace as the dependent, or be cluster-scoped, so there
is no namespace field.
properties: properties:
apiVersion: apiVersion:
description: API version of the referent. description: API version of the referent.
@ -2116,9 +2116,9 @@ spec:
There cannot be more than one managing controller. There cannot be more than one managing controller.
items: items:
description: OwnerReference contains enough information description: OwnerReference contains enough information
to let you identify an owning object. Currently, an to let you identify an owning object. An owning object
owning object must be in the same namespace, so there must be in the same namespace as the dependent, or be
is no namespace field. cluster-scoped, so there is no namespace field.
properties: properties:
apiVersion: apiVersion:
description: API version of the referent. description: API version of the referent.
@ -2263,8 +2263,7 @@ spec:
volumeMode: volumeMode:
description: volumeMode defines what type of volume is required description: volumeMode defines what type of volume is required
by the claim. Value of Filesystem is implied when not by the claim. Value of Filesystem is implied when not
included in claim spec. This is an alpha feature and may included in claim spec. This is a beta feature.
change in the future.
type: string type: string
volumeName: volumeName:
description: VolumeName is the binding reference to the description: VolumeName is the binding reference to the

View File

@ -1480,8 +1480,7 @@ spec:
type: boolean type: boolean
volumeDevices: volumeDevices:
description: volumeDevices is the list of block devices to be description: volumeDevices is the list of block devices to be
used by the container. This is an alpha feature and may change used by the container. This is a beta feature.
in the future.
items: items:
description: volumeDevice describes a mapping of a raw block description: volumeDevice describes a mapping of a raw block
device within a container. device within a container.
@ -1829,8 +1828,9 @@ spec:
set to true. There cannot be more than one managing controller. set to true. There cannot be more than one managing controller.
items: items:
description: OwnerReference contains enough information to let description: OwnerReference contains enough information to let
you identify an owning object. Currently, an owning object must you identify an owning object. An owning object must be in the
be in the same namespace, so there is no namespace field. same namespace as the dependent, or be cluster-scoped, so there
is no namespace field.
properties: properties:
apiVersion: apiVersion:
description: API version of the referent. description: API version of the referent.
@ -2146,6 +2146,10 @@ spec:
required: required:
- url - url
type: array type: array
replicaExternalLabelName:
description: Name of Prometheus external label used to denote replica
name. Defaults to the value of `prometheus_replica`.
type: string
replicas: replicas:
description: Number of instances to deploy for a Prometheus deployment. description: Number of instances to deploy for a Prometheus deployment.
format: int32 format: int32
@ -2752,9 +2756,9 @@ spec:
There cannot be more than one managing controller. There cannot be more than one managing controller.
items: items:
description: OwnerReference contains enough information description: OwnerReference contains enough information
to let you identify an owning object. Currently, an to let you identify an owning object. An owning object
owning object must be in the same namespace, so there must be in the same namespace as the dependent, or be
is no namespace field. cluster-scoped, so there is no namespace field.
properties: properties:
apiVersion: apiVersion:
description: API version of the referent. description: API version of the referent.
@ -2899,8 +2903,7 @@ spec:
volumeMode: volumeMode:
description: volumeMode defines what type of volume is required description: volumeMode defines what type of volume is required
by the claim. Value of Filesystem is implied when not by the claim. Value of Filesystem is implied when not
included in claim spec. This is an alpha feature and may included in claim spec. This is a beta feature.
change in the future.
type: string type: string
volumeName: volumeName:
description: VolumeName is the binding reference to the description: VolumeName is the binding reference to the
@ -2975,6 +2978,10 @@ spec:
baseImage: baseImage:
description: Thanos base image if other than default. description: Thanos base image if other than default.
type: string type: string
clusterAdvertiseAddress:
description: Explicit (external) ip:port address to advertise for
gossip in gossip cluster. Used internally for membership only.
type: string
gcs: gcs:
description: 'Deprecated: ThanosGCSSpec should be configured with description: 'Deprecated: ThanosGCSSpec should be configured with
an ObjectStorageConfig secret starting with Thanos v0.2.0. ThanosGCSSpec an ObjectStorageConfig secret starting with Thanos v0.2.0. ThanosGCSSpec
@ -3000,6 +3007,11 @@ spec:
type: boolean type: boolean
required: required:
- key - key
grpcAdvertiseAddress:
description: Explicit (external) host:port address to advertise
for gRPC StoreAPI in gossip cluster. If empty, 'grpc-address'
will be used.
type: string
image: image:
description: Image if specified has precedence over baseImage, tag description: Image if specified has precedence over baseImage, tag
and sha combinations. Specifying the version is still necessary and sha combinations. Specifying the version is still necessary

View File

@ -253,8 +253,9 @@ spec:
There cannot be more than one managing controller. There cannot be more than one managing controller.
items: items:
description: OwnerReference contains enough information to let you description: OwnerReference contains enough information to let you
identify an owning object. Currently, an owning object must be in identify an owning object. An owning object must be in the same
the same namespace, so there is no namespace field. namespace as the dependent, or be cluster-scoped, so there is no
namespace field.
properties: properties:
apiVersion: apiVersion:
description: API version of the referent. description: API version of the referent.

View File

@ -138,7 +138,7 @@ spec:
type: string type: string
relabelings: relabelings:
description: 'RelabelConfigs to apply to samples before ingestion. description: 'RelabelConfigs to apply to samples before ingestion.
More info: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#<relabel_config>' More info: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config'
items: items:
description: 'RelabelConfig allows dynamic rewriting of the description: 'RelabelConfig allows dynamic rewriting of the
label set, being applied to samples before ingestion. It defines label set, being applied to samples before ingestion. It defines