Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,272 for updateSV (0.26 sec)

  1. ci/official/requirements_updater/updater.sh

    # ==============================================================================
    
    # script to run pip-compile for each requirement.
    # if there is a change in requirements.in then all lock files will be updated
    # accordingly
    
    # All commands run relative to this directory
    cd "$(dirname "${BASH_SOURCE[0]}")"
    
    mv BUILD.bazel BUILD
    
    SUPPORTED_VERSIONS=("3_9" "3_10" "3_11" "3_12")
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 15:05:45 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. releasenotes/notes/kiali-update-v1.63.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 01 02:34:21 UTC 2023
    - 131 bytes
    - Viewed (0)
  3. releasenotes/notes/kiali-update-v1.79.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 22 16:56:53 UTC 2024
    - 131 bytes
    - Viewed (0)
  4. releasenotes/notes/kiali-update-v1.55.1.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    releaseNotes:
     - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 31 16:50:39 UTC 2022
    - 140 bytes
    - Viewed (0)
  5. releasenotes/notes/kiali-update-v1.55.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    releaseNotes:
     - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 22 18:52:47 UTC 2022
    - 138 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storageversion/updater.go

    		}
    		// assign the calculated status to the object just created, then update status
    		createdSV.Status = updatedSV.Status
    		_, err = c.UpdateStatus(context.TODO(), createdSV, metav1.UpdateOptions{})
    		return err
    	}
    	_, err = c.UpdateStatus(context.TODO(), updatedSV, metav1.UpdateOptions{})
    	return err
    }
    
    // localUpdateStorageVersion updates the input storageversion with given server storageversion info.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ConcurrentArchiveIntegrationTest.groovy

                def theArchive2 = rootProject.file('test2.tar')
    
                tasks.register('update1', UpdateTask) {
                    archive = theArchive1
                    replacementText = 'modification 1'
                }
    
                tasks.register('verify1', VerifyTask) {
                    dependsOn tasks.named('update1')
                    archive = theArchive1
                    beginsWith = 'modification 1'
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  8. pkg/controller/volume/attachdetach/statusupdater/node_status_updater.go

    			"Could not update node status, node does not exist - skipping", "node", klog.KObj(nodeObj))
    		return nil
    	} else if err != nil {
    		// If update node status fails, reset flag statusUpdateNeeded back to true
    		// to indicate this node status needs to be updated again
    		nsu.actualStateOfWorld.SetNodeStatusUpdateNeeded(logger, nodeName)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  9. 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)
  10. releasenotes/notes/kiali-update-v1.76.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 30 17:06:34 UTC 2023
    - 131 bytes
    - Viewed (0)
Back to top