Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 282 for serviceIP (0.31 sec)

  1. platforms/core-configuration/kotlin-dsl-tooling-builders/src/main/kotlin/org/gradle/kotlin/dsl/tooling/builders/internal/IsolatedProjectsSafeKotlinDslScriptsModelBuilder.kt

            rootProject.gradleSourceRoots()
        }
    
        val classPathModeExceptions: List<Exception> by unsafeLazy {
            rootProject.serviceOf<ClassPathModeExceptionCollector>().exceptions
        }
    
        val implicitImports: List<String> by unsafeLazy {
            rootProject.serviceOf<ImplicitImports>().list
        }
    
        val nonProjectScriptPaths: ScriptClassPath by unsafeLazy {
            ScriptClassPath(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 11:06:08 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  2. istioctl/pkg/validate/validate_test.go

    metadata:
      resourceVersion: ""`
    	udpService = `
    kind: Service
    metadata:
      name: hello
    spec:
      ports:
        -
          protocol: udp`
    	skippedService = `
    kind: Service
    metadata:
      name: hello
      namespace: istio-system
    spec:
      ports:
        -
          name: http
          port: 9080`
    	validPortNamingSvc = `
    apiVersion: v1
    kind: Service
    metadata:
      name: hello
    spec:
      ports:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 08:08:36 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/tasks/GeneratePrecompiledScriptPluginAccessors.kt

            val dependencyManagementServices = gradle.serviceOf<DependencyManagementServices>()
            val fileCollectionFactory = gradle.serviceOf<FileCollectionFactory>()
            val dependencyResolutionServices = dependencyManagementServices.create(
                gradle.serviceOf<FileResolver>(),
                fileCollectionFactory,
                gradle.serviceOf<DependencyMetaDataProvider>(),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:10:49 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/provider/KotlinScriptClassPathProvider.kt

            "gradleKotlinDsl"
        )
    
    
    internal
    fun Project.fileCollectionOf(files: Collection<File>, name: String): FileCollection =
        serviceOf<FileCollectionFactory>().fixed(name, files)
    
    
    internal
    fun kotlinScriptClassPathProviderOf(project: Project) =
        project.serviceOf<KotlinScriptClassPathProvider>()
    
    
    internal
    typealias JarsProvider = () -> Collection<File>
    
    
    class KotlinScriptClassPathProvider(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:16:36 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/proxier_test.go

    			}}
    		}),
    	)
    	fp.syncProxyRules()
    
    	// check ipvs service and destinations
    	services, err := ipvs.GetVirtualServers()
    	if err != nil {
    		t.Errorf("Failed to get ipvs services, err: %v", err)
    	}
    	if len(services) != 2 {
    		t.Errorf("Expect 2 ipvs services, got %d", len(services))
    	}
    	found := false
    	for _, svc := range services {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  6. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupRootPlugin.kt

    import org.gradle.api.reporting.Reporting
    import org.gradle.api.tasks.testing.Test
    import org.gradle.build.event.BuildEventsListenerRegistry
    import org.gradle.kotlin.dsl.*
    import org.gradle.kotlin.dsl.support.serviceOf
    import java.io.File
    
    
    class TestFilesCleanupRootPlugin : Plugin<Project> {
        override fun apply(project: Project) {
            require(project.rootProject == project) { "This plugin should be applied to root project!" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jul 06 10:57:13 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl-plugins/src/main/kotlin/org/gradle/kotlin/dsl/plugins/precompiled/PrecompiledScriptPlugins.kt

    import org.gradle.kotlin.dsl.support.serviceOf
    
    
    /**
     * Exposes `*.gradle.kts` scripts from regular Kotlin source-sets as binary Gradle plugins.
     *
     * @see PrecompiledScriptPluginsSupport
     */
    abstract class PrecompiledScriptPlugins : Plugin<Project> {
    
        override fun apply(project: Project): Unit = project.run {
    
            if (serviceOf<PrecompiledScriptPluginsSupport>().enableOn(Target(project))) {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl-tooling-builders/src/main/kotlin/org/gradle/kotlin/dsl/tooling/builders/KotlinBuildScriptTemplateModelBuilder.kt

    import org.gradle.api.Project
    
    import org.gradle.api.internal.classpath.ModuleRegistry
    import org.gradle.internal.classpath.ClassPath
    import org.gradle.kotlin.dsl.support.serviceOf
    
    import java.io.File
    import java.io.Serializable
    
    
    internal
    object KotlinBuildScriptTemplateModelBuilder : ToolingModelBuilder {
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2K bytes
    - Viewed (0)
  9. releasenotes/notes/48621.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 05 03:20:58 UTC 2024
    - 232 bytes
    - Viewed (0)
  10. pkg/quota/v1/evaluator/core/services.go

    	return []corev1.ScopedResourceSelectorRequirement{}, nil
    }
    
    // convert the input object to an internal service object or error.
    func toExternalServiceOrError(obj runtime.Object) (*corev1.Service, error) {
    	svc := &corev1.Service{}
    	switch t := obj.(type) {
    	case *corev1.Service:
    		svc = t
    	case *api.Service:
    		if err := k8s_api_v1.Convert_core_Service_To_v1_Service(t, svc, nil); err != nil {
    			return nil, err
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 7K bytes
    - Viewed (0)
Back to top