Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetTaint (0.17 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    		return x.Memory
    	}
    	return nil
    }
    
    func (x *PilotConfig) GetCni() *CNIUsageConfig {
    	if x != nil {
    		return x.Cni
    	}
    	return nil
    }
    
    func (x *PilotConfig) GetTaint() *PilotTaintControllerConfig {
    	if x != nil {
    		return x.Taint
    	}
    	return nil
    }
    
    func (x *PilotConfig) GetTrustedZtunnelNamespace() string {
    	if x != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

            .addHeader("Server: Icecast 2.3.3-kh8")
            .addHeader("Cache-Control: no-cache")
            .addHeader("Pragma: no-cache")
            .addHeader("Expires: Mon, 26 Jul 1997 05:00:00 GMT")
            .addHeader("icy-metaint:16000")
            .body("mp3 data")
            .build(),
        )
        val response = getResponse(newRequest("/"))
        assertThat(response.code).isEqualTo(200)
        assertThat(response.message).isEqualTo("OK")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
Back to top