Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 53 for serviceOf (0.31 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/SettingsScriptApi.kt

    import org.gradle.api.resources.ResourceHandler
    import org.gradle.api.tasks.WorkResult
    import org.gradle.internal.deprecation.DeprecationLogger
    import org.gradle.kotlin.dsl.support.internalError
    import org.gradle.kotlin.dsl.support.serviceOf
    import org.gradle.kotlin.dsl.support.unsafeLazy
    import org.gradle.plugin.management.PluginManagementSpec
    import org.gradle.process.ExecResult
    import org.gradle.process.ExecSpec
    import org.gradle.process.JavaExecSpec
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/InitScriptApi.kt

    import org.gradle.api.resources.ResourceHandler
    import org.gradle.api.tasks.WorkResult
    import org.gradle.internal.deprecation.DeprecationLogger
    import org.gradle.kotlin.dsl.support.internalError
    import org.gradle.kotlin.dsl.support.serviceOf
    import org.gradle.kotlin.dsl.support.unsafeLazy
    import org.gradle.process.ExecResult
    import org.gradle.process.ExecSpec
    import org.gradle.process.JavaExecSpec
    import java.io.File
    import java.net.URI
    
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/ProjectSchemaAccessorsIntegrationTest.kt

                import org.gradle.api.internal.*
    
                import org.gradle.internal.reflect.*
                import org.gradle.internal.extensibility.*
    
                import org.gradle.kotlin.dsl.support.serviceOf
    
    
                class MyPlugin : Plugin<Project> {
                    override fun apply(project: Project): Unit = project.run {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 11:39:00 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  4. pkg/proxy/config/config_test.go

    	}
    	fakeWatch.Add(service2)
    	services := []*v1.Service{service2, service1}
    	handler.ValidateServices(t, services)
    
    	fakeWatch.Delete(service1)
    	services = []*v1.Service{service2}
    	handler.ValidateServices(t, services)
    }
    
    func TestNewServicesMultipleHandlersAddedAndNotified(t *testing.T) {
    	_, ctx := klogtesting.NewTestContext(t)
    	client := fake.NewSimpleClientset()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  5. pkg/registry/core/service/ipallocator/controller/repairip.go

    // The bidirectional relation is achieved using the following fields:
    // Service.Spec.Cluster == IPAddress.Name AND IPAddress.ParentRef == Service
    //
    // The controller use two reconcile loops, one for Services and other for IPAddress.
    // The Service reconcile loop verifies the bidirectional relation exists and is correct.
    // 1. Service_X [ClusterIP_X]  <------>  IPAddress_X [Ref:Service_X]   ok
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  6. pilot/pkg/model/service.go

    }
    
    // ServiceDiscovery enumerates Istio service instances.
    // nolint: lll
    type ServiceDiscovery interface {
    	NetworkGatewaysWatcher
    
    	// Services list declarations of all services in the system
    	Services() []*Service
    
    	// GetService retrieves a service by host name if it exists
    	GetService(hostname host.Name) *Service
    
    	// GetProxyServiceTargets returns the service targets that co-located with a given Proxy
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/Service.java

     */
    @DoNotMock("Create an AbstractIdleService")
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public interface Service {
      /**
       * If the service state is {@link State#NEW}, this initiates service startup and returns
       * immediately. A stopped service may not be restarted.
       *
       * @return this
       * @throws IllegalStateException if the service is not {@link State#NEW}
       * @since 15.0
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/util/concurrent/Service.java

     */
    @DoNotMock("Create an AbstractIdleService")
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public interface Service {
      /**
       * If the service state is {@link State#NEW}, this initiates service startup and returns
       * immediately. A stopped service may not be restarted.
       *
       * @return this
       * @throws IllegalStateException if the service is not {@link State#NEW}
       * @since 15.0
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  9. pkg/proxy/endpointslicecache.go

    func (cache *EndpointSliceCache) getEndpointsMap(serviceNN types.NamespacedName, sliceDataByName endpointSliceDataByName) EndpointsMap {
    	endpointInfoBySP := cache.endpointInfoByServicePort(serviceNN, sliceDataByName)
    	return endpointsMapFromEndpointInfo(endpointInfoBySP)
    }
    
    // endpointInfoByServicePort groups endpoint info by service port name and address.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/service.go

    //sys	QueryServiceStatusEx(service Handle, infoLevel uint32, buff *byte, buffSize uint32, bytesNeeded *uint32) (err error) = advapi32.QueryServiceStatusEx
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top