Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PILOT_PERSISTENT_SESSION_HEADER_LABEL (0.28 sec)

  1. pilot/pkg/features/experimental.go

    		"istio.io/persistent-session",
    		"If not empty, services with this label will use cookie based persistent sessions",
    	).Get()
    
    	PersistentSessionHeaderLabel = env.Register(
    		"PILOT_PERSISTENT_SESSION_HEADER_LABEL",
    		"istio.io/persistent-session-header",
    		"If not empty, services with this label will use header based persistent sessions",
    	).Get()
    
    	DrainingLabel = env.Register(
    		"PILOT_DRAINING_LABEL",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top