Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 196 for discoveryv1 (0.24 sec)

  1. tests/integration/helm/upgrade/util.go

    		nsConfig.Get(helmtest.BaseReleaseName), overrideValuesFile, helmtest.Timeout, "--skip-crds")
    	if err != nil {
    		ctx.Fatalf("failed to upgrade istio %s chart", helmtest.BaseReleaseName)
    	}
    
    	// Upgrade discovery chart
    	err = h.UpgradeChart(helmtest.IstiodReleaseName, filepath.Join(helmtest.ManifestsChartPath, helmtest.ControlChartsDir, helmtest.DiscoveryChartsDir),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  2. pilot/pkg/bootstrap/server.go

    	}
    
    	// Readiness Handler.
    	s.httpMux.HandleFunc("/ready", s.istiodReadyHandler)
    
    	return nil
    }
    
    // initDiscoveryService initializes discovery server on plain text port.
    func (s *Server) initDiscoveryService() {
    	log.Infof("starting discovery service")
    	// Implement EnvoyXdsServer grace shutdown
    	s.addStartFunc("xds server", func(stop <-chan struct{}) error {
    		log.Infof("Starting ADS server")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-provider/src/main/kotlin/org/gradle/internal/declarativedsl/common/schemaFromConfiguringFunctions.kt

    import org.gradle.internal.declarativedsl.schemaBuilder.isPublicAndRestricted
    import kotlin.reflect.KClass
    import kotlin.reflect.full.memberFunctions
    
    
    /**
     * Provides type discovery via functions that return an object or configure an object accepting a lambda as the last parameter
     * (via [org.gradle.api.Action] or a Kotlin function type, see [gradleConfigureLambdas]).
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:07 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/basic_test.go

    		t.Fatal(err)
    	}
    
    	// check whether it shows up in discovery properly
    	resources, err := apiExtensionClient.Discovery().ServerResourcesForGroupVersion(group + "/" + version)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	if len(resources.APIResources) != 1 {
    		t.Fatalf("Expected exactly the resource \"noxus\" in group version %v/%v via discovery, got: %v", group, version, resources.APIResources)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 11:35:33 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  5. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

    {{- if .Values.global.priorityClassName }}
          priorityClassName: "{{ .Values.global.priorityClassName }}"
    {{- end }}
          containers:
            - name: discovery
    {{- if contains "/" .Values.pilot.image }}
              image: "{{ .Values.pilot.image }}"
    {{- else }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 30 20:24:06 UTC 2024
    - 9K bytes
    - Viewed (0)
  6. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/DaemonToolchainIntegrationTest.groovy

            given:
            writeJvmCriteria(Jvm.current())
            captureJavaHome()
    
            expect:
            succeeds("help")
            assertDaemonUsedJvm(Jvm.current())
            outputContains("Daemon JVM discovery is an incubating feature.")
        }
    
        @Requires(IntegTestPreconditions.JavaHomeWithDifferentVersionAvailable)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 13:41:21 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. pkg/istio-agent/agent_test.go

      trafficPolicy:
        tls:
          mode: ISTIO_MUTUAL
    `})
    	if bootstrapGenerator != nil {
    		ds.Discovery.Generators[v3.BootstrapType] = bootstrapGenerator
    	}
    	ds.Discovery.Authenticators = []security.Authenticator{auth}
    	grpcServer := grpc.NewServer(opt)
    	reflection.Register(grpcServer)
    	ds.Discovery.Register(grpcServer)
    	go func() {
    		_ = grpcServer.Serve(l)
    	}()
    	t.Cleanup(grpcServer.Stop)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  8. hack/lib/init.sh

    autoscaling/v2beta2 \
    batch/v1 \
    batch/v1beta1 \
    certificates.k8s.io/v1 \
    certificates.k8s.io/v1beta1 \
    certificates.k8s.io/v1alpha1 \
    coordination.k8s.io/v1beta1 \
    coordination.k8s.io/v1 \
    discovery.k8s.io/v1 \
    discovery.k8s.io/v1beta1 \
    resource.k8s.io/v1alpha2 \
    extensions/v1beta1 \
    events.k8s.io/v1 \
    events.k8s.io/v1beta1 \
    imagepolicy.k8s.io/v1alpha1 \
    networking.k8s.io/v1 \
    networking.k8s.io/v1alpha1 \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:18:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_builder_test.go

    	cases := []struct {
    		name            string
    		clusterName     string
    		discovery       cluster.Cluster_DiscoveryType
    		endpoints       []*endpoint.LocalityLbEndpoints
    		direction       model.TrafficDirection
    		external        bool
    		expectedCluster *cluster.Cluster
    	}{
    		{
    			name:        "default EDS cluster",
    			clusterName: "foo",
    			discovery:   cluster.Cluster_EDS,
    			endpoints:   nil,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  10. manifests/addons/dashboards/pilot.libsonnet

    local dashboard = import './dashboard.libsonnet';
    local panels = import './panels.libsonnet';
    local variables = import './variables.libsonnet';
    local queries = (import './queries.libsonnet').queries({
      container: 'discovery',
      pod: 'istiod-.*',
      component: 'pilot',
      app: 'istiod',
    });
    
    dashboard.new('Istio Control Plane Dashboard')
    + g.dashboard.withPanels(
      grid.makeGrid([
        row.new('Deployed Versions')
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top