Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for GetRevision (0.17 sec)

  1. operator/pkg/verifier/verifier.go

    func (v *StatusVerifier) verifyInstallIOPRevision() error {
    	var err error
    	if v.controlPlaneOpts.Revision == "" {
    		v.controlPlaneOpts.Revision, err = v.getRevision()
    		if err != nil {
    			return err
    		}
    	} else if v.controlPlaneOpts.Revision == "default" {
    		v.controlPlaneOpts.Revision = ""
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 15K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/ResolveState.java

        }
    
        @Override
        public ComponentState getRevision(ComponentIdentifier componentIdentifier, ModuleVersionIdentifier id, ComponentGraphResolveState state, ComponentGraphSpecificResolveState graphState) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  3. operator/cmd/mesh/install.go

    	}
    	// If there is no default webhook but a revisioned default webhook exists,
    	// and we are installing a new IOP with default semantics, the default webhook shifts.
    	if exists && len(mwhs.Items) == 0 && iop.Spec.GetRevision() == "" {
    		p.Println("The default revision has been updated to point to this installation.")
    	}
    	return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:35 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top