Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 1,571 for updatePod (0.19 sec)

  1. pkg/controller/deployment/util/deployment_util.go

    func SetDeploymentRevision(deployment *apps.Deployment, revision string) bool {
    	updated := false
    
    	if deployment.Annotations == nil {
    		deployment.Annotations = make(map[string]string)
    	}
    	if deployment.Annotations[RevisionAnnotation] != revision {
    		deployment.Annotations[RevisionAnnotation] = revision
    		updated = true
    	}
    
    	return updated
    }
    
    // MaxRevision finds the highest revision in the replica sets
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  2. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    					},
    				},
    			},
    			expectedPodStatusUpdate: false,
    		},
    		// Node created long time ago, with status updated by kubelet exceeds grace period. Node lease is renewed.
    		// Expect no action from node controller (within monitor grace period).
    		{
    			description: "Node created long time ago, with status updated by kubelet exceeds grace period. Node lease is renewed.",
    			fakeNodeHandler: &testutil.FakeNodeHandler{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  3. releasenotes/notes/kiali-update-v1.29.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - 30438
    
    releaseNotes:
     - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 01 15:34:22 UTC 2021
    - 155 bytes
    - Viewed (0)
  4. tensorflow/c/experimental/pluggable_profiler/pluggable_profiler.h

    //    plug-in.
    //    * It can be checked programmatically to determine which struct fields are
    //    available in the structure.
    //  * When a member is added to a struct, the struct size definition must be
    //  updated to use the new last member of the struct.
    //
    // Example usage:
    //   /* Sample TensorFlow code below, exact implementation might differ. */
    //   // Version checking uses `struct_size`. It is exempt from the `TF/TP` rule
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 14 20:04:34 UTC 2021
    - 7.4K bytes
    - Viewed (0)
  5. releasenotes/notes/push-cds-and-eds-on-virtualservice-update.yaml

    ---
    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
      - 27650
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 02 00:07:10 UTC 2020
    - 176 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/configuration/validating_webhook_manager_test.go

    					{
    						ObjectMeta: metav1.ObjectMeta{Name: "webhook5"},
    						Webhooks:   []v1.ValidatingWebhook{{Name: "webhook5.1-updated"}},
    					},
    					{
    						ObjectMeta: metav1.ObjectMeta{Name: "webhook7"},
    						Webhooks:   []v1.ValidatingWebhook{{Name: "webhook7.1-updated"}, {Name: "webhook7.2-updated"}, {Name: "webhook7.3"}},
    					},
    				},
    			},
    			numberOfCreations:             5,
    			numberOfRefreshes:             4,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 15:20:14 UTC 2023
    - 9K bytes
    - Viewed (0)
  7. internal/logger/reqinfo.go

    	if r == nil {
    		return nil
    	}
    	r.Lock()
    	defer r.Unlock()
    	// Search of tag key already exists in tags
    	var updated bool
    	for _, tag := range r.tags {
    		if tag.Key == key {
    			tag.Val = val
    			updated = true
    			break
    		}
    	}
    	if !updated {
    		// Append to the end of tags list
    		r.tags = append(r.tags, KeyVal{key, val})
    	}
    	return r
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 04 12:04:40 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  8. ci/official/wheel_test/update_requirements.sh

    # ==============================================================================
    
    # script to run pip-compile for keras, tensorboard, estimator deps.
    # if there is a change in requirements.in then all lock files will be updated
    # accordingly.
    
    # -e: abort script if one command fails
    # -u: error if undefined variable used
    # -o pipefail: entire command fails if pipe fails. watch out for yes | ...
    # -o history: record shell history
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 31 18:17:57 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  9. releasenotes/notes/jwt-parsing.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 13 18:16:22 UTC 2022
    - 184 bytes
    - Viewed (0)
  10. releasenotes/notes/kiali-update-v1.72.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 15:48:12 UTC 2023
    - 131 bytes
    - Viewed (0)
Back to top