Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 224 for dataSource (0.31 sec)

  1. pkg/registry/core/persistentvolumeclaim/storage/storage.go

    }
    
    // defaultOnReadPvc defaults a single PersistentVolumeClaim.
    func (r *REST) defaultOnReadPvc(pvc *api.PersistentVolumeClaim) {
    	if pvc == nil {
    		return
    	}
    
    	// We set dataSourceRef to the same value as dataSource at creation time now,
    	// but for pre-existing PVCs with data sources, the dataSourceRef field will
    	// be blank, so we fill it in here at read time.
    	pvcutil.NormalizeDataSources(&pvc.Spec)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  2. pkg/wasm/convert_test.go

    			Vm: &v3.PluginConfig_VmConfig{
    				VmConfig: &v3.VmConfig{
    					Runtime: "envoy.wasm.runtime.null",
    					Code: &core.AsyncDataSource{Specifier: &core.AsyncDataSource_Local{
    						Local: &core.DataSource{
    							Specifier: &core.DataSource_InlineString{
    								InlineString: "envoy.wasm.metadata_exchange",
    							},
    						},
    					}},
    				},
    			},
    		},
    	}),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "list": [ { "current": { "selected": true, "text": "default", "value": "default" }, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": {}, "datasource": "Prometheus", "definition": "", "hide": 0, "includeAll": false, "label": "Service", "multi": false, "name": "service", "options": [], "query": "query_res...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.yaml

                  selfLink: selfLinkValue
                  uid: uidValue
                spec:
                  accessModes:
                  - accessModesValue
                  dataSource:
                    apiGroup: apiGroupValue
                    kind: kindValue
                    name: nameValue
                  dataSourceRef:
                    apiGroup: apiGroupValue
                    kind: kindValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  6. pilot/pkg/security/model/authentication.go

    	if validateClient {
    		defaultValidationContext := &tls.CertificateValidationContext{
    			MatchSubjectAltNames: matchSAN,
    		}
    		if crl != "" {
    			defaultValidationContext.Crl = &core.DataSource{
    				Specifier: &core.DataSource_Filename{
    					Filename: crl,
    				},
    			}
    		}
    		tlsContext.ValidationContextType = &tls.CommonTlsContext_CombinedValidationContext{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 22:11:02 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/cluster_tls.go

    			} else {
    				defaultValidationContext := &tlsv3.CertificateValidationContext{MatchSubjectAltNames: util.StringToExactMatch(tls.SubjectAltNames)}
    				if tls.GetCaCrl() != "" {
    					defaultValidationContext.Crl = &core.DataSource{
    						Specifier: &core.DataSource_Filename{
    							Filename: tls.GetCaCrl(),
    						},
    					}
    				}
    				tlsContext.CommonTlsContext.ValidationContextType = &tlsv3.CommonTlsContext_CombinedValidationContext{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  8. pkg/istio-agent/xds_proxy_delta_test.go

    	wasm := &wasm.Wasm{
    		Config: &wasmv3.PluginConfig{
    			Vm: &wasmv3.PluginConfig_VmConfig{
    				VmConfig: &wasmv3.VmConfig{
    					Code: &core.AsyncDataSource{Specifier: &core.AsyncDataSource_Local{
    						Local: &core.DataSource{
    							Specifier: &core.DataSource_Filename{
    								Filename: "test",
    							},
    						},
    					}},
    				},
    			},
    		},
    	}
    	wantEcdsConfig := &core.TypedExtensionConfig{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 04:48:02 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  9. pilot/pkg/model/telemetry_logging_test.go

    		Path: DevStdout,
    		AccessLogFormat: &fileaccesslog.FileAccessLog_LogFormat{
    			LogFormat: &core.SubstitutionFormatString{
    				Format: &core.SubstitutionFormatString_TextFormatSource{
    					TextFormatSource: &core.DataSource{
    						Specifier: &core.DataSource_InlineString{
    							InlineString: EnvoyTextLogFormat,
    						},
    					},
    				},
    			},
    		},
    	}
    
    	customTextOut := &fileaccesslog.FileAccessLog{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
Back to top