-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfixed_cfg.pb.go
More file actions
874 lines (791 loc) · 34.3 KB
/
fixed_cfg.pb.go
File metadata and controls
874 lines (791 loc) · 34.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
// Code generated by protoc-gen-gogo.
// source: mixer/v1/config/cfg.proto
// DO NOT EDIT!
/*
Package istio_mixer_v1_config is a generated protocol buffer package.
It is generated from these files:
mixer/v1/config/cfg.proto
It has these top-level messages:
ServiceConfig
AspectRule
Aspect
Adapter
GlobalConfig
AttributeManifest
Uri
IpAddress
DnsName
EmailAddress
Rule
Action
Instance
Handler
*/
package istio_mixer_v1_config
import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"
import istio_mixer_v1_config_descriptor1 "istio.io/api/mixer/v1/config/descriptor"
import istio_mixer_v1_config_descriptor2 "istio.io/api/mixer/v1/config/descriptor"
import istio_mixer_v1_config_descriptor3 "istio.io/api/mixer/v1/config/descriptor"
import istio_mixer_v1_config_descriptor4 "istio.io/api/mixer/v1/config/descriptor"
import istio_mixer_v1_config_descriptor5 "istio.io/api/mixer/v1/config/descriptor"
import istio_mixer_v1_config_descriptor "istio.io/api/mixer/v1/config/descriptor"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
// Configures a set of services.
//
// The following example configures a metric that will be recorded for all services:
//
// ```yaml
// subject: "namespace:ns1"
// revision: "1011"
// rules:
// - selector: destination.service == "*"
// aspects:
// - kind: metrics
// params:
// metrics: # defines metric collection across the board.
// - descriptorName: response_time_by_status_code
// value: response.time
// labels:
// statusCode: response.code
//
// actionRules:
// - selector: destination.service == "*"
// actions:
// - handler: prometheus-handler
// instances:
// - RequestCountByService
//
// handlers:
// - name: prometheus-handler
// adapter: prometheus
// params:
//
// instances:
// - name: RequestCountByService
// template: istio.mixer.adapter.metric.Metric
// params:
// value: 1
// dimensions:
// source: source.service
// destination_ip: destination.ip
// ```
//
// (== deprecation_description ServiceConfig is deprecated, see the Config API's
// swagger spec. ==)
type ServiceConfig struct {
// Optional. Subject is unique for a config type.
// 2 config with the same subject will overwrite each other
Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
// Optional. revision of this config. This is assigned by the server
Revision string `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
Rules []*AspectRule `protobuf:"bytes,3,rep,name=rules" json:"rules,omitempty"`
// Under development, DO NOT USE
// Optional. List of instances that can be referenced from [actions][istio.mixer.v1.config.Action.instances]
Instances []*Instance `protobuf:"bytes,4,rep,name=instances" json:"instances,omitempty"`
// Under development, DO NOT USE
// Optional. List of actions that apply for this service
// TODO: Rename this to rules once we delete the AspectRule field.
ActionRules []*Rule `protobuf:"bytes,5,rep,name=action_rules,json=actionRules" json:"action_rules,omitempty"`
}
func (m *ServiceConfig) Reset() { *m = ServiceConfig{} }
func (m *ServiceConfig) String() string { return proto.CompactTextString(m) }
func (*ServiceConfig) ProtoMessage() {}
func (*ServiceConfig) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{0} }
func (m *ServiceConfig) GetSubject() string {
if m != nil {
return m.Subject
}
return ""
}
func (m *ServiceConfig) GetRevision() string {
if m != nil {
return m.Revision
}
return ""
}
func (m *ServiceConfig) GetRules() []*AspectRule {
if m != nil {
return m.Rules
}
return nil
}
func (m *ServiceConfig) GetInstances() []*Instance {
if m != nil {
return m.Instances
}
return nil
}
func (m *ServiceConfig) GetActionRules() []*Rule {
if m != nil {
return m.ActionRules
}
return nil
}
// An AspectRule is a selector and a set of intentions to be executed when the
// selector is `true`. The selectors of the this rule's child AspectRules are only
// evaluated if this rule's selector is true.
type AspectRule struct {
// Required. Selector is an attribute based predicate. When Mixer receives a
// request it evaluates all selectors in scope and executes the rules for all
// selectors that evaluated to true.
//
// A few example selectors:
//
// * an empty selector evaluates to `true`
// * `true`, a boolean literal; a rule with this selector will always be executed
// * `destination.service == ratings*` selects any request targeting a service whose
// name starts with "ratings"
// * `attr1 == "20" && attr2 == "30"` logical AND, OR, and NOT are also available
Selector string `protobuf:"bytes,1,opt,name=selector,proto3" json:"selector,omitempty"`
// The aspects that apply when selector evaluates to `true`.
Aspects []*Aspect `protobuf:"bytes,2,rep,name=aspects" json:"aspects,omitempty"`
// Nested aspect rules; their selectors are evaluated if this selector
// predicate evaluates to `true`.
Rules []*AspectRule `protobuf:"bytes,3,rep,name=rules" json:"rules,omitempty"`
}
func (m *AspectRule) Reset() { *m = AspectRule{} }
func (m *AspectRule) String() string { return proto.CompactTextString(m) }
func (*AspectRule) ProtoMessage() {}
func (*AspectRule) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{1} }
func (m *AspectRule) GetSelector() string {
if m != nil {
return m.Selector
}
return ""
}
func (m *AspectRule) GetAspects() []*Aspect {
if m != nil {
return m.Aspects
}
return nil
}
func (m *AspectRule) GetRules() []*AspectRule {
if m != nil {
return m.Rules
}
return nil
}
// Aspect describes how an adapter is intended to operate in the context of the
// rule it's embedded in. The value for `params` depends on the `kind` of this
// aspect: each kind of aspect defines its own `params` proto.
//
// The following example instructs Mixer to populate a metric named "response_time"
// that was declared to have three labels: src_consumer_id, dst_response_status_code,
// and dst_service_name. For each label and the metric's `value` we provide
// an expression over Istio's attributes. Mixer evaluates these expressions for
// each request.
//
// ```yaml
// kind: metrics
// params:
// metrics:
// - descriptorName: response_time # tie this metric to a descriptor of the same name
// value: response.time # from the set of canonical attributes
// labels:
// src_consumer_id: source.user | source.uid
// dst_response_status_code: response.code
// dst_service_name: destination.service
// ```
type Aspect struct {
// Required. The kind of aspect this intent is targeting.
Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
// Optional. The name of the adapter this Aspect targets. If no name is provided,
// Mixer will use the adapter of the target kind named "default".
Adapter string `protobuf:"bytes,2,opt,name=adapter,proto3" json:"adapter,omitempty"`
// Required. Struct representation of a proto defined by each aspect kind.
Params interface{} `protobuf:"bytes,4,opt,name=params" json:"params,omitempty"`
}
func (m *Aspect) Reset() { *m = Aspect{} }
func (m *Aspect) String() string { return proto.CompactTextString(m) }
func (*Aspect) ProtoMessage() {}
func (*Aspect) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{2} }
func (m *Aspect) GetKind() string {
if m != nil {
return m.Kind
}
return ""
}
func (m *Aspect) GetAdapter() string {
if m != nil {
return m.Adapter
}
return ""
}
func (m *Aspect) GetParams() interface{} {
if m != nil {
return m.Params
}
return nil
}
// Adapter allows the operator to configure a specific adapter implementation.
// Each adapter implementation defines its own `params` proto. Note that unlike
// [Aspect][istio.mixer.v1.config.Aspect], the type of `params` varies with `impl`
// and not with `kind`.
//
// In the following example we define a `metrics` adapter using the Mixer's prepackaged
// prometheus adapter. This adapter doesn't require any parameters.
//
// ```yaml
// kind: metrics
// name: prometheus-adapter
// impl: prometheus
// params:
// ```
type Adapter struct {
// Required. must be unique per `kind`. Used by [Aspect][istio.mixer.v1.config.Aspect]
// to refer to this adapter. The name "default" is special: when an Aspect does not
// specify a name, the Adapter named "default" of the same `kind` is used to execute
// the intention described by the [AspectRule][istio.mixer.v1.config.AspectRule]s.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Required. The aspect this implementation with these params will implement;
// a single adapter implementation may implement many aspects, but an `Adapter`
// entry is required per kind.
Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
// Required. The name of a specific adapter implementation. An adapter's
// implementation name is typically a constant in its code.
Impl string `protobuf:"bytes,3,opt,name=impl,proto3" json:"impl,omitempty"`
// Optional. depends on adapter implementation. Struct representation of a
// proto defined by the implementation; this varies depending on `impl`.
Params interface{} `protobuf:"bytes,4,opt,name=params" json:"params,omitempty"`
}
func (m *Adapter) Reset() { *m = Adapter{} }
func (m *Adapter) String() string { return proto.CompactTextString(m) }
func (*Adapter) ProtoMessage() {}
func (*Adapter) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{3} }
func (m *Adapter) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *Adapter) GetKind() string {
if m != nil {
return m.Kind
}
return ""
}
func (m *Adapter) GetImpl() string {
if m != nil {
return m.Impl
}
return ""
}
func (m *Adapter) GetParams() interface{} {
if m != nil {
return m.Params
}
return nil
}
// GlobalConfig defines configuration elements that are available for the rest
// of the config. It is used to configure adapters and make them available in
// AspectRules.
//
// (== deprecation_description GlobalConfig is deprecated, see the Config API's
// swagger spec. ==)
type GlobalConfig struct {
// Optional.
Revision string `protobuf:"bytes,1,opt,name=revision,proto3" json:"revision,omitempty"`
Adapters []*Adapter `protobuf:"bytes,2,rep,name=adapters" json:"adapters,omitempty"`
Manifests []*AttributeManifest `protobuf:"bytes,3,rep,name=manifests" json:"manifests,omitempty"`
// TODO: remove these in https://github.com/istio/api/pull/45
Logs []*istio_mixer_v1_config_descriptor1.LogEntryDescriptor `protobuf:"bytes,4,rep,name=logs" json:"logs,omitempty"`
Metrics []*istio_mixer_v1_config_descriptor2.MetricDescriptor `protobuf:"bytes,5,rep,name=metrics" json:"metrics,omitempty"`
MonitoredResources []*istio_mixer_v1_config_descriptor3.MonitoredResourceDescriptor `protobuf:"bytes,6,rep,name=monitored_resources,json=monitoredResources" json:"monitored_resources,omitempty"`
Principals []*istio_mixer_v1_config_descriptor4.PrincipalDescriptor `protobuf:"bytes,7,rep,name=principals" json:"principals,omitempty"`
Quotas []*istio_mixer_v1_config_descriptor5.QuotaDescriptor `protobuf:"bytes,8,rep,name=quotas" json:"quotas,omitempty"`
// Under development, DO NOT USE
// Optional. List of handlers that can be referenced from [actions][istio.mixer.v1.config.Action.handler]
Handlers []*Handler `protobuf:"bytes,9,rep,name=handlers" json:"handlers,omitempty"`
}
func (m *GlobalConfig) Reset() { *m = GlobalConfig{} }
func (m *GlobalConfig) String() string { return proto.CompactTextString(m) }
func (*GlobalConfig) ProtoMessage() {}
func (*GlobalConfig) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{4} }
func (m *GlobalConfig) GetRevision() string {
if m != nil {
return m.Revision
}
return ""
}
func (m *GlobalConfig) GetAdapters() []*Adapter {
if m != nil {
return m.Adapters
}
return nil
}
func (m *GlobalConfig) GetManifests() []*AttributeManifest {
if m != nil {
return m.Manifests
}
return nil
}
func (m *GlobalConfig) GetLogs() []*istio_mixer_v1_config_descriptor1.LogEntryDescriptor {
if m != nil {
return m.Logs
}
return nil
}
func (m *GlobalConfig) GetMetrics() []*istio_mixer_v1_config_descriptor2.MetricDescriptor {
if m != nil {
return m.Metrics
}
return nil
}
func (m *GlobalConfig) GetMonitoredResources() []*istio_mixer_v1_config_descriptor3.MonitoredResourceDescriptor {
if m != nil {
return m.MonitoredResources
}
return nil
}
func (m *GlobalConfig) GetPrincipals() []*istio_mixer_v1_config_descriptor4.PrincipalDescriptor {
if m != nil {
return m.Principals
}
return nil
}
func (m *GlobalConfig) GetQuotas() []*istio_mixer_v1_config_descriptor5.QuotaDescriptor {
if m != nil {
return m.Quotas
}
return nil
}
func (m *GlobalConfig) GetHandlers() []*Handler {
if m != nil {
return m.Handlers
}
return nil
}
// AttributeManifest describes a set of Attributes produced by some component
// of an Istio deployment.
type AttributeManifest struct {
// Optional. The revision of this document. Assigned by server.
Revision string `protobuf:"bytes,1,opt,name=revision,proto3" json:"revision,omitempty"`
// Required. Name of the component producing these attributes. This can be
// the proxy (with the canonical name "istio-proxy") or the name of an
// `attributes` kind adapter in Mixer.
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// The set of attributes this Istio component will be responsible for producing at runtime.
// We map from attribute name to the attribute's specification. The name of an attribute,
// which is how attributes are referred to in aspect configuration, must conform to:
//
// Name = IDENT { SEPARATOR IDENT };
//
// Where `IDENT` must match the regular expression `[a-z][a-z0-9]+` and `SEPARATOR` must
// match the regular expression `[\.-]`.
//
// Attribute names must be unique within a single Istio deployment. The set of canonical
// attributes are described at https://istio.io/docs/reference/attribute-vocabulary.html.
// Attributes not in that list should be named with a component-specific suffix such as
// request.count-my.component
Attributes map[string]*AttributeManifest_AttributeInfo `protobuf:"bytes,3,rep,name=attributes" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
}
func (m *AttributeManifest) Reset() { *m = AttributeManifest{} }
func (m *AttributeManifest) String() string { return proto.CompactTextString(m) }
func (*AttributeManifest) ProtoMessage() {}
func (*AttributeManifest) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{5} }
func (m *AttributeManifest) GetRevision() string {
if m != nil {
return m.Revision
}
return ""
}
func (m *AttributeManifest) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *AttributeManifest) GetAttributes() map[string]*AttributeManifest_AttributeInfo {
if m != nil {
return m.Attributes
}
return nil
}
// AttributeInfo describes the schema of an Istio `Attribute`.
//
// ## Istio Attributes
//
// Istio uses `attributes` to describe runtime activities of Istio services.
// An Istio attribute carries a specific piece of information about an activity,
// such as the error code of an API request, the latency of an API request, or the
// original IP address of a TCP connection. The attributes are often generated
// and consumed by different services. For example, a frontend service can
// generate an authenticated user attribute and pass it to a backend service for
// access control purpose.
//
// To simplify the system and improve developer experience, Istio uses
// shared attribute definitions across all components. For example, the same
// authenticated user attribute will be used for logging, monitoring, analytics,
// billing, access control, auditing. Many Istio components provide their
// functionality by collecting, generating, and operating on attributes.
// For example, the proxy collects the error code attribute, and the logging
// stores it into a log.
//
// ## Design
//
// Each Istio attribute must conform to an `AttributeInfo` in an
// `AttributeManifest` in the current Istio deployment at runtime. An
// [`AttributeInfo`][istio.mixer.v1.config] is used to define an attribute's
// metadata: the type of its value and a detailed description that explains
// the semantics of the attribute type. Each attribute's name is globally unique;
// in other words an attribute name can only appear once across all manifests.
//
// The runtime presentation of an attribute is intentionally left out of this
// specification, because passing attribute using JSON, XML, or Protocol Buffers
// does not change the semantics of the attribute. Different implementations
// can choose different representations based on their needs.
//
// ## HTTP Mapping
//
// Because many systems already have REST APIs, it makes sense to define a
// standard HTTP mapping for Istio attributes that are compatible with typical
// REST APIs. The design is to map one attribute to one HTTP header, the
// attribute name and value becomes the HTTP header name and value. The actual
// encoding scheme will be decided later.
type AttributeManifest_AttributeInfo struct {
// Optional. A human-readable description of the attribute's purpose.
Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
// Required. The type of data carried by this attribute.
ValueType istio_mixer_v1_config_descriptor.ValueType `protobuf:"varint,2,opt,name=value_type,json=valueType,proto3,enum=istio.mixer.v1.config.descriptor.ValueType" json:"value_type,omitempty"`
}
func (m *AttributeManifest_AttributeInfo) Reset() { *m = AttributeManifest_AttributeInfo{} }
func (m *AttributeManifest_AttributeInfo) String() string { return proto.CompactTextString(m) }
func (*AttributeManifest_AttributeInfo) ProtoMessage() {}
func (*AttributeManifest_AttributeInfo) Descriptor() ([]byte, []int) {
return fileDescriptorCfg, []int{5, 0}
}
func (m *AttributeManifest_AttributeInfo) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
func (m *AttributeManifest_AttributeInfo) GetValueType() istio_mixer_v1_config_descriptor.ValueType {
if m != nil {
return m.ValueType
}
return istio_mixer_v1_config_descriptor.VALUE_TYPE_UNSPECIFIED
}
// Uri represents a properly formed URI.
type Uri struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
}
func (m *Uri) Reset() { *m = Uri{} }
func (m *Uri) String() string { return proto.CompactTextString(m) }
func (*Uri) ProtoMessage() {}
func (*Uri) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{6} }
func (m *Uri) GetValue() string {
if m != nil {
return m.Value
}
return ""
}
// IpAddress holds an IPv4 or IPv6 address.
type IpAddress struct {
Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
}
func (m *IpAddress) Reset() { *m = IpAddress{} }
func (m *IpAddress) String() string { return proto.CompactTextString(m) }
func (*IpAddress) ProtoMessage() {}
func (*IpAddress) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{7} }
func (m *IpAddress) GetValue() []byte {
if m != nil {
return m.Value
}
return nil
}
// DnsName holds a valid domain name.
type DnsName struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
}
func (m *DnsName) Reset() { *m = DnsName{} }
func (m *DnsName) String() string { return proto.CompactTextString(m) }
func (*DnsName) ProtoMessage() {}
func (*DnsName) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{8} }
func (m *DnsName) GetValue() string {
if m != nil {
return m.Value
}
return ""
}
// EmailAddress holds a properly formatted email address.
type EmailAddress struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
}
func (m *EmailAddress) Reset() { *m = EmailAddress{} }
func (m *EmailAddress) String() string { return proto.CompactTextString(m) }
func (*EmailAddress) ProtoMessage() {}
func (*EmailAddress) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{9} }
func (m *EmailAddress) GetValue() string {
if m != nil {
return m.Value
}
return ""
}
// A Rule is a selector and a set of intentions to be executed when the
// selector is `true`
//
// The following example instructs Mixer to invoke 'prometheus-handler' handler for all services and pass it the
// instance constructed using the 'RequestCountByService' instance.
//
// ```yaml
// - match: destination.service == "*"
// actions:
// - handler: prometheus-handler
// instances:
// - RequestCountByService
// ```
type Rule struct {
// Required. Match is an attribute based predicate. When Mixer receives a
// request it evaluates the match expression and executes all the associated `actions`
// if the match evaluates to true.
//
// A few example match:
//
// * an empty match evaluates to `true`
// * `true`, a boolean literal; a rule with this match will always be executed
// * `destination.service == ratings*` selects any request targeting a service whose
// name starts with "ratings"
// * `attr1 == "20" && attr2 == "30"` logical AND, OR, and NOT are also available
Match string `protobuf:"bytes,1,opt,name=match,proto3" json:"match,omitempty"`
// Optional. The actions that will be executed when match evaluates to `true`.
Actions []*Action `protobuf:"bytes,2,rep,name=actions" json:"actions,omitempty"`
}
func (m *Rule) Reset() { *m = Rule{} }
func (m *Rule) String() string { return proto.CompactTextString(m) }
func (*Rule) ProtoMessage() {}
func (*Rule) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{10} }
func (m *Rule) GetMatch() string {
if m != nil {
return m.Match
}
return ""
}
func (m *Rule) GetActions() []*Action {
if m != nil {
return m.Actions
}
return nil
}
// Action describes which [Handler][istio.mixer.v1.config.Handler] to invoke and what data to pass to it for processing.
//
// The following example instructs Mixer to invoke 'prometheus-handler' handler and pass it the object
// constructed using the instance 'RequestCountByService'
//
// ```yaml
// handler: prometheus-handler
// instances:
// - RequestCountByService
// ```
type Action struct {
// Required. Fully qualified name of the handler to invoke.
// Must match the `name` of a [Handler][istio.mixer.v1.config.Handler.name].
Handler string `protobuf:"bytes,2,opt,name=handler,proto3" json:"handler,omitempty"`
// Required. Each value must match the fully qualified name of the
// [Instance][istio.mixer.v1.config.Instance.name]s.
// Referenced instances are evaluated by resolving the attributes/literals for all the fields.
// The constructed objects are then passed to the `handler` referenced within this action.
Instances []string `protobuf:"bytes,3,rep,name=instances" json:"instances,omitempty"`
}
func (m *Action) Reset() { *m = Action{} }
func (m *Action) String() string { return proto.CompactTextString(m) }
func (*Action) ProtoMessage() {}
func (*Action) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{11} }
func (m *Action) GetHandler() string {
if m != nil {
return m.Handler
}
return ""
}
func (m *Action) GetInstances() []string {
if m != nil {
return m.Instances
}
return nil
}
// A Instance tells Mixer how to create instances for particular template.
//
// Instance is defined by the operator. Instance is defined relative to a known
// template. Their purpose is to tell Mixer how to use attributes or literals to produce
// instances of the specified template at runtime.
//
// The following example instructs Mixer to construct an instance associated with template
// 'istio.mixer.adapter.metric.Metric'. It provides a mapping from the template's fields to expressions.
// Instances produced with this instance can be referenced by [Actions][istio.mixer.v1.config.Action] using name
// 'RequestCountByService'.
//
// ```yaml
// - name: RequestCountByService
// template: istio.mixer.adapter.metric.Metric
// params:
// value: 1
// dimensions:
// source: source.service
// destination_ip: destination.ip
// ```
type Instance struct {
// Required. The name of this instance
//
// Must be unique amongst other Instances in scope. Used by [Action][istio.mixer.v1.config.Action] to refer
// to an instance produced by this instance.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Required. The name of the template this instance creates instances for.
// The value must match the name of the available template in scope.
Template string `protobuf:"bytes,2,opt,name=template,proto3" json:"template,omitempty"`
// Required. Depends on referenced template. Struct representation of a
// proto defined by the template; this varies depending on the value of field `template`.
Params interface{} `protobuf:"bytes,3,opt,name=params" json:"params,omitempty"`
}
func (m *Instance) Reset() { *m = Instance{} }
func (m *Instance) String() string { return proto.CompactTextString(m) }
func (*Instance) ProtoMessage() {}
func (*Instance) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{12} }
func (m *Instance) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *Instance) GetTemplate() string {
if m != nil {
return m.Template
}
return ""
}
func (m *Instance) GetParams() interface{} {
if m != nil {
return m.Params
}
return nil
}
// Handler allows the operator to configure a specific adapter implementation.
// Each adapter implementation defines its own `params` proto.
//
// In the following example we define a `metrics` handler using the Mixer's prepackaged
// prometheus adapter. This handler doesn't require any parameters.
//
// ```yaml
// name: prometheus-handler
// adapter: prometheus
// params:
// ```
type Handler struct {
// Required. Must be unique in the entire mixer configuration. Used by [Actions][istio.mixer.v1.config.Action.handler]
// to refer to this handler.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Required. The name of a specific adapter implementation. An adapter's
// implementation name is typically a constant in its code.
Adapter string `protobuf:"bytes,2,opt,name=adapter,proto3" json:"adapter,omitempty"`
// Optional. Depends on adapter implementation. Struct representation of a
// proto defined by the adapter implementation; this varies depending on the value of field `adapter`.
Params interface{} `protobuf:"bytes,3,opt,name=params" json:"params,omitempty"`
}
func (m *Handler) Reset() { *m = Handler{} }
func (m *Handler) String() string { return proto.CompactTextString(m) }
func (*Handler) ProtoMessage() {}
func (*Handler) Descriptor() ([]byte, []int) { return fileDescriptorCfg, []int{13} }
func (m *Handler) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *Handler) GetAdapter() string {
if m != nil {
return m.Adapter
}
return ""
}
func (m *Handler) GetParams() interface{} {
if m != nil {
return m.Params
}
return nil
}
func init() {
proto.RegisterType((*ServiceConfig)(nil), "istio.mixer.v1.config.ServiceConfig")
proto.RegisterType((*AspectRule)(nil), "istio.mixer.v1.config.AspectRule")
proto.RegisterType((*Aspect)(nil), "istio.mixer.v1.config.Aspect")
proto.RegisterType((*Adapter)(nil), "istio.mixer.v1.config.Adapter")
proto.RegisterType((*GlobalConfig)(nil), "istio.mixer.v1.config.GlobalConfig")
proto.RegisterType((*AttributeManifest)(nil), "istio.mixer.v1.config.AttributeManifest")
proto.RegisterType((*AttributeManifest_AttributeInfo)(nil), "istio.mixer.v1.config.AttributeManifest.AttributeInfo")
proto.RegisterType((*Uri)(nil), "istio.mixer.v1.config.Uri")
proto.RegisterType((*IpAddress)(nil), "istio.mixer.v1.config.IpAddress")
proto.RegisterType((*DnsName)(nil), "istio.mixer.v1.config.DnsName")
proto.RegisterType((*EmailAddress)(nil), "istio.mixer.v1.config.EmailAddress")
proto.RegisterType((*Rule)(nil), "istio.mixer.v1.config.Rule")
proto.RegisterType((*Action)(nil), "istio.mixer.v1.config.Action")
proto.RegisterType((*Instance)(nil), "istio.mixer.v1.config.Instance")
proto.RegisterType((*Handler)(nil), "istio.mixer.v1.config.Handler")
}
func init() { proto.RegisterFile("mixer/v1/config/cfg.proto", fileDescriptorCfg) }
var fileDescriptorCfg = []byte{
// 884 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0x5b, 0x6f, 0x1b, 0x45,
0x14, 0x96, 0xef, 0xf6, 0x71, 0xca, 0x65, 0x28, 0x62, 0x71, 0x0b, 0x4d, 0x57, 0x3c, 0x44, 0xaa,
0xb4, 0x56, 0x0c, 0xa5, 0x55, 0x50, 0x2b, 0x02, 0x2d, 0x34, 0x28, 0x45, 0xb0, 0x25, 0x88, 0x37,
0x6b, 0xbc, 0x1e, 0x6f, 0x86, 0xec, 0xee, 0x2c, 0x33, 0xb3, 0x16, 0x79, 0xe0, 0x91, 0x5f, 0xc0,
0x0b, 0xe2, 0xd7, 0xa2, 0xb9, 0xad, 0xb7, 0xb1, 0xbd, 0x76, 0xde, 0xe6, 0xcc, 0x7c, 0xdf, 0x77,
0xe6, 0xf2, 0xcd, 0x39, 0xf0, 0x71, 0x4a, 0xff, 0x24, 0x7c, 0xbc, 0x3c, 0x1e, 0x47, 0x2c, 0x5b,
0xd0, 0x78, 0x1c, 0x2d, 0xe2, 0x20, 0xe7, 0x4c, 0x32, 0xf4, 0x21, 0x15, 0x92, 0xb2, 0x40, 0x03,
0x82, 0xe5, 0x71, 0x60, 0x00, 0xa3, 0xfb, 0x31, 0x63, 0x71, 0x42, 0xc6, 0x1a, 0x34, 0x2b, 0x16,
0x63, 0x21, 0x79, 0x11, 0x49, 0x43, 0x1a, 0x3d, 0xbe, 0xa9, 0x37, 0x27, 0x22, 0xe2, 0x34, 0x97,
0x8c, 0x8f, 0x13, 0x16, 0x4f, 0x49, 0x26, 0xf9, 0xf5, 0x74, 0x35, 0x69, 0x69, 0x93, 0x1a, 0x5a,
0x4a, 0x24, 0xa7, 0xd1, 0x3a, 0xe7, 0x79, 0x1d, 0x87, 0x65, 0x54, 0x32, 0x4e, 0xe6, 0x53, 0x4e,
0x04, 0x2b, 0x78, 0x44, 0xd6, 0xf9, 0x75, 0x5b, 0xcd, 0x39, 0xcd, 0x22, 0x9a, 0xe3, 0x64, 0x9d,
0x76, 0x5c, 0x43, 0xfb, 0xa3, 0x60, 0x12, 0xaf, 0x53, 0x1e, 0xd5, 0x50, 0x96, 0x38, 0x29, 0xc8,
0x54, 0x5e, 0xe7, 0xc4, 0x80, 0xfd, 0xbf, 0x9b, 0x70, 0xe7, 0x0d, 0xe1, 0x4b, 0x1a, 0x91, 0x6f,
0x35, 0x1a, 0x79, 0xd0, 0x13, 0xc5, 0xec, 0x77, 0x12, 0x49, 0xaf, 0x71, 0xd8, 0x38, 0x1a, 0x84,
0x2e, 0x44, 0x23, 0xe8, 0x73, 0xb2, 0xa4, 0x82, 0xb2, 0xcc, 0x6b, 0xea, 0xa5, 0x32, 0x46, 0x5f,
0x41, 0x87, 0x17, 0x09, 0x11, 0x5e, 0xeb, 0xb0, 0x75, 0x34, 0x9c, 0x3c, 0x0c, 0x36, 0x3e, 0x67,
0x70, 0x2a, 0x72, 0x12, 0xc9, 0xb0, 0x48, 0xc8, 0x37, 0x4d, 0xaf, 0x11, 0x1a, 0x0e, 0x7a, 0x06,
0x03, 0x9a, 0x09, 0x89, 0xb3, 0x88, 0x08, 0xaf, 0xad, 0x05, 0x1e, 0x6c, 0x11, 0x38, 0xb3, 0xb8,
0x70, 0xc5, 0x40, 0xcf, 0xe1, 0x00, 0x47, 0x92, 0xb2, 0x6c, 0x6a, 0xb6, 0xd0, 0xd1, 0x0a, 0xf7,
0xb6, 0x28, 0xa8, 0xe4, 0xe1, 0xd0, 0x10, 0xd4, 0x58, 0x9c, 0x34, 0xbd, 0x86, 0xff, 0x5f, 0x03,
0x60, 0xb5, 0x39, 0x75, 0x54, 0x41, 0x12, 0x12, 0x49, 0xc6, 0xed, 0x2d, 0x94, 0x31, 0x7a, 0x02,
0x3d, 0xac, 0x91, 0xc2, 0x6b, 0xea, 0x4c, 0x9f, 0xd4, 0x1f, 0xd6, 0xa1, 0xd1, 0x93, 0xdb, 0xde,
0x91, 0xbd, 0x1f, 0x3f, 0x86, 0xae, 0x99, 0x44, 0x08, 0xda, 0x57, 0x34, 0x9b, 0xdb, 0x3d, 0xe9,
0xb1, 0x7a, 0x30, 0x3c, 0xc7, 0xb9, 0x24, 0xdc, 0xbe, 0x8a, 0x0b, 0xd1, 0x18, 0xba, 0x39, 0xe6,
0x38, 0x55, 0x97, 0xda, 0x38, 0x1a, 0x4e, 0x3e, 0x0a, 0xcc, 0x6f, 0x0a, 0xdc, 0x6f, 0x0a, 0xde,
0xe8, 0xdf, 0x14, 0x5a, 0x98, 0xbf, 0x84, 0xde, 0xa9, 0xe5, 0x22, 0x68, 0x67, 0x38, 0x25, 0x2e,
0x93, 0x1a, 0x97, 0xd9, 0x9b, 0x95, 0xec, 0x08, 0xda, 0x34, 0xcd, 0x13, 0xaf, 0x65, 0xe6, 0xd4,
0xf8, 0xf6, 0x79, 0xff, 0xed, 0xc0, 0xc1, 0xf7, 0x09, 0x9b, 0xe1, 0xc4, 0x9a, 0xb0, 0x6a, 0xb5,
0xc6, 0x0d, 0xab, 0x9d, 0x40, 0xdf, 0x1e, 0xd0, 0x3d, 0xc0, 0xa7, 0xdb, 0x6e, 0xd2, 0xc0, 0xc2,
0x12, 0x8f, 0xbe, 0x83, 0x41, 0x8a, 0x33, 0xba, 0x20, 0x42, 0xba, 0x67, 0x38, 0xda, 0x46, 0x96,
0x92, 0xd3, 0x59, 0x21, 0xc9, 0x6b, 0x4b, 0x08, 0x57, 0x54, 0xf4, 0x0a, 0xda, 0x09, 0x8b, 0x9d,
0x59, 0xbf, 0xd8, 0x22, 0x51, 0xf9, 0x9a, 0xe7, 0x2c, 0x7e, 0xa9, 0x8a, 0xd1, 0x8b, 0x72, 0x2a,
0xd4, 0x0a, 0xe8, 0x1c, 0x7a, 0xa6, 0xe4, 0x38, 0xdf, 0x4e, 0x76, 0x8b, 0xbd, 0xd6, 0x84, 0x8a,
0x94, 0x93, 0x40, 0x19, 0x7c, 0xb0, 0x5e, 0x8c, 0x84, 0xd7, 0xd5, 0xca, 0xcf, 0xf6, 0x50, 0x76,
0xe4, 0xd0, 0x72, 0x2b, 0x49, 0x50, 0x7a, 0x73, 0x51, 0xa0, 0x0b, 0x80, 0xb2, 0x78, 0x09, 0xaf,
0xa7, 0xd3, 0x3c, 0xde, 0x9d, 0xe6, 0x27, 0xc7, 0xa9, 0xc8, 0x57, 0x84, 0xd0, 0x19, 0x74, 0x75,
0x71, 0x13, 0x5e, 0x5f, 0x4b, 0x1e, 0xef, 0x96, 0xfc, 0x59, 0xe1, 0x2b, 0x72, 0x56, 0x40, 0xb9,
0xe5, 0x12, 0x67, 0xf3, 0x44, 0xb9, 0x65, 0x50, 0xeb, 0x96, 0x57, 0x06, 0x16, 0x96, 0x78, 0x5d,
0x18, 0xfe, 0x69, 0xc1, 0xfb, 0x6b, 0x56, 0xa8, 0xf5, 0xa7, 0xfb, 0x39, 0xcd, 0xca, 0xcf, 0xf9,
0x0d, 0x00, 0x3b, 0x11, 0x67, 0xbc, 0xa7, 0xfb, 0x1a, 0x6f, 0x35, 0x23, 0xb4, 0x87, 0xc2, 0x8a,
0xd6, 0xe8, 0x2f, 0xb8, 0x53, 0x2e, 0x9f, 0x65, 0x0b, 0x86, 0x0e, 0x61, 0xe8, 0xae, 0x65, 0xb5,
0xbb, 0xea, 0x14, 0xfa, 0x01, 0x60, 0xd5, 0x07, 0xf4, 0x36, 0xdf, 0x99, 0x3c, 0xda, 0x7d, 0xc3,
0xbf, 0x2a, 0xce, 0x2f, 0xd7, 0x39, 0x09, 0x07, 0x4b, 0x37, 0x1c, 0x15, 0xf0, 0xee, 0x8d, 0xdd,
0xa1, 0xf7, 0xa0, 0x75, 0x45, 0xae, 0x6d, 0x62, 0x35, 0x44, 0xe7, 0xd0, 0xd1, 0x0c, 0x9d, 0x6b,
0x38, 0xf9, 0xf2, 0xf6, 0x07, 0x57, 0x27, 0x0b, 0x8d, 0xc8, 0x49, 0xf3, 0x69, 0xc3, 0xbf, 0x07,
0xad, 0x0b, 0x4e, 0xd1, 0x5d, 0x27, 0x6c, 0x92, 0x99, 0xc0, 0x7f, 0x08, 0x83, 0xb3, 0xfc, 0x74,
0x3e, 0xe7, 0x44, 0x88, 0xb7, 0x21, 0x07, 0x0e, 0xf2, 0x00, 0x7a, 0x2f, 0x32, 0xf1, 0xa3, 0x7a,
0x9a, 0xcd, 0x1a, 0x9f, 0xc1, 0xc1, 0xcb, 0x14, 0xd3, 0x64, 0xa3, 0x4c, 0x89, 0xba, 0x80, 0xb6,
0x6e, 0x17, 0x77, 0xa1, 0x93, 0x62, 0x19, 0x5d, 0xba, 0x55, 0x1d, 0xe8, 0x46, 0xa1, 0xdb, 0xcc,
0xce, 0x46, 0x61, 0x9a, 0x91, 0x43, 0xfb, 0x5f, 0x43, 0xd7, 0x4c, 0xa9, 0xda, 0x6e, 0xdd, 0xe8,
0x6a, 0xbb, 0x0d, 0xd1, 0xfd, 0x6a, 0xcf, 0x54, 0x86, 0x1a, 0x54, 0x5a, 0xa2, 0x7f, 0x05, 0x7d,
0xd7, 0x29, 0x37, 0x56, 0xf2, 0x11, 0xf4, 0x25, 0x49, 0xf3, 0x04, 0x4b, 0xe7, 0xd3, 0x32, 0xae,
0x54, 0xef, 0xd6, 0x7e, 0xd5, 0xfb, 0x12, 0x7a, 0xf6, 0xef, 0x6c, 0xcc, 0xb5, 0x4f, 0x7f, 0xda,
0x2f, 0xd3, 0xac, 0xab, 0x17, 0x3e, 0xff, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x86, 0x87, 0x27, 0xad,
0x48, 0x0a, 0x00, 0x00,
}