Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for GetRevision (0.12 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)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    		return x.JwtPolicy
    	}
    	return ""
    }
    
    func (x *GlobalConfig) GetSts() *STSConfig {
    	if x != nil {
    		return x.Sts
    	}
    	return nil
    }
    
    func (x *GlobalConfig) GetRevision() string {
    	if x != nil {
    		return x.Revision
    	}
    	return ""
    }
    
    func (x *GlobalConfig) GetMountMtlsCerts() *wrapperspb.BoolValue {
    	if x != nil {
    		return x.MountMtlsCerts
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.publish.ivy.IvyPublication.getOrganisation()> does not have raw return type assignable to org.gradle.api.provider.Property in (IvyPublication.java:0)
    Method <org.gradle.api.publish.ivy.IvyPublication.getRevision()> does not have raw return type assignable to org.gradle.api.provider.Property in (IvyPublication.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top