Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 144 for mustIP (0.13 sec)

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

            'file' | FileType.Directory   | 'output file .*directory must be a file, but is not'
            'file' | FileType.Missing     | 'output .*this_file_does_not.exist must exist'
            'dir'  | FileType.RegularFile | 'output directory .*file must be a directory, but is not'
            'dir'  | FileType.Missing     | 'output .*this_file_does_not.exist must exist'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

              <type>String</type>
              <description>The name of the file that must be missing to activate the
              profile.</description>
            </field>
            <field>
              <name>exists</name>
              <version>4.0.0+</version>
              <type>String</type>
              <description>The name of the file that must exist to activate the profile.</description>
            </field>
          </fields>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/s390x/asmz.go

    			if p.From.Reg == REG_R0 {
    				c.ctxt.Diag("input must not be R0 in %v", p)
    			}
    			if p.From.Reg&1 != 0 {
    				c.ctxt.Diag("input must be even register in %v", p)
    			}
    			if p.To.Reg == REG_R0 {
    				c.ctxt.Diag("second argument must not be R0 in %v", p)
    			}
    			if p.To.Reg&1 != 0 {
    				c.ctxt.Diag("second argument must be even register in %v", p)
    			}
    			if p.As == AKM {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

    function create-cluster-autoscaler-mig-config() {
    
      # Each MIG must have at least one node, so the min number of nodes
      # must be greater or equal to the number of migs.
      if [[ ${AUTOSCALER_MIN_NODES} -lt 0 ]]; then
        echo "AUTOSCALER_MIN_NODES must be greater or equal 0"
        exit 2
      fi
    
      # Each MIG must have at least one node, so the min number of nodes
      # must be greater or equal to the number of migs.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. pkg/config/validation/validation_test.go

    			&extensions.WasmPlugin{
    				Url:    "http://test.com/test",
    				Sha256: "01ba47",
    			},
    			"sha256 field must be 64 characters long", "",
    		},
    		{
    			"invalid sha",
    			&extensions.WasmPlugin{
    				Url:    "http://test.com/test",
    				Sha256: "test",
    			},
    			"sha256 field must be 64 characters long", "",
    		},
    		{
    			"invalid sha characters",
    			&extensions.WasmPlugin{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

        iptables -w -t nat -A IP-MASQ -m comment --comment "ip-masq: outbound traffic is subject to MASQUERADE (must be last in chain)" -j MASQUERADE
      fi
    
      # If METADATA_CONCEALMENT_NO_FIREWALL is set, don't create a firewall on this
      # node because we don't expect the daemonset to run on this node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    to apply CRD files individually. ```bash kubectl apply -k github.com/istio/installer/base ``` or ```bash kubectl apply -f base/files ``` ### Install Istio-CNI This is an optional step - CNI must run in a dedicated namespace, it is a 'singleton' and extremely security sensitive. Access to the CNI namespace must be highly restricted. **NOTE:** The environment variable `ISTIO_CLUSTER_ISGKE` is assumed to be set to `true` if the cluster is a GKE cluster. ```bash ISTIO_CNI_ARGS= # TODO: What k8s data can...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods.go

    	// very rare for API pods, common for static pods with fixed UIDs). Containers that may still
    	// be running from a previous execution must be reconciled by the pod worker's sync method.
    	// We must use active pods because that is the set of admitted pods (podManager includes pods
    	// that will never be run, and statusManager tracks already rejected pods).
    	var restartCount, restartCountStatic int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  9. pkg/apis/apps/validation/validation_test.go

    			MaxUnavailable: intstr.FromString("110%"),
    		},
    	}
    	errorCases["must not be greater than 100%"] = invalidMaxUnavailableDeployment
    
    	// Rollback.Revision must be non-negative
    	invalidRollbackRevisionDeployment := validDeployment()
    	invalidRollbackRevisionDeployment.Spec.RollbackTo.Revision = -3
    	errorCases["must be greater than or equal to 0"] = invalidRollbackRevisionDeployment
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * <tt>jcifs.smb1.Config.registerSmbURLHandler();</tt> method. This is required
     * to register the SMB protocol handler.
     * <p>
     * The userinfo component of the SMB URL (<tt>domain;user:pass</tt>) must
     * be URL encoded if it contains reserved characters. According to RFC 2396
     * these characters are non US-ASCII characters and most meta characters
     * however jCIFS will work correctly with anything but '@' which is used
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
Back to top