Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 410 for serviceFor (0.19 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.Ingress.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.Ingress.yaml

          name: nameValue
        serviceName: serviceNameValue
        servicePort: servicePortValue
      ingressClassName: ingressClassNameValue
      rules:
      - host: hostValue
        http:
          paths:
          - backend:
              resource:
                apiGroup: apiGroupValue
                kind: kindValue
                name: nameValue
              serviceName: serviceNameValue
              servicePort: servicePortValue
            path: pathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/networking.k8s.io.v1beta1.Ingress.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.Ingress.yaml

          name: nameValue
        serviceName: serviceNameValue
        servicePort: servicePortValue
      ingressClassName: ingressClassNameValue
      rules:
      - host: hostValue
        http:
          paths:
          - backend:
              resource:
                apiGroup: apiGroupValue
                kind: kindValue
                name: nameValue
              serviceName: serviceNameValue
              servicePort: servicePortValue
            path: pathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/support/SettingsExtensions.kt

     * limitations under the License.
     */
    package org.gradle.kotlin.dsl.support
    
    import org.gradle.api.initialization.Settings
    
    
    inline fun <reified T : Any> Settings.serviceOf(): T =
        gradle.serviceOf()
    
    
    internal
    fun serviceRegistryOf(settings: Settings) =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 875 bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/precompile/PrecompiledSettingsScript.kt

    import org.gradle.api.internal.ProcessOperations
    import org.gradle.internal.deprecation.DeprecationLogger
    import org.gradle.kotlin.dsl.*
    import org.gradle.kotlin.dsl.support.fileOperationsFor
    import org.gradle.kotlin.dsl.support.serviceOf
    
    
    /**
     * Legacy script template definition for precompiled Kotlin script targeting [Settings] instances.
     *
     * @see PrecompiledProjectScript
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testing/authentication_info_resolver.go

    	atomic.AddInt32(a.cacheMisses, 1)
    	return a.restConfig, nil
    }
    
    func (a *authenticationInfoResolver) ClientConfigForService(serviceName, serviceNamespace string, servicePort int) (*rest.Config, error) {
    	atomic.AddInt32(a.cacheMisses, 1)
    	return a.restConfig, nil
    }
    
    // NewPanickingAuthenticationInfoResolver creates a fake AuthenticationInfoResolver that panics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 18 18:49:55 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  8. pkg/proxy/winkernel/proxier_test.go

    			svc.Spec.Ports = []v1.ServicePort{{
    				Name:     svcPortName1.Port,
    				Port:     int32(svcPort1),
    				Protocol: v1.ProtocolTCP,
    				NodePort: int32(svcNodePort1),
    			}}
    		}),
    		makeTestService(svcPortName2.Namespace, svcPortName2.Name, func(svc *v1.Service) {
    			svc.Spec.Type = "NodePort"
    			svc.Spec.ClusterIP = svcIP2
    			svc.Spec.Ports = []v1.ServicePort{{
    				Name:     svcPortName2.Port,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 28 14:30:51 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/precompile/PrecompiledInitScript.kt

    import org.gradle.api.invocation.Gradle
    import org.gradle.internal.deprecation.DeprecationLogger
    import org.gradle.kotlin.dsl.*
    import org.gradle.kotlin.dsl.support.fileOperationsFor
    import org.gradle.kotlin.dsl.support.serviceOf
    
    
    /**
     * Legacy script template definition for precompiled Kotlin script targeting [Gradle] instances.
     *
     * @see PrecompiledProjectScript
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. tests/integration/pilot/gateway_test.go

    			tc.from[0].CallOrFail(t, echo.CallOptions{
    				Port: echo.Port{
    					Protocol:    protocol.HTTP,
    					ServicePort: 80,
    				},
    				Scheme: scheme.HTTP,
    				HTTP: echo.HTTP{
    					Headers: headers.New().WithHost(tc.host).Build(),
    				},
    				Address: fmt.Sprintf("gateway-istio.%s.svc.cluster.local", apps.Namespace.Name()),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.7K bytes
    - Viewed (0)
Back to top