gateway api v1.1.1 experimental

GRPCRoute.spec.rules[].sessionPersistence.idleTimeout

IdleTimeout defines the idle timeout of the persistent session. Once the session has been idle for more than the specified IdleTimeout duration, the session becomes invalid. Support: Extended

1 fields
GRPCRoute.spec.rules[].sessionPersistence.idleTimeout fields and descriptions
Field / TypeDescription
GRPCRoute.spec.rules[].sessionPersistence.idleTimeout
string

IdleTimeout defines the idle timeout of the persistent session. Once the session has been idle for more than the specified IdleTimeout duration, the session becomes invalid. Support: Extended

  • pattern: ^([0-9]{1,5}(h|m|s|ms)){1,4}$