Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 33 for galley_ (0.14 sec)

  1. pkg/test/framework/components/istio/config.go

    	DeployIstio bool
    
    	// Do not wait for the validation webhook before completing the deployment. This is useful for
    	// doing deployments without Galley.
    	SkipWaitForValidationWebhook bool
    
    	// Indicates that the test should deploy Istio's east west gateway into the target Kubernetes cluster
    	// before running tests.
    	DeployEastWestGW bool
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  2. pilot/pkg/config/file/store.go

    	// this legacy code only supports proto.Messages.
    	// Note: while NewInstance can be slightly modified to not return error here, the rest of the code
    	// still requires a proto.Message so it won't work without completely refactoring galley/
    	_, e := schema.NewInstance()
    	cannotHandleProto := e != nil
    	if cannotHandleProto {
    		return resources, &unknownSchemaError{
    			group:   groupVersionKind.Group,
    			version: groupVersionKind.Version,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 17:36:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  3. operator/README.md

    [operator API](https://github.com/istio/api/blob/master/operator/v1alpha1/operator.proto).
    The settings are the same for all components, so a user can configure pilot K8s settings in exactly the same, consistent
    way as galley settings. Supported K8s settings currently include:
    
    - [resources](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Sep 17 08:27:52 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  4. pkg/config/analysis/local/istiod_analyze.go

    	// Hook function called when a collection is used in analysis
    	collectionReporter CollectionReporterFn
    
    	clientsToRun []kubelib.Client
    }
    
    // NewSourceAnalyzer is a drop-in replacement for the galley function, adapting to istiod analyzer.
    func NewSourceAnalyzer(analyzer analysis.CombinedAnalyzer, namespace, istioNamespace resource.Namespace, cr CollectionReporterFn) *IstiodAnalyzer {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  5. src/crypto/sha256/sha256block_amd64.s

    //
    // The sha-ni implementation uses Intel(R) SHA extensions SHA256RNDS2, SHA256MSG1, SHA256MSG2
    // It also reuses portions of the flip_mask (half) and K256 table (stride 32) from the avx2 version
    //
    // Reference
    // S. Gulley, et al, "New Instructions Supporting the Secure Hash
    // Algorithm on Intel® Architecture Processors", July 2013
    // https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sha-extensions.html
    //
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  6. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    furukawa.miyagi.jp fusa.no fuso.aichi.jp fussa.tokyo.jp futaba.fukushima.jp futbol futsu.nagasaki.jp futtsu.chiba.jp futurehosting.at futuremailing.at fvg.it fyi fylkesbibl.no fyresdal.no førde.no g.bg g.se g.vbrplsbx.io g12.br ga ga.us gaivuotna.no gal gallery gallery.museum gallo gallup galsa.no gamagori.aichi.jp game game-host.org game-server.cc game.tw games games.hu gamo.shiga.jp gamvik.no gangaviika.no gangwon.kr gap garden garden.museum gateway.museum gaular.no gausdal.no gay gb gb.net gbiz gc.ca gd gd.cn...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  7. pilot/pkg/bootstrap/server.go

    	}
    	caOpts.Authenticators = authenticators
    
    	// Start CA or RA server. This should be called after CA and Istiod certs have been created.
    	s.startCA(caOpts)
    
    	// TODO: don't run this if galley is started, one ctlz is enough
    	if args.CtrlZOptions != nil {
    		_, _ = ctrlz.Run(args.CtrlZOptions, nil)
    	}
    
    	// This must be last, otherwise we will not know which informers to register
    	if s.kubeClient != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.proto

      google.protobuf.BoolValue configMap = 18;
    
      // Controls whether Pilot is configured through the Mesh Control Protocol (MCP).
      //
      // If set to true, Pilot requires an MCP server (like Galley) to be installed.
      google.protobuf.BoolValue useMCP = 20;
    
      // Environment variables passed to the Pilot container.
      //
      // Examples:
      // env:
      //   ENV_VAR_1: value1
      //   ENV_VAR_2: value2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    furniture
    
    // futbol : 2013-09-20 Dog Beach, LLC
    futbol
    
    // fyi : 2015-04-02 Binky Moon, LLC
    fyi
    
    // gal : 2013-11-07 Asociación puntoGAL
    gal
    
    // gallery : 2013-09-13 Binky Moon, LLC
    gallery
    
    // gallo : 2015-06-11 Gallo Vineyards, Inc.
    gallo
    
    // gallup : 2015-02-19 Gallup, Inc.
    gallup
    
    // game : 2015-05-28 XYZ.COM LLC
    game
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Controls whether Pilot is configured through the Mesh Control Protocol (MCP).
    	//
    	// If set to true, Pilot requires an MCP server (like Galley) to be installed.
    	UseMCP *wrapperspb.BoolValue `protobuf:"bytes,20,opt,name=useMCP,proto3" json:"useMCP,omitempty"`
    	// Environment variables passed to the Pilot container.
    	//
    	// Examples:
    	// env:
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top