Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for clientTop (0.2 sec)

  1. pkg/apis/core/v1/defaults_test.go

    					ClientIP: &v1.ClientIPConfig{
    						TimeoutSeconds: nil,
    					},
    				},
    			},
    		},
    	}
    	for name, test := range testCases {
    		obj2 := roundTrip(t, runtime.Object(&test))
    		svc2 := obj2.(*v1.Service)
    		if svc2.Spec.SessionAffinityConfig == nil || svc2.Spec.SessionAffinityConfig.ClientIP == nil || svc2.Spec.SessionAffinityConfig.ClientIP.TimeoutSeconds == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  2. cmd/sts-handlers_test.go

    			})
    			m[testRoleARNs[len(apps)-1]] = apps[len(apps)-1]
    		}
    
    		return apps, m
    	}()
    )
    
    func (s *TestSuiteIAM) TestOpenIDSTSWithRolePolicy(c *check, roleARN string, clientApp OpenIDClientAppParams) {
    	ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
    	defer cancel()
    
    	bucket := getRandomBucketName()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
Back to top