• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

noironetworks / aci-containers / 4539
59%
master: 63%

Build:
Build:
LAST BUILD BRANCH: snat-apply-order-issue
DEFAULT BRANCH: master
Ran 08 Apr 2021 05:07PM UTC
Jobs 1
Files 70
Run time 49s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Apr 2021 04:58PM UTC coverage: 58.924% (+0.03%) from 58.895%
4539

push

travis-ci-com

jayaramsatya
Added support for session Affinity for services.
Session affinity always directs traffic from a client to the same pod.
It is typically used as an optimization to ensure that the same pod receives traffic from the same user so that you can leverage session caching
API reference:
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#service-v1-core
kind: Service
apiVersion: v1
metadata:
name: my-service
spec:
selector:
app: my-app
ports:

name: http
protocol: TCP
port: 80
targetPort: 80
sessionAffinity: ClientIP
sessionAffinityConfig:
clientIP:
timeoutSeconds: 10000

14 of 14 new or added lines in 1 file covered. (100.0%)

11225 of 19050 relevant lines covered (58.92%)

0.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4539.1 08 Apr 2021 05:07PM UTC 0
58.92
Travis Job 4539.1
Source Files on build 4539
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #4539
  • 0c408c54 on github
  • Prev Build on serv-sesaffinity (#4537)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc