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

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

Build:
Build:
LAST BUILD BRANCH: cve-fix
DEFAULT BRANCH: master
Ran 08 Apr 2021 05:01PM UTC
Jobs 1
Files 70
Run time 36s
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:52PM UTC coverage: 58.91% (+0.2%) from 58.711%
4535

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

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

11223 of 19051 relevant lines covered (58.91%)

0.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4535.1 08 Apr 2021 05:01PM UTC 0
58.91
Travis Job 4535.1
Source Files on build 4535
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #4535
  • 1f21ae33 on github
  • Prev Build on serv-sesaffinity (#4533)
  • Next 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