Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 85 for _rds (0.03 sec)

  1. releasenotes/notes/28346.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - 28346
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 01 15:34:22 UTC 2021
    - 208 bytes
    - Viewed (0)
  2. pilot/pkg/features/xds.go

    	// EnableRDSCaching determines if RDS caching is enabled. This is explicitly split out of ENABLE_XDS_CACHE,
    	// so that in case there are issues with the RDS cache we can just disable the RDS cache.
    	EnableRDSCaching = env.Register("PILOT_ENABLE_RDS_CACHE", true,
    		"If true, Pilot will cache RDS responses. Note: this depends on PILOT_ENABLE_XDS_CACHE.").Get()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Feb 24 06:18:36 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  3. bin/update_crds.sh

      echo "Generated Custom Resource Definitions file does not exist in the commit SHA ${SHA}. Not updating the CRD file."
      exit
    fi
    rm -f "${ROOTDIR}/manifests/charts/base/crds/crd-all.gen.yaml"
    cp "${API_TMP}/kubernetes/customresourcedefinitions.gen.yaml" "${ROOTDIR}/manifests/charts/base/crds/crd-all.gen.yaml"
    
    cd "${ROOTDIR}"
    
    GATEWAY_VERSION=$(grep "gateway-api" go.mod | awk '{ print $2 }')
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 14:28:27 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/typeconverter.go

    // typed.TypedValue and the other way around.
    type TypeConverter = internal.TypeConverter
    
    // NewDeducedTypeConverter creates a TypeConverter for CRDs that don't
    // have a schema. It does implement the same interface though (and
    // create the same types of objects), so that everything can still work
    // the same. CRDs are merged with all their fields being "atomic" (lists
    // included).
    func NewDeducedTypeConverter() TypeConverter {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  5. cluster/addons/calico-policy-controller/calico-clusterrole.yaml

        verbs:
          - list
          - watch
      # The CNI plugin patches pods/status.
      - apiGroups: [""]
        resources:
          - pods/status
        verbs:
          - patch
      # Calico monitors various CRDs for config.
      # Note: Though we are not using ipam from calico, calico node still needs those permissions
      #       to boot.
      - apiGroups: ["crd.projectcalico.org"]
        resources:
          - globalfelixconfigs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 26 02:52:06 UTC 2020
    - 3.3K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top