Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 90 for identity1 (0.19 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.proto

      CNIUsageConfig istio_cni = 19 [deprecated = true];
    
      // Identifies the revision this installation is associated with.
      string revision = 21;
    
      // Used internally to identify the owner of each resource.
      string ownerName = 22;
    
      // Defines runtime configuration of components, including Istiod and istio-agent behavior.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    }
    
    func (ObjectMeta) SwaggerDoc() map[string]string {
    	return map_ObjectMeta
    }
    
    var map_OwnerReference = map[string]string{
    	"":                   "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.",
    	"apiVersion":         "API version of the referent.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    Given a parameterized test method named `aTestMethod` that takes two parameters, it will be reported with the name `aTestMethod(toStringValueOfParam1, toStringValueOfParam2)`. This makes it easy to identify the parameter values for a particular iteration.
    
    
    [[sec:configuring_java_integration_tests]]
    == Configuring integration tests
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/Sets.java

          Comparator<? super E> comparator) {
        return new TreeSet<>(checkNotNull(comparator));
      }
    
      /**
       * Creates an empty {@code Set} that uses identity to determine equality. It compares object
       * references, instead of calling {@code equals}, to determine whether a provided object matches
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 78.8K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/MapMakerInternalMap.java

          Equivalence<Object> defaultEquivalence() {
            return Equivalence.equals();
          }
        },
    
        WEAK {
          @Override
          Equivalence<Object> defaultEquivalence() {
            return Equivalence.identity();
          }
        };
    
        /**
         * Returns the default equivalence strategy used to compare and hash keys or values referenced
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    runtime to perform certain optimizations such as more efficient DMAs. The
    bounds passed via this op should be considered advisory only, and depending on
    the implementation, might do nothing and simply be an identity
    
    `input`: The tensor that has dynamic dimensions.
    `static_shape`: The static shape of the tensor, corresponds to the maximum bounds of each dimension.
    `output` is the input tensor with no changes done to it.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

    - The iptables mode of kube-proxy now tracks accepted packets that are destined for node-ports on localhost by introducing `kubeproxy_iptables_localhost_nodeports_accepted_packets_total` metric.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  8. src/cmd/internal/testdir/testdir_test.go

    	runoutputGate chan bool
    }
    
    // test is a single test case in the GOROOT/test directory.
    type test struct {
    	testCommon
    	*testing.T
    	// dir and goFile identify the test case.
    	// For example, "fixedbugs", "bug000.go".
    	dir, goFile string
    }
    
    // expectFail reports whether the (overall) test recipe is
    // expected to fail under the current build+test configuration.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  9. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // workflow used when modifying the object.
      //
      // +optional
      repeated ManagedFieldsEntry managedFields = 17;
    }
    
    // OwnerReference contains enough information to let you identify an owning
    // object. An owning object must be in the same namespace as the dependent, or
    // be cluster-scoped, so there is no namespace field.
    // +structType=atomic
    message OwnerReference {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // workflow used when modifying the object.
      //
      // +optional
      // +listType=atomic
      repeated ManagedFieldsEntry managedFields = 17;
    }
    
    // OwnerReference contains enough information to let you identify an owning
    // object. An owning object must be in the same namespace as the dependent, or
    // be cluster-scoped, so there is no namespace field.
    // +structType=atomic
    message OwnerReference {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
Back to top