Documentation ¶
Index ¶
- Variables
- func NewIngressHashableResource() resources.HashableResource
- func NewKubeServiceHashableResource() resources.HashableResource
- func NewStatusEventLoop(emitter StatusSnapshotEmitter, syncer StatusSyncer) eventloop.EventLoop
- func NewStatusSimpleEventLoop(emitter StatusSimpleEmitter, syncers ...StatusSyncer) eventloop.SimpleEventLoop
- func NewTranslatorEventLoop(emitter TranslatorSnapshotEmitter, syncer TranslatorSyncer) eventloop.EventLoop
- func NewTranslatorSimpleEventLoop(emitter TranslatorSimpleEmitter, syncers ...TranslatorSyncer) eventloop.SimpleEventLoop
- type Ingress
- func (m *Ingress) Clone() proto.Message
- func (o *Ingress) DeepCopyInto(out *Ingress)
- func (o *Ingress) DeepCopyObject() runtime.Object
- func (*Ingress) Descriptor() ([]byte, []int)deprecated
- func (m *Ingress) Equal(that interface{}) bool
- func (x *Ingress) GetKubeIngressSpec() *anypb.Any
- func (x *Ingress) GetKubeIngressStatus() *anypb.Any
- func (x *Ingress) GetMetadata() *core.Metadata
- func (o *Ingress) GetObjectKind() schema.ObjectKind
- func (r *Ingress) GroupVersionKind() schema.GroupVersionKind
- func (m *Ingress) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *Ingress) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *Ingress) MustHash() uint64
- func (*Ingress) ProtoMessage()
- func (x *Ingress) ProtoReflect() protoreflect.Message
- func (x *Ingress) Reset()
- func (r *Ingress) SetMetadata(meta *core.Metadata)
- func (x *Ingress) String() string
- type IngressClient
- func NewIngressClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (IngressClient, error)
- func NewIngressClientWithBase(rc clients.ResourceClient) IngressClient
- func NewIngressClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (IngressClient, error)
- type IngressList
- func (list IngressList) AsInterfaces() []interface{}
- func (list IngressList) AsResources() resources.ResourceList
- func (list IngressList) Clone() IngressList
- func (list IngressList) Each(f func(element *Ingress))
- func (list IngressList) EachResource(f func(element resources.Resource))
- func (list IngressList) Find(namespace, name string) (*Ingress, error)
- func (list IngressList) Names() []string
- func (list IngressList) NamespacesDotNames() []string
- func (list IngressList) Sort() IngressList
- type IngressReconciler
- type IngressWatcher
- type KubeService
- func (m *KubeService) Clone() proto.Message
- func (o *KubeService) DeepCopyInto(out *KubeService)
- func (o *KubeService) DeepCopyObject() runtime.Object
- func (*KubeService) Descriptor() ([]byte, []int)deprecated
- func (m *KubeService) Equal(that interface{}) bool
- func (x *KubeService) GetKubeServiceSpec() *anypb.Any
- func (x *KubeService) GetKubeServiceStatus() *anypb.Any
- func (x *KubeService) GetMetadata() *core.Metadata
- func (o *KubeService) GetObjectKind() schema.ObjectKind
- func (r *KubeService) GroupVersionKind() schema.GroupVersionKind
- func (m *KubeService) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *KubeService) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *KubeService) MustHash() uint64
- func (*KubeService) ProtoMessage()
- func (x *KubeService) ProtoReflect() protoreflect.Message
- func (x *KubeService) Reset()
- func (r *KubeService) SetMetadata(meta *core.Metadata)
- func (x *KubeService) String() string
- type KubeServiceClient
- func NewKubeServiceClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (KubeServiceClient, error)
- func NewKubeServiceClientWithBase(rc clients.ResourceClient) KubeServiceClient
- func NewKubeServiceClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (KubeServiceClient, error)
- type KubeServiceList
- func (list KubeServiceList) AsInterfaces() []interface{}
- func (list KubeServiceList) AsResources() resources.ResourceList
- func (list KubeServiceList) Clone() KubeServiceList
- func (list KubeServiceList) Each(f func(element *KubeService))
- func (list KubeServiceList) EachResource(f func(element resources.Resource))
- func (list KubeServiceList) Find(namespace, name string) (*KubeService, error)
- func (list KubeServiceList) Names() []string
- func (list KubeServiceList) NamespacesDotNames() []string
- func (list KubeServiceList) Sort() KubeServiceList
- type KubeServiceReconciler
- type KubeServiceWatcher
- type StatusEmitter
- type StatusSimpleEmitter
- type StatusSnapshot
- func (s StatusSnapshot) Clone() StatusSnapshot
- func (s *StatusSnapshot) GetResourcesList(resource resources.Resource) (resources.ResourceList, error)
- func (s StatusSnapshot) Hash(hasher hash.Hash64) (uint64, error)
- func (s StatusSnapshot) HashFields() []zap.Field
- func (s *StatusSnapshot) RemoveFromResourceList(resource resources.Resource) error
- func (s *StatusSnapshot) RemoveMatches(predicate core.Predicate)
- func (s StatusSnapshot) Stringer() StatusSnapshotStringer
- func (s *StatusSnapshot) UpsertToResourceList(resource resources.Resource) error
- type StatusSnapshotEmitter
- type StatusSnapshotStringer
- type StatusSyncDeciderdeprecated
- type StatusSyncDeciderWithContext
- type StatusSyncer
- type StatusSyncers
- type TransitionIngressFunc
- type TransitionKubeServiceFunc
- type TranslatorEmitter
- type TranslatorSimpleEmitter
- type TranslatorSnapshot
- func (s TranslatorSnapshot) Clone() TranslatorSnapshot
- func (s *TranslatorSnapshot) GetResourcesList(resource resources.Resource) (resources.ResourceList, error)
- func (s TranslatorSnapshot) Hash(hasher hash.Hash64) (uint64, error)
- func (s TranslatorSnapshot) HashFields() []zap.Field
- func (s *TranslatorSnapshot) RemoveFromResourceList(resource resources.Resource) error
- func (s *TranslatorSnapshot) RemoveMatches(predicate core.Predicate)
- func (s TranslatorSnapshot) Stringer() TranslatorSnapshotStringer
- func (s *TranslatorSnapshot) UpsertToResourceList(resource resources.Resource) error
- type TranslatorSnapshotEmitter
- type TranslatorSnapshotStringer
- type TranslatorSyncDeciderdeprecated
- type TranslatorSyncDeciderWithContext
- type TranslatorSyncer
- type TranslatorSyncers
Constants ¶
This section is empty.
Variables ¶
var File_github_com_solo_io_gloo_projects_ingress_api_v1_ingress_proto protoreflect.FileDescriptor
var File_github_com_solo_io_gloo_projects_ingress_api_v1_service_proto protoreflect.FileDescriptor
var ( IngressCrd = crd.NewCrd( "ingresses", IngressGVK.Group, IngressGVK.Version, IngressGVK.Kind, "ig", false, &Ingress{}) )
var (
IngressGVK = schema.GroupVersionKind{
Version: "v1",
Group: "ingress.solo.io",
Kind: "Ingress",
}
)
var ( KubeServiceCrd = crd.NewCrd( "services", KubeServiceGVK.Group, KubeServiceGVK.Version, KubeServiceGVK.Kind, "sv", false, &KubeService{}) )
var (
KubeServiceGVK = schema.GroupVersionKind{
Version: "v1",
Group: "ingress.solo.io",
Kind: "KubeService",
}
)
var StatusGvkToHashableResource = map[schema.GroupVersionKind]func() resources.HashableResource{ KubeServiceGVK: NewKubeServiceHashableResource, IngressGVK: NewIngressHashableResource, }
var TranslatorGvkToHashableResource = map[schema.GroupVersionKind]func() resources.HashableResource{ gloo_solo_io.UpstreamGVK: gloo_solo_io.NewUpstreamHashableResource, KubeServiceGVK: NewKubeServiceHashableResource, IngressGVK: NewIngressHashableResource, }
Functions ¶
func NewIngressHashableResource ¶ added in v1.11.50
func NewIngressHashableResource() resources.HashableResource
func NewKubeServiceHashableResource ¶ added in v1.11.50
func NewKubeServiceHashableResource() resources.HashableResource
func NewStatusEventLoop ¶
func NewStatusEventLoop(emitter StatusSnapshotEmitter, syncer StatusSyncer) eventloop.EventLoop
func NewStatusSimpleEventLoop ¶ added in v0.13.21
func NewStatusSimpleEventLoop(emitter StatusSimpleEmitter, syncers ...StatusSyncer) eventloop.SimpleEventLoop
func NewTranslatorEventLoop ¶
func NewTranslatorEventLoop(emitter TranslatorSnapshotEmitter, syncer TranslatorSyncer) eventloop.EventLoop
func NewTranslatorSimpleEventLoop ¶ added in v0.13.21
func NewTranslatorSimpleEventLoop(emitter TranslatorSimpleEmitter, syncers ...TranslatorSyncer) eventloop.SimpleEventLoop
Types ¶
type Ingress ¶
type Ingress struct { // a raw byte representation of the kubernetes ingress this resource wraps KubeIngressSpec *anypb.Any `protobuf:"bytes,1,opt,name=kube_ingress_spec,json=kubeIngressSpec,proto3" json:"kube_ingress_spec,omitempty"` // a raw byte representation of the ingress status of the kubernetes ingress object KubeIngressStatus *anypb.Any `protobuf:"bytes,2,opt,name=kube_ingress_status,json=kubeIngressStatus,proto3" json:"kube_ingress_status,omitempty"` // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
A simple wrapper for a Kubernetes Ingress Object.
func NewIngress ¶
func (*Ingress) DeepCopyInto ¶ added in v0.20.9
func (*Ingress) DeepCopyObject ¶
func (*Ingress) Descriptor
deprecated
func (*Ingress) GetKubeIngressSpec ¶
func (*Ingress) GetKubeIngressStatus ¶
func (*Ingress) GetMetadata ¶
func (*Ingress) GetObjectKind ¶
func (o *Ingress) GetObjectKind() schema.ObjectKind
func (*Ingress) GroupVersionKind ¶ added in v0.18.0
func (r *Ingress) GroupVersionKind() schema.GroupVersionKind
func (*Ingress) HashUnique ¶
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*Ingress) ProtoMessage ¶
func (*Ingress) ProtoMessage()
func (*Ingress) ProtoReflect ¶ added in v1.6.0
func (x *Ingress) ProtoReflect() protoreflect.Message
func (*Ingress) SetMetadata ¶
type IngressClient ¶
type IngressClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*Ingress, error) Write(resource *Ingress, opts clients.WriteOpts) (*Ingress, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (IngressList, error) IngressWatcher }
func NewIngressClient ¶
func NewIngressClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (IngressClient, error)
func NewIngressClientWithBase ¶
func NewIngressClientWithBase(rc clients.ResourceClient) IngressClient
func NewIngressClientWithToken ¶
func NewIngressClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (IngressClient, error)
type IngressList ¶
type IngressList []*Ingress
func (IngressList) AsInterfaces ¶
func (list IngressList) AsInterfaces() []interface{}
func (IngressList) AsResources ¶
func (list IngressList) AsResources() resources.ResourceList
func (IngressList) Clone ¶
func (list IngressList) Clone() IngressList
func (IngressList) Each ¶
func (list IngressList) Each(f func(element *Ingress))
func (IngressList) EachResource ¶ added in v0.13.21
func (list IngressList) EachResource(f func(element resources.Resource))
func (IngressList) Names ¶
func (list IngressList) Names() []string
func (IngressList) NamespacesDotNames ¶
func (list IngressList) NamespacesDotNames() []string
func (IngressList) Sort ¶
func (list IngressList) Sort() IngressList
type IngressReconciler ¶
type IngressReconciler interface {
Reconcile(namespace string, desiredResources IngressList, transition TransitionIngressFunc, opts clients.ListOpts) error
}
func NewIngressReconciler ¶
func NewIngressReconciler(client IngressClient, statusSetter resources.StatusSetter) IngressReconciler
type IngressWatcher ¶ added in v0.13.21
type KubeService ¶
type KubeService struct { // a raw byte representation of the kubernetes service this resource wraps KubeServiceSpec *anypb.Any `protobuf:"bytes,1,opt,name=kube_service_spec,json=kubeServiceSpec,proto3" json:"kube_service_spec,omitempty"` // a raw byte representation of the service status of the kubernetes service object KubeServiceStatus *anypb.Any `protobuf:"bytes,2,opt,name=kube_service_status,json=kubeServiceStatus,proto3" json:"kube_service_status,omitempty"` // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
A simple wrapper for a Kubernetes Service Object.
func NewKubeService ¶
func NewKubeService(namespace, name string) *KubeService
func (*KubeService) Clone ¶ added in v1.8.24
func (m *KubeService) Clone() proto.Message
Clone function
func (*KubeService) DeepCopyInto ¶ added in v0.20.9
func (o *KubeService) DeepCopyInto(out *KubeService)
func (*KubeService) DeepCopyObject ¶
func (o *KubeService) DeepCopyObject() runtime.Object
func (*KubeService) Descriptor
deprecated
func (*KubeService) Descriptor() ([]byte, []int)
Deprecated: Use KubeService.ProtoReflect.Descriptor instead.
func (*KubeService) GetKubeServiceSpec ¶
func (x *KubeService) GetKubeServiceSpec() *anypb.Any
func (*KubeService) GetKubeServiceStatus ¶
func (x *KubeService) GetKubeServiceStatus() *anypb.Any
func (*KubeService) GetMetadata ¶
func (x *KubeService) GetMetadata() *core.Metadata
func (*KubeService) GetObjectKind ¶
func (o *KubeService) GetObjectKind() schema.ObjectKind
func (*KubeService) GroupVersionKind ¶ added in v0.18.0
func (r *KubeService) GroupVersionKind() schema.GroupVersionKind
func (*KubeService) Hash
deprecated
func (m *KubeService) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*KubeService) HashUnique ¶
func (m *KubeService) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*KubeService) MustHash ¶ added in v1.2.13
func (r *KubeService) MustHash() uint64
func (*KubeService) ProtoMessage ¶
func (*KubeService) ProtoMessage()
func (*KubeService) ProtoReflect ¶ added in v1.6.0
func (x *KubeService) ProtoReflect() protoreflect.Message
func (*KubeService) Reset ¶
func (x *KubeService) Reset()
func (*KubeService) SetMetadata ¶
func (r *KubeService) SetMetadata(meta *core.Metadata)
func (*KubeService) String ¶
func (x *KubeService) String() string
type KubeServiceClient ¶
type KubeServiceClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*KubeService, error) Write(resource *KubeService, opts clients.WriteOpts) (*KubeService, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (KubeServiceList, error) KubeServiceWatcher }
func NewKubeServiceClient ¶
func NewKubeServiceClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (KubeServiceClient, error)
func NewKubeServiceClientWithBase ¶
func NewKubeServiceClientWithBase(rc clients.ResourceClient) KubeServiceClient
func NewKubeServiceClientWithToken ¶
func NewKubeServiceClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (KubeServiceClient, error)
type KubeServiceList ¶
type KubeServiceList []*KubeService
func (KubeServiceList) AsInterfaces ¶
func (list KubeServiceList) AsInterfaces() []interface{}
func (KubeServiceList) AsResources ¶
func (list KubeServiceList) AsResources() resources.ResourceList
func (KubeServiceList) Clone ¶
func (list KubeServiceList) Clone() KubeServiceList
func (KubeServiceList) Each ¶
func (list KubeServiceList) Each(f func(element *KubeService))
func (KubeServiceList) EachResource ¶ added in v0.13.21
func (list KubeServiceList) EachResource(f func(element resources.Resource))
func (KubeServiceList) Find ¶
func (list KubeServiceList) Find(namespace, name string) (*KubeService, error)
func (KubeServiceList) Names ¶
func (list KubeServiceList) Names() []string
func (KubeServiceList) NamespacesDotNames ¶
func (list KubeServiceList) NamespacesDotNames() []string
func (KubeServiceList) Sort ¶
func (list KubeServiceList) Sort() KubeServiceList
type KubeServiceReconciler ¶
type KubeServiceReconciler interface {
Reconcile(namespace string, desiredResources KubeServiceList, transition TransitionKubeServiceFunc, opts clients.ListOpts) error
}
func NewKubeServiceReconciler ¶
func NewKubeServiceReconciler(client KubeServiceClient, statusSetter resources.StatusSetter) KubeServiceReconciler
type KubeServiceWatcher ¶ added in v0.13.21
type StatusEmitter ¶
type StatusEmitter interface { StatusSnapshotEmitter Register() error KubeService() KubeServiceClient Ingress() IngressClient }
func NewStatusEmitter ¶
func NewStatusEmitter(kubeServiceClient KubeServiceClient, ingressClient IngressClient) StatusEmitter
func NewStatusEmitterWithEmit ¶
func NewStatusEmitterWithEmit(kubeServiceClient KubeServiceClient, ingressClient IngressClient, emit <-chan struct{}) StatusEmitter
type StatusSimpleEmitter ¶ added in v0.13.21
type StatusSimpleEmitter interface {
Snapshots(ctx context.Context) (<-chan *StatusSnapshot, <-chan error, error)
}
func NewStatusSimpleEmitter ¶ added in v0.13.21
func NewStatusSimpleEmitter(aggregatedWatch clients.ResourceWatch) StatusSimpleEmitter
func NewStatusSimpleEmitterWithEmit ¶ added in v0.13.21
func NewStatusSimpleEmitterWithEmit(aggregatedWatch clients.ResourceWatch, emit <-chan struct{}) StatusSimpleEmitter
type StatusSnapshot ¶
type StatusSnapshot struct { Services KubeServiceList Ingresses IngressList }
func (StatusSnapshot) Clone ¶
func (s StatusSnapshot) Clone() StatusSnapshot
func (*StatusSnapshot) GetResourcesList ¶ added in v1.11.50
func (s *StatusSnapshot) GetResourcesList(resource resources.Resource) (resources.ResourceList, error)
func (StatusSnapshot) HashFields ¶
func (s StatusSnapshot) HashFields() []zap.Field
func (*StatusSnapshot) RemoveFromResourceList ¶ added in v1.11.50
func (s *StatusSnapshot) RemoveFromResourceList(resource resources.Resource) error
func (*StatusSnapshot) RemoveMatches ¶ added in v1.17.9
func (s *StatusSnapshot) RemoveMatches(predicate core.Predicate)
func (StatusSnapshot) Stringer ¶
func (s StatusSnapshot) Stringer() StatusSnapshotStringer
func (*StatusSnapshot) UpsertToResourceList ¶ added in v1.11.50
func (s *StatusSnapshot) UpsertToResourceList(resource resources.Resource) error
type StatusSnapshotEmitter ¶ added in v0.18.44
type StatusSnapshotStringer ¶
func (StatusSnapshotStringer) String ¶
func (ss StatusSnapshotStringer) String() string
type StatusSyncDecider
deprecated
added in
v0.13.21
type StatusSyncDecider interface { StatusSyncer ShouldSync(old, new *StatusSnapshot) bool }
Deprecated: use StatusSyncDeciderWithContext
type StatusSyncDeciderWithContext ¶ added in v0.15.0
type StatusSyncDeciderWithContext interface { StatusSyncer ShouldSync(ctx context.Context, old, new *StatusSnapshot) bool }
type StatusSyncer ¶
type StatusSyncer interface {
Sync(context.Context, *StatusSnapshot) error
}
type StatusSyncers ¶
type StatusSyncers []StatusSyncer
func (StatusSyncers) Sync ¶
func (s StatusSyncers) Sync(ctx context.Context, snapshot *StatusSnapshot) error
type TransitionIngressFunc ¶
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type TransitionKubeServiceFunc ¶
type TransitionKubeServiceFunc func(original, desired *KubeService) (bool, error)
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type TranslatorEmitter ¶
type TranslatorEmitter interface { TranslatorSnapshotEmitter Register() error Upstream() gloo_solo_io.UpstreamClient KubeService() KubeServiceClient Ingress() IngressClient }
func NewTranslatorEmitter ¶
func NewTranslatorEmitter(upstreamClient gloo_solo_io.UpstreamClient, kubeServiceClient KubeServiceClient, ingressClient IngressClient) TranslatorEmitter
func NewTranslatorEmitterWithEmit ¶
func NewTranslatorEmitterWithEmit(upstreamClient gloo_solo_io.UpstreamClient, kubeServiceClient KubeServiceClient, ingressClient IngressClient, emit <-chan struct{}) TranslatorEmitter
type TranslatorSimpleEmitter ¶ added in v0.13.21
type TranslatorSimpleEmitter interface {
Snapshots(ctx context.Context) (<-chan *TranslatorSnapshot, <-chan error, error)
}
func NewTranslatorSimpleEmitter ¶ added in v0.13.21
func NewTranslatorSimpleEmitter(aggregatedWatch clients.ResourceWatch) TranslatorSimpleEmitter
func NewTranslatorSimpleEmitterWithEmit ¶ added in v0.13.21
func NewTranslatorSimpleEmitterWithEmit(aggregatedWatch clients.ResourceWatch, emit <-chan struct{}) TranslatorSimpleEmitter
type TranslatorSnapshot ¶
type TranslatorSnapshot struct { Upstreams gloo_solo_io.UpstreamList Services KubeServiceList Ingresses IngressList }
func (TranslatorSnapshot) Clone ¶
func (s TranslatorSnapshot) Clone() TranslatorSnapshot
func (*TranslatorSnapshot) GetResourcesList ¶ added in v1.11.50
func (s *TranslatorSnapshot) GetResourcesList(resource resources.Resource) (resources.ResourceList, error)
func (TranslatorSnapshot) Hash ¶
func (s TranslatorSnapshot) Hash(hasher hash.Hash64) (uint64, error)
func (TranslatorSnapshot) HashFields ¶
func (s TranslatorSnapshot) HashFields() []zap.Field
func (*TranslatorSnapshot) RemoveFromResourceList ¶ added in v1.11.50
func (s *TranslatorSnapshot) RemoveFromResourceList(resource resources.Resource) error
func (*TranslatorSnapshot) RemoveMatches ¶ added in v1.17.9
func (s *TranslatorSnapshot) RemoveMatches(predicate core.Predicate)
func (TranslatorSnapshot) Stringer ¶
func (s TranslatorSnapshot) Stringer() TranslatorSnapshotStringer
func (*TranslatorSnapshot) UpsertToResourceList ¶ added in v1.11.50
func (s *TranslatorSnapshot) UpsertToResourceList(resource resources.Resource) error
type TranslatorSnapshotEmitter ¶ added in v0.18.44
type TranslatorSnapshotStringer ¶
type TranslatorSnapshotStringer struct { Version uint64 Upstreams []string Services []string Ingresses []string }
func (TranslatorSnapshotStringer) String ¶
func (ss TranslatorSnapshotStringer) String() string
type TranslatorSyncDecider
deprecated
added in
v0.13.21
type TranslatorSyncDecider interface { TranslatorSyncer ShouldSync(old, new *TranslatorSnapshot) bool }
Deprecated: use TranslatorSyncDeciderWithContext
type TranslatorSyncDeciderWithContext ¶ added in v0.15.0
type TranslatorSyncDeciderWithContext interface { TranslatorSyncer ShouldSync(ctx context.Context, old, new *TranslatorSnapshot) bool }
type TranslatorSyncer ¶
type TranslatorSyncer interface {
Sync(context.Context, *TranslatorSnapshot) error
}
type TranslatorSyncers ¶
type TranslatorSyncers []TranslatorSyncer
func (TranslatorSyncers) Sync ¶
func (s TranslatorSyncers) Sync(ctx context.Context, snapshot *TranslatorSnapshot) error
Source Files ¶
- ingress.pb.clone.go
- ingress.pb.equal.go
- ingress.pb.go
- ingress.pb.hash.go
- ingress.pb.uniquehash.go
- ingress.sk.go
- ingress_client.sk.go
- ingress_reconciler.sk.go
- kube_service.sk.go
- kube_service_client.sk.go
- kube_service_reconciler.sk.go
- service.pb.clone.go
- service.pb.equal.go
- service.pb.go
- service.pb.hash.go
- service.pb.uniquehash.go
- status_event_loop.sk.go
- status_simple_event_loop.sk.go
- status_snapshot.sk.go
- status_snapshot_emitter.sk.go
- status_snapshot_simple_emitter.sk.go
- translator_event_loop.sk.go
- translator_simple_event_loop.sk.go
- translator_snapshot.sk.go
- translator_snapshot_emitter.sk.go
- translator_snapshot_simple_emitter.sk.go