Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 220 for _rds (0.04 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/controller.go

    		return
    	}
    
    	// create initial spec to avoid merging once per CRD on startup
    	crds, err := c.crdLister.List(labels.Everything())
    	if err != nil {
    		utilruntime.HandleError(fmt.Errorf("failed to initially list all CRDs: %v", err))
    		return
    	}
    	for _, crd := range crds {
    		if !apiextensionshelpers.IsCRDConditionTrue(crd, apiextensionsv1.Established) {
    			continue
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/fake.go

    	"istio.io/istio/pkg/test"
    	"istio.io/istio/pkg/test/util/assert"
    )
    
    const (
    	defaultFakeDomainSuffix = "company.com"
    )
    
    type FakeControllerOptions struct {
    	Client            kubelib.Client
    	CRDs              []schema.GroupVersionResource
    	NetworksWatcher   mesh.NetworksWatcher
    	MeshWatcher       mesh.Watcher
    	ServiceHandler    model.ServiceHandler
    	ClusterID         cluster.ID
    	WatchedNamespaces string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 4K bytes
    - Viewed (0)
  3. pkg/model/xds.go

    func GetShortType(typeURL string) string {
    	switch typeURL {
    	case ClusterType:
    		return "CDS"
    	case ListenerType:
    		return "LDS"
    	case RouteType:
    		return "RDS"
    	case EndpointType:
    		return "EDS"
    	case SecretType:
    		return "SDS"
    	case NameTableType:
    		return "NDS"
    	case ProxyConfigType:
    		return "PCDS"
    	case ExtensionConfigurationType:
    		return "ECDS"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 04 20:29:08 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. pkg/controlplane/apiserver/aggregator.go

    		}
    		go func() {
    			// let the CRD controller process the initial set of CRDs before starting the autoregistration controller.
    			// this prevents the autoregistration controller's initial sync from deleting APIServices for CRDs that still exist.
    			// we only need to do this if CRDs are enabled on this server.  We can't use discovery because we are the source for discovery.
    			if crdAPIEnabled {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 18:08:20 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/route/route_cache_test.go

    	if got := xdsCache.Get(&entry); got == nil || !reflect.DeepEqual(got, resource) {
    		t.Fatalf("rds cache was not updated")
    	}
    
    	// clear cache when delegate virtual service is updated
    	// this func is called by `dropCacheForRequest` in `initPushContext`
    	xdsCache.Clear(sets.New(delegate))
    	if got := xdsCache.Get(&entry); got != nil {
    		t.Fatalf("rds cache was not cleared")
    	}
    
    	// add resource to cache
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  6. api/discovery/apis__apiextensions.k8s.io__v1.json

          "categories": [
            "api-extensions"
          ],
          "kind": "CustomResourceDefinition",
          "name": "customresourcedefinitions",
          "namespaced": false,
          "shortNames": [
            "crd",
            "crds"
          ],
          "singularName": "customresourcedefinition",
          "storageVersionHash": "jfWCUB31mvA=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 859 bytes
    - Viewed (0)
  7. samples/ambient-argo/tag-chart/Chart.yaml

    apiVersion: v1
    name: tags
    version: 1.1.0
    tillerVersion: ">=2.7.2"
    description: Helm chart for deploying Istio cluster resources and CRDs
    keywords:
      - istio
    sources:
      - http://github.com/istio/istio
    engine: gotpl
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 273 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapiv3/controller.go

    		utilruntime.HandleError(fmt.Errorf("timed out waiting for caches to sync"))
    		return
    	}
    
    	crds, err := c.crdLister.List(labels.Everything())
    	if err != nil {
    		utilruntime.HandleError(fmt.Errorf("failed to initially list all CRDs: %v", err))
    		return
    	}
    	for _, crd := range crds {
    		if !apiextensionshelpers.IsCRDConditionTrue(crd, apiextensionsv1.Established) {
    			continue
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  9. manifests/charts/base/Chart.yaml

    name: base
    # This version is never actually shipped. istio/release-builder will replace it at build-time
    # with the appropriate version
    version: 1.0.0
    appVersion: 1.0.0
    description: Helm chart for deploying Istio cluster resources and CRDs
    keywords:
      - istio
    sources:
      - https://github.com/istio/istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 18:29:34 UTC 2024
    - 378 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/merge_test.go

    					},
    				},
    				Components: &spec3.Components{
    					Schemas: map[string]*spec.Schema{
    						"io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta": {},
    					},
    				},
    			},
    		},
    		{
    			name: "two CRDs same gv",
    			specs: []*spec3.OpenAPI{{
    				Paths: &spec3.Paths{
    					Paths: map[string]*spec3.Path{
    						"/apis/stable.example.com/v1/crd1": {},
    					},
    				},
    				Components: &spec3.Components{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 12 20:11:45 UTC 2022
    - 4.3K bytes
    - Viewed (0)
Back to top