Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for allowAll (0.56 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                    }
                }
            """
        }
    
        def withExternalLibDependency(artifactId = "lib1") {
            def lib = mavenHttpRepo.module('org.test.foo', artifactId).publish()
            lib.allowAll()
            """
                project(':lib') {
                    dependencies {
                        compile 'org.test.foo:${artifactId}:${lib.version}'
                    }
                }
            """
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. cmd/storage-datatypes_gen.go

    		return
    	}
    	if z.Data == nil { // allownil: if nil
    		o = msgp.AppendNil(o)
    	} else {
    		o = msgp.AppendBytes(o, z.Data)
    	}
    	o = msgp.AppendInt(o, z.NumVersions)
    	o = msgp.AppendTime(o, z.SuccessorModTime)
    	o = msgp.AppendBool(o, z.Fresh)
    	o = msgp.AppendInt(o, z.Idx)
    	if z.Checksum == nil { // allownil: if nil
    		o = msgp.AppendNil(o)
    	} else {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

          cat <<EOF >>/etc/srv/kubernetes/admission_controller_config.yaml
    - name: ImagePolicyWebhook
      configuration:
        imagePolicy:
          kubeConfigFile: /etc/srv/kubernetes/gcp_image_review.kubeconfig
          allowTTL: 30
          denyTTL: 30
          retryBackoff: 500
          defaultAllow: true
    EOF
        fi
      fi
    }
    
    # Write the config for the audit policy.
    function create-master-audit-policy {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top