Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 47 for content_es (0.19 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/defaulting_test.go

    	// Omit this test when using the watch cache because changing the CRD resets the watch cache's minimum available resource version.
    	// The watch cache is populated by list and watch, which are both tested by this test.
    	// The contents of the watch cache are seen by list with rv=0, which is tested by this test.
    	if !watchCache {
    		t.Logf("verify WATCH sees 'c' in both status and spec")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 05:32:34 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  2. pkg/kubeapiserver/options/authentication.go

    )
    
    func init() {
    	install.Install(cfgScheme)
    }
    
    // loadAuthenticationConfig parses the authentication configuration from the given file and returns it and the file's contents.
    func loadAuthenticationConfig(configFilePath string) (*apiserver.AuthenticationConfiguration, string, error) {
    	data, err := os.ReadFile(configFilePath)
    	if err != nil {
    		return nil, "", err
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 22:40:22 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1/types.go

    	// volume. This field defaults to false.
    	//
    	// Note: After a successful initial NodePublishVolume call, subsequent calls
    	// to NodePublishVolume should only update the contents of the volume. New
    	// mount points will not be seen by a running container.
    	//
    	// +optional
    	RequiresRepublish *bool `json:"requiresRepublish,omitempty" protobuf:"varint,7,opt,name=requiresRepublish"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  4. pkg/volume/plugins.go

    	// const.
    	CanSupport(spec *Spec) bool
    
    	// RequiresRemount returns true if this plugin requires mount calls to be
    	// reexecuted. Atomically updating volumes, like Downward API, depend on
    	// this to update the contents of the volume.
    	RequiresRemount(spec *Spec) bool
    
    	// NewMounter creates a new volume.Mounter from an API specification.
    	// Ownership of the spec pointer in *not* transferred.
    	// - spec: The v1.Volume spec
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  5. pkg/volume/util/fsquota/quota_linux_test.go

    	for key, val := range podDirCountMap {
    		fmt.Printf("        %v -> %v\n", key, val)
    	}
    	fmt.Printf("    Map quotaSizeMap contents:\n")
    	for key, val := range quotaSizeMap {
    		fmt.Printf("        %v -> %v\n", key, val)
    	}
    	fmt.Printf("    Map supportsQuotasMap contents:\n")
    	for key, val := range supportsQuotasMap {
    		fmt.Printf("        %v -> %v\n", key, val)
    	}
    	fmt.Printf("    Map backingDevMap contents:\n")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/cel/openapi/values_test.go

    					"key": "b",
    					"val": 2,
    				},
    				map[string]interface{}{
    					"key": "a",
    					"val": 1,
    				},
    			}, mapListSchema),
    			equal: true,
    		},
    		{
    			name: "map lists are not equal if contents differs",
    			lhs: UnstructuredToVal([]interface{}{
    				map[string]interface{}{
    					"key": "a",
    					"val": 1,
    				},
    				map[string]interface{}{
    					"key": "b",
    					"val": 2,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:30:17 UTC 2023
    - 17.7K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_server_journal.go

    	if len(queries) > 0 {
    		for _, q := range queries {
    			// The presence of / or \ is a hint that the query is for a log file. If the query is for foo.log without a
    			// slash prefix, the heuristics will still return the file contents.
    			if strings.ContainsAny(q, `/\`) {
    				nlq.Files = append(nlq.Files, q)
    			} else if strings.TrimSpace(q) != "" { // Prevent queries with just spaces
    				nlq.Services = append(nlq.Services, q)
    			}
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 26 18:56:28 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  8. pkg/kubelet/certificate/bootstrap/bootstrap.go

    // LoadClientConfig tries to load the appropriate client config for retrieving certs and for use by users.
    // If bootstrapPath is empty, only kubeconfigPath is checked. If bootstrap path is set and the contents
    // of kubeconfigPath are valid, both certConfig and userConfig will point to that file. Otherwise the
    // kubeconfigPath on disk is populated based on bootstrapPath but pointing to the location of the client cert
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 27 08:04:25 UTC 2022
    - 14.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresourcedefinition/strategy.go

    	// we can at first -- since obj contains spec -- but in the future we will probably make
    	// status its own object, and even if we don't, writes may be the result of a
    	// read-update-write loop, so the contents of spec may not actually be the spec that
    	// the controller has *seen*.
    	if !apiequality.Semantic.DeepEqual(oldCRD.Spec, newCRD.Spec) {
    		newCRD.Generation = oldCRD.Generation + 1
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  10. LICENSES/vendor/sigs.k8s.io/knftables/LICENSE

              documentation, if provided along with the Derivative Works; or,
              within a display generated by the Derivative Works, if and
              wherever such third-party notices normally appear. The contents
              of the NOTICE file are for informational purposes only and
              do not modify the License. You may add Your own attribution
              notices within Derivative Works that You distribute, alongside
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 23 13:09:05 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top