Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2019 Changes in this version + const GroupName + const StagePanic + const StageRequestReceived + const StageResponseComplete + const StageResponseStarted + var AddToScheme = localSchemeBuilder.AddToScheme + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type AuditSink struct + Spec AuditSinkSpec + func (*AuditSink) Descriptor() ([]byte, []int) + func (*AuditSink) ProtoMessage() + func (AuditSink) SwaggerDoc() map[string]string + func (in *AuditSink) DeepCopy() *AuditSink + func (in *AuditSink) DeepCopyInto(out *AuditSink) + func (in *AuditSink) DeepCopyObject() runtime.Object + func (m *AuditSink) Marshal() (dAtA []byte, err error) + func (m *AuditSink) MarshalTo(dAtA []byte) (int, error) + func (m *AuditSink) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AuditSink) Reset() + func (m *AuditSink) Size() (n int) + func (m *AuditSink) Unmarshal(dAtA []byte) error + func (m *AuditSink) XXX_DiscardUnknown() + func (m *AuditSink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AuditSink) XXX_Merge(src proto.Message) + func (m *AuditSink) XXX_Size() int + func (m *AuditSink) XXX_Unmarshal(b []byte) error + func (this *AuditSink) String() string + type AuditSinkList struct + Items []AuditSink + func (*AuditSinkList) Descriptor() ([]byte, []int) + func (*AuditSinkList) ProtoMessage() + func (AuditSinkList) SwaggerDoc() map[string]string + func (in *AuditSinkList) DeepCopy() *AuditSinkList + func (in *AuditSinkList) DeepCopyInto(out *AuditSinkList) + func (in *AuditSinkList) DeepCopyObject() runtime.Object + func (m *AuditSinkList) Marshal() (dAtA []byte, err error) + func (m *AuditSinkList) MarshalTo(dAtA []byte) (int, error) + func (m *AuditSinkList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AuditSinkList) Reset() + func (m *AuditSinkList) Size() (n int) + func (m *AuditSinkList) Unmarshal(dAtA []byte) error + func (m *AuditSinkList) XXX_DiscardUnknown() + func (m *AuditSinkList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AuditSinkList) XXX_Merge(src proto.Message) + func (m *AuditSinkList) XXX_Size() int + func (m *AuditSinkList) XXX_Unmarshal(b []byte) error + func (this *AuditSinkList) String() string + type AuditSinkSpec struct + Policy Policy + Webhook Webhook + func (*AuditSinkSpec) Descriptor() ([]byte, []int) + func (*AuditSinkSpec) ProtoMessage() + func (AuditSinkSpec) SwaggerDoc() map[string]string + func (in *AuditSinkSpec) DeepCopy() *AuditSinkSpec + func (in *AuditSinkSpec) DeepCopyInto(out *AuditSinkSpec) + func (m *AuditSinkSpec) Marshal() (dAtA []byte, err error) + func (m *AuditSinkSpec) MarshalTo(dAtA []byte) (int, error) + func (m *AuditSinkSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AuditSinkSpec) Reset() + func (m *AuditSinkSpec) Size() (n int) + func (m *AuditSinkSpec) Unmarshal(dAtA []byte) error + func (m *AuditSinkSpec) XXX_DiscardUnknown() + func (m *AuditSinkSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AuditSinkSpec) XXX_Merge(src proto.Message) + func (m *AuditSinkSpec) XXX_Size() int + func (m *AuditSinkSpec) XXX_Unmarshal(b []byte) error + func (this *AuditSinkSpec) String() string + type Level string + const LevelMetadata + const LevelNone + const LevelRequest + const LevelRequestResponse + type Policy struct + Level Level + Stages []Stage + func (*Policy) Descriptor() ([]byte, []int) + func (*Policy) ProtoMessage() + func (Policy) SwaggerDoc() map[string]string + func (in *Policy) DeepCopy() *Policy + func (in *Policy) DeepCopyInto(out *Policy) + func (m *Policy) Marshal() (dAtA []byte, err error) + func (m *Policy) MarshalTo(dAtA []byte) (int, error) + func (m *Policy) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Policy) Reset() + func (m *Policy) Size() (n int) + func (m *Policy) Unmarshal(dAtA []byte) error + func (m *Policy) XXX_DiscardUnknown() + func (m *Policy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Policy) XXX_Merge(src proto.Message) + func (m *Policy) XXX_Size() int + func (m *Policy) XXX_Unmarshal(b []byte) error + func (this *Policy) String() string + type ServiceReference struct + Name string + Namespace string + Path *string + Port *int32 + func (*ServiceReference) Descriptor() ([]byte, []int) + func (*ServiceReference) ProtoMessage() + func (ServiceReference) SwaggerDoc() map[string]string + func (in *ServiceReference) DeepCopy() *ServiceReference + func (in *ServiceReference) DeepCopyInto(out *ServiceReference) + func (m *ServiceReference) Marshal() (dAtA []byte, err error) + func (m *ServiceReference) MarshalTo(dAtA []byte) (int, error) + func (m *ServiceReference) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ServiceReference) Reset() + func (m *ServiceReference) Size() (n int) + func (m *ServiceReference) Unmarshal(dAtA []byte) error + func (m *ServiceReference) XXX_DiscardUnknown() + func (m *ServiceReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServiceReference) XXX_Merge(src proto.Message) + func (m *ServiceReference) XXX_Size() int + func (m *ServiceReference) XXX_Unmarshal(b []byte) error + func (this *ServiceReference) String() string + type Stage string + type Webhook struct + ClientConfig WebhookClientConfig + Throttle *WebhookThrottleConfig + func (*Webhook) Descriptor() ([]byte, []int) + func (*Webhook) ProtoMessage() + func (Webhook) SwaggerDoc() map[string]string + func (in *Webhook) DeepCopy() *Webhook + func (in *Webhook) DeepCopyInto(out *Webhook) + func (m *Webhook) Marshal() (dAtA []byte, err error) + func (m *Webhook) MarshalTo(dAtA []byte) (int, error) + func (m *Webhook) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Webhook) Reset() + func (m *Webhook) Size() (n int) + func (m *Webhook) Unmarshal(dAtA []byte) error + func (m *Webhook) XXX_DiscardUnknown() + func (m *Webhook) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Webhook) XXX_Merge(src proto.Message) + func (m *Webhook) XXX_Size() int + func (m *Webhook) XXX_Unmarshal(b []byte) error + func (this *Webhook) String() string + type WebhookClientConfig struct + CABundle []byte + Service *ServiceReference + URL *string + func (*WebhookClientConfig) Descriptor() ([]byte, []int) + func (*WebhookClientConfig) ProtoMessage() + func (WebhookClientConfig) SwaggerDoc() map[string]string + func (in *WebhookClientConfig) DeepCopy() *WebhookClientConfig + func (in *WebhookClientConfig) DeepCopyInto(out *WebhookClientConfig) + func (m *WebhookClientConfig) Marshal() (dAtA []byte, err error) + func (m *WebhookClientConfig) MarshalTo(dAtA []byte) (int, error) + func (m *WebhookClientConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *WebhookClientConfig) Reset() + func (m *WebhookClientConfig) Size() (n int) + func (m *WebhookClientConfig) Unmarshal(dAtA []byte) error + func (m *WebhookClientConfig) XXX_DiscardUnknown() + func (m *WebhookClientConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WebhookClientConfig) XXX_Merge(src proto.Message) + func (m *WebhookClientConfig) XXX_Size() int + func (m *WebhookClientConfig) XXX_Unmarshal(b []byte) error + func (this *WebhookClientConfig) String() string + type WebhookThrottleConfig struct + Burst *int64 + QPS *int64 + func (*WebhookThrottleConfig) Descriptor() ([]byte, []int) + func (*WebhookThrottleConfig) ProtoMessage() + func (WebhookThrottleConfig) SwaggerDoc() map[string]string + func (in *WebhookThrottleConfig) DeepCopy() *WebhookThrottleConfig + func (in *WebhookThrottleConfig) DeepCopyInto(out *WebhookThrottleConfig) + func (m *WebhookThrottleConfig) Marshal() (dAtA []byte, err error) + func (m *WebhookThrottleConfig) MarshalTo(dAtA []byte) (int, error) + func (m *WebhookThrottleConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *WebhookThrottleConfig) Reset() + func (m *WebhookThrottleConfig) Size() (n int) + func (m *WebhookThrottleConfig) Unmarshal(dAtA []byte) error + func (m *WebhookThrottleConfig) XXX_DiscardUnknown() + func (m *WebhookThrottleConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WebhookThrottleConfig) XXX_Merge(src proto.Message) + func (m *WebhookThrottleConfig) XXX_Size() int + func (m *WebhookThrottleConfig) XXX_Unmarshal(b []byte) error + func (this *WebhookThrottleConfig) String() string