Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for schemaFor (0.11 sec)

  1. pkg/config/analysis/local/istiod_analyze.go

    		meshNetworks:       mesh.DefaultMeshNetworks(),
    		analyzer:           analyzer,
    		namespace:          namespace,
    		cluster:            "default",
    		internalStore:      memory.Make(collection.SchemasFor(collections.MeshNetworks, collections.MeshConfig)),
    		istioNamespace:     istioNamespace,
    		kubeResources:      kubeResources,
    		collectionReporter: cr,
    		clientsToRun:       []kubelib.Client{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. pilot/pkg/model/telemetry_test.go

    		ns  string
    		cfg config.Config
    	}{
    		typ: cfg.GroupVersionKind,
    		ns:  cfg.Namespace,
    		cfg: cfg,
    	})
    }
    
    func (ts *telemetryStore) Schemas() collection.Schemas {
    	return collection.SchemasFor()
    }
    
    func (ts *telemetryStore) Get(_ config.GroupVersionKind, _, _ string) *config.Config {
    	return nil
    }
    
    func (ts *telemetryStore) List(typ config.GroupVersionKind, namespace string) []config.Config {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 39.6K bytes
    - Viewed (0)
Back to top