Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 220 for _rds (0.41 sec)

  1. manifests/charts/README.md

    in that cluster. Currently, the minimum we require is the security provider (node agent or citadel).
    
    ### Install Istio CRDs
    
    This is the first step of the installation. Please do not remove or edit any CRD - config currently requires
    all CRDs to be present. On each upgrade it is recommended to reapply the file, to make sure
    you get all CRDs.  CRDs are separated by release and by component type in the CRD directory.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 17:53:24 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/pkg/resource/crd_finder.go

    	"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/client-go/dynamic"
    )
    
    // CRDGetter is a function that can download the list of GVK for all
    // CRDs.
    type CRDGetter func() ([]schema.GroupKind, error)
    
    func CRDFromDynamic(client dynamic.Interface) CRDGetter {
    	return func() ([]schema.GroupKind, error) {
    		list, err := client.Resource(schema.GroupVersionResource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 19 14:05:43 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/fuzz_test.go

    func FuzzKubeController(f *testing.F) {
    	fuzz.Fuzz(f, func(fg fuzz.Helper) {
    		networkID := network.ID("fakeNetwork")
    		fco := fuzz.Struct[FakeControllerOptions](fg)
    		fco.SkipRun = true
    		// Overlapping CRDs would fail, just remove them
    		fco.CRDs = nil
    		controller, _ := NewFakeControllerWithOptions(fg.T(), fco)
    		controller.network = networkID
    
    		p := fuzz.Struct[*corev1.Pod](fg)
    		controller.pods.onEvent(nil, p, model.EventAdd)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 26 03:41:41 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. pkg/adsc/delta_test.go

    					ConfigType: &listener.Filter_TypedConfig{
    						TypedConfig: protoconv.MessageToAny(&hcm.HttpConnectionManager{
    							RouteSpecifier: &hcm.HttpConnectionManager_Rds{
    								Rds: &hcm.Rds{
    									RouteConfigName: "test-rds-config",
    									ConfigSource: &core.ConfigSource{
    										ConfigSourceSpecifier: &core.ConfigSource_Ads{
    											Ads: &core.AggregatedConfigSource{},
    										},
    									},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. 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)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_discovery_controller.go

    	if err := wait.PollImmediateUntil(time.Second, func() (bool, error) {
    		crds, err := c.crdLister.List(labels.Everything())
    		if err != nil {
    			utilruntime.HandleError(fmt.Errorf("failed to initially list CRDs: %v", err))
    			return false, nil
    		}
    		for _, crd := range crds {
    			for _, v := range crd.Spec.Versions {
    				gv := schema.GroupVersion{Group: crd.Spec.Group, Version: v.Name}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 21 11:40:03 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top