Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 128 for componentX (0.17 sec)

  1. cmd/kubelet/app/server.go

    	cloudprovider "k8s.io/cloud-provider"
    	cliflag "k8s.io/component-base/cli/flag"
    	"k8s.io/component-base/configz"
    	"k8s.io/component-base/featuregate"
    	"k8s.io/component-base/logs"
    	logsapi "k8s.io/component-base/logs/api/v1"
    	"k8s.io/component-base/metrics"
    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/component-base/tracing"
    	"k8s.io/component-base/version"
    	"k8s.io/component-base/version/verflag"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

     */
    
    package org.jetbrains.kotlin.analysis.api.fir.components
    
    import com.intellij.openapi.util.TextRange
    import com.intellij.psi.PsiElement
    import com.intellij.psi.SmartPsiElementPointer
    import org.jetbrains.kotlin.KtFakeSourceElementKind
    import org.jetbrains.kotlin.analysis.api.components.*
    import org.jetbrains.kotlin.analysis.api.fir.KaFirSession
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:07 UTC 2024
    - 69.6K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbFile.java

     * The server
     * component may a traditional NetBIOS name, a DNS name, or IP
     * address. These name resolution mechanisms and their resolution order
     * can be changed (See <a href="../../../resolver.html">Setting Name
     * Resolution Properties</a>). The servername and path components are
     * not case sensitive but the domain, username, and password components
     * are. It is also likely that properties must be specified for jcifs
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  4. tests/integration/pilot/testdata/upgrade/1.10.0-install.yaml.tar

    istio.io/rev: 1-10-0 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" istio: pilot release: istio spec: strategy: rollingUpdate: maxSurge: 100% maxUnavailable: 25% selector: matchLabels: app: istiod istio.io/rev: 1-10-0 template: metadata: labels: app: istiod istio.io/rev: 1-10-0 install.operator.istio.io/owning-resource: unknown sidecar.istio.io/inject: "false" operator.istio.io/component: "Pilot" istio: istiod annotations: prometheus.io/port: "15014" prometheus.io/scrape:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  5. pkg/kubelet/pod_workers.go

    	// This state will not be visible to downstream components until a pod worker
    	// has begun processing it.
    	pendingUpdate *UpdatePodOptions
    	// activeUpdate is the most recent version of the pod's state that will be
    	// passed to a sync*Pod function. A pod becomes visible to downstream components
    	// once a worker decides to start a pod (startedAt is set). The pod and mirror
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    istio.io/rev: 1-9-5 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" istio: pilot release: istio spec: strategy: rollingUpdate: maxSurge: 100% maxUnavailable: 25% selector: matchLabels: app: istiod istio.io/rev: 1-9-5 template: metadata: labels: app: istiod istio.io/rev: 1-9-5 install.operator.istio.io/owning-resource: unknown sidecar.istio.io/inject: "false" operator.istio.io/component: "Pilot" istio: istiod annotations: prometheus.io/port: "15014" prometheus.io/scrape:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  7. tests/integration/ambient/baseline_test.go

    	"istio.io/istio/pkg/test/framework/components/ambient"
    	"istio.io/istio/pkg/test/framework/components/echo"
    	"istio.io/istio/pkg/test/framework/components/echo/check"
    	"istio.io/istio/pkg/test/framework/components/echo/common"
    	"istio.io/istio/pkg/test/framework/components/echo/common/ports"
    	"istio.io/istio/pkg/test/framework/components/echo/config"
    	"istio.io/istio/pkg/test/framework/components/echo/config/param"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

                        def root = result.get()
                        def components = root.dependencies.collect { it.selected }
                        def a = components.find { it.id instanceof ModuleComponentIdentifier && it.id.module == 'a' }
                        def b = components.find { it.id instanceof ModuleComponentIdentifier && it.id.module == 'b' }
                        def c = components.find { it.id instanceof ModuleComponentIdentifier && it.id.module == 'c' }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertThat(url.toString()).isEqualTo("http://host/?a=!$(),/:;?@[]\\^`{|}~")
        assertThat(url.queryParameter("a")).isEqualTo("!$(),/:;?@[]\\^`{|}~")
      }
    
      /**
       * When callers parse a URL with query components that aren't encoded, we shouldn't convert them
       * into a canonical form because doing so could be semantically different.
       */
      @Test
      fun queryCharactersNotReencodedWhenParsed() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

    import org.gradle.api.internal.component.ArtifactType;
    import org.gradle.api.resources.MissingResourceException;
    import org.gradle.internal.classloader.ClassLoaderUtils;
    import org.gradle.internal.component.external.descriptor.Artifact;
    import org.gradle.internal.component.external.model.DefaultModuleComponentIdentifier;
    import org.gradle.internal.component.external.model.ivy.MutableIvyModuleResolveMetadata;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
Back to top