Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/model/push_context.go

    	// the original dest rules from which above rule is merged.
    	from []types.NamespacedName
    }
    
    // XDSUpdater is used for direct updates of the xDS model and incremental push.
    // Pilot uses multiple registries - for example each K8S cluster is a registry
    // instance. Each registry is responsible for tracking a set
    // of endpoints associated with mesh services, and calling the EDSUpdate on changes.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    						Tenant:   "ThisIsSomeTenantUUID",
    					},
    				},
    			},
    			errs: []verr{{
    				etype: field.ErrorTypeInvalid,
    				field: "quobyte.registry",
    			}},
    		}, {
    			name: "wrong format multiple registries quobyte",
    			vol: core.Volume{
    				Name: "quobyte",
    				VolumeSource: core.VolumeSource{
    					Quobyte: &core.QuobyteVolumeSource{
    						Registry: "registry:7861,reg2",
    						Volume:   "/test",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top