Skip to content

Commit

Permalink
Update generated files. (istio#17576)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeknoid authored Oct 2, 2019
1 parent e7d5c8c commit fa0cd6f
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 28 deletions.
2 changes: 1 addition & 1 deletion common-protos/k8s.io/api/core/v1/generated.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ require (
github.com/howeyc/fsnotify v0.9.0
github.com/jefferai/jsonx v1.0.0 // indirect
github.com/json-iterator/go v1.1.7 // indirect
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7 // indirect
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7
github.com/juju/loggo v0.0.0-20190212223446-d976af380377 // indirect
github.com/juju/testing v0.0.0-20190429233213-dfc56b8c09fc // indirect
github.com/keybase/go-crypto v0.0.0-20190416182011-b785b22cc757 // indirect
Expand Down
2 changes: 1 addition & 1 deletion mixer/adapter/opa/config/adapter.opa.config.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mixer/adapter/opa/config/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mixer/adapter/opa/config/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ message Params {
repeated string policy = 1;

// Query method to check.
// Format: data.<package name>.<method name>
// Format: `data.<package name>.<method name>`
string check_method = 2;

// Close the client request when adapter has a issue.
Expand Down
Binary file modified mixer/adapter/opa/config/config.proto_descriptor
Binary file not shown.
2 changes: 1 addition & 1 deletion mixer/adapter/opa/config/opa.yaml

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mixer/adapter/redisquota/config/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mixer/adapter/redisquota/config/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ message Params {
// The set of known quotas. At least one quota configuration is required
repeated Quota quotas = 1 [(gogoproto.nullable) = false];

// Redis connection string <hostname>:<port number>
// Redis connection string `<hostname>:<port number>`
// ex) localhost:6379
string redis_server_url = 2;

Expand Down
Binary file modified mixer/adapter/redisquota/config/config.proto_descriptor
Binary file not shown.
2 changes: 1 addition & 1 deletion mixer/adapter/redisquota/config/redisquota.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mixer/adapter/signalfx/config/adapter.signalfx.config.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mixer/adapter/signalfx/config/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mixer/adapter/signalfx/config/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ message Params {
// Describes what metrics should be sent to SignalFx and in what form.
message MetricConfig {
// Required. The name of the metric as it is sent to the adapter. In
// Kubernetes this is of the form "<name>.metric.<namespace>" where
// "<name>" is the name field of the metric resource, and "<namespace>"
// Kubernetes this is of the form `<name>.metric.<namespace>` where
// `<name>` is the name field of the metric resource, and `<namespace>`
// is the namespace of the metric resource.
string name = 1;

Expand Down
Binary file modified mixer/adapter/signalfx/config/config.proto_descriptor
Binary file not shown.
2 changes: 1 addition & 1 deletion mixer/adapter/signalfx/config/signalfx.yaml

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions mixer/adapter/stackdriver/config/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions mixer/adapter/stackdriver/config/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,12 @@ message Params {
// Ex: If you want to export it to a GCS bucket, id would be a unique idetifier you want for the sink,
// destination would be the storage be name of GCS Storage bucket and filter would be user defined condition for
// filtering logs. See below for a sample config:
// id: 'info-errors-to-gcs'
// destination: 'storage.googleapis.com/<bucket_name>'
// filter: 'severity >= Default'
//
// ```yaml
// id: 'info-errors-to-gcs'
// destination: 'storage.googleapis.com/<bucket_name>'
// filter: 'severity >= Default'
// ```
message SinkInfo {
// Client assigned sink identifier.
string id = 1;
Expand Down
Binary file modified mixer/adapter/stackdriver/config/config.proto_descriptor
Binary file not shown.
2 changes: 1 addition & 1 deletion mixer/adapter/stackdriver/config/stackdriver.yaml

Large diffs are not rendered by default.

0 comments on commit fa0cd6f

Please sign in to comment.