Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 117 for content_es (0.11 sec)

  1. pkg/kubelet/pod_workers.go

    // will *not* be used as the last pod state unless no previous pod state exists (because
    // the pod worker may be responsible for terminating a pod from a previous run of the
    // kubelet where no config state is visible). The contents of activeUpdate are used as the
    // source of truth for components downstream of the pod workers.
    func (s *podSyncStatus) mergeLastUpdate(other UpdatePodOptions) {
    	opts := s.activeUpdate
    	if opts == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  2. pkg/controller/history/controller_history.go

    	}
    	hash := HashControllerRevision(cr, collisionCount)
    	cr.Name = ControllerRevisionName(parent.GetName(), hash)
    	cr.Labels[ControllerRevisionHashLabel] = hash
    	return cr, nil
    }
    
    // HashControllerRevision hashes the contents of revision's Data using FNV hashing. If probe is not nil, the byte value
    // of probe is added written to the hash as well. The returned hash will be a safe encoded string to avoid bad words.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 05 13:33:52 UTC 2021
    - 18.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    message TableOptions {
      // includeObject decides whether to include each object along with its columnar information.
      // Specifying "None" will return no object, specifying "Object" will return the full object contents, and
      // specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind
      // in version v1beta1 of the meta.k8s.io API group.
      optional string includeObject = 1;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  4. cluster/gce/windows/k8s-node-setup.psm1

      }
    
      Log-Output ("Node: $(hostname) successfully joined cluster `n NODES: `n $($nodes_list)")
      Verify_GceMetadataServerRouteIsPresent
    
    }
    
    # Downloads the Windows crictl package and installs its contents (e.g.
    # crictl.exe) in $env:NODE_DIR.
    function DownloadAndInstall-Crictl {
      if (-not (ShouldWrite-File ${env:NODE_DIR}\crictl.exe)) {
        return
      }
      $CRI_TOOLS_GCS_BUCKET = 'k8s-artifacts-cri-tools'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  5. pkg/volume/csi/csi_block.go

    	}
    	klog.V(4).Infof(log("blockMapper.unstageVolumeForBlock NodeUnstageVolume successfully [%s]", stagingPath))
    
    	// Remove stagingPath directory and its contents
    	if err := os.RemoveAll(stagingPath); err != nil {
    		return errors.New(log("blockMapper.unstageVolumeForBlock failed to remove staging path after NodeUnstageVolume() error [%s]: %v", stagingPath, err))
    	}
    
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  6. 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)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// If the provisioner or an external controller can support the specified data source,
    	// it will create a new volume based on the contents of the specified data source.
    	// When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef,
    	// and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

            "properties": {
              "expression": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

            "description": "Endpoint represents a single logical \"backend\" implementing a service.",
            "properties": {
              "addresses": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

    - Add `DataSourceRef` alpha field to PVC spec, which allows contents other than `PVCs` and `VolumeSnapshots` to be data sources. ([#103276](https://github.com/kubernetes/kubernetes/pull/103276), [@bswartz](https://github.com/bswartz))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top