Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 8,903 for usedBy (0.11 sec)

  1. pkg/test/framework/components/echo/common/deployment/namespace.go

    	Namespace namespace.Instance
    
    	// Standard echo app to be used by tests
    	A echo.Instances
    	// Standard echo app to be used by tests
    	B echo.Instances
    	// Standard echo app to be used by tests
    	C echo.Instances
    	// Dual-stack echo app to be used by tests if running in dual-stack mode
    	D echo.Instances
    	// IPv6 only echo app to be used by tests if running in dual-stack mode
    	E echo.Instances
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. guava/src/com/google/common/base/Ascii.java

       * transmission, which may have contained one or more texts and any associated headings.
       *
       * @since 8.0
       */
      public static final byte EOT = 4;
    
      /**
       * Enquiry: A communication control character used in data communication systems as a request for
       * a response from a remote station. It may be used as a "Who Are You" (WRU) to obtain
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 19 15:43:07 UTC 2021
    - 21.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/resourcequotastatus.go

    	return b
    }
    
    // WithUsed sets the Used field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Used field is set to the value of the last call.
    func (b *ResourceQuotaStatusApplyConfiguration) WithUsed(value v1.ResourceList) *ResourceQuotaStatusApplyConfiguration {
    	b.Used = &value
    	return b
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2K bytes
    - Viewed (0)
  4. pkg/scheduler/apis/config/types_pluginargs.go

    // VolumeBindingArgs holds arguments used to configure the VolumeBinding plugin.
    type VolumeBindingArgs struct {
    	metav1.TypeMeta
    
    	// BindTimeoutSeconds is the timeout in seconds in volume binding operation.
    	// Value must be non-negative integer. The value zero indicates no waiting.
    	// If this value is nil, the default value will be used.
    	BindTimeoutSeconds int64
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 13 23:15:53 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  5. pkg/controller/nodeipam/config/types.go

    	ServiceCIDR string
    	// secondaryServiceCIDR is CIDR Range for Services in cluster. This is used in dual stack clusters. SecondaryServiceCIDR must be of different IP family than ServiceCIDR
    	SecondaryServiceCIDR string
    	// NodeCIDRMaskSize is the mask size for node cidr in single-stack cluster.
    	// This can be used only with single stack clusters and is incompatible with dual stack clusters.
    	NodeCIDRMaskSize int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 15 23:38:06 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/signature_constants.h

    #define TENSORFLOW_CC_SAVED_MODEL_SIGNATURE_CONSTANTS_H_
    
    namespace tensorflow {
    
    /// Key in the signature def map for `default` serving signatures. The default
    /// signature is used in inference requests where a specific signature was not
    /// specified.
    static constexpr char kDefaultServingSignatureDefKey[] = "serving_default";
    
    ////////////////////////////////////////////////////////////////////////////////
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 24 22:31:28 UTC 2018
    - 2.5K bytes
    - Viewed (0)
  7. src/encoding/hex/hex.go

    		return
    	}
    	h.closed = true
    	if h.used == 0 {
    		return
    	}
    	h.buf[0] = ' '
    	h.buf[1] = ' '
    	h.buf[2] = ' '
    	h.buf[3] = ' '
    	h.buf[4] = '|'
    	nBytes := h.used
    	for h.used < 16 {
    		l := 3
    		if h.used == 7 {
    			l = 4
    		} else if h.used == 15 {
    			l = 5
    		}
    		_, err = h.w.Write(h.buf[:l])
    		if err != nil {
    			return
    		}
    		h.used++
    	}
    	h.rightChars[nBytes] = '|'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 19:30:23 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //   - Add `ClusterConfiguration.EncryptionAlgorithm` that can be used to set the asymmetric encryption algorithm
    //     used for this cluster's keys and certificates. Can be one of "RSA-2048" (default), "RSA-3072", "RSA-4096" or "ECDSA-P256".
    //   - Add `ClusterConfiguration.DNS.Disabled` and `ClusterConfiguration.Proxy.Disabled` that can be used to disable
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  9. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/PmdExtension.java

            this.threads = project.getObjects().property(Integer.class);
            this.ruleSets = project.getObjects().listProperty(String.class);
        }
    
        /**
         * The built-in rule sets to be used. See the <a href="https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_rules_java.html">official list</a> of built-in rule sets.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  10. releasenotes/notes/43355.yaml

    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    # - feature -- Used to specify a new feature that has been added.
    # - test -- Used to describe additional testing added. This file is optional for
    #   tests, but included for completeness.
    kind: bug-fix
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 11 01:35:54 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top