Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 38 for usedBy (0.26 sec)

  1. pkg/proxy/iptables/proxier_test.go

    						// this endpoint should not be used since it is both terminating and not ready.
    						Addresses: []string{"10.0.1.4"},
    						Conditions: discovery.EndpointConditions{
    							Ready:       ptr.To(false),
    							Serving:     ptr.To(false),
    							Terminating: ptr.To(true),
    						},
    						NodeName: ptr.To("another-host"),
    					},
    					{
    						// this endpoint should be used since there are only ready terminating endpoints
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// No longer used.
    	//
    	// Deprecated: Marked as deprecated in pkg/apis/istio/v1alpha1/values_types.proto.
    	CreateEvents string `protobuf:"bytes,6,opt,name=createEvents,proto3" json:"createEvents,omitempty"`
    	// The Repair controller has 3 modes (labelPods, deletePods, and repairPods). Pick which one meets your use cases. Note only one may be used.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  3. pkg/registry/core/service/storage/storage_test.go

    	// are not going to propagate to verification code, which used to happen
    	// resulting in tests that passed when they shouldn't have.
    	obj = obj.DeepCopyObject()
    	return f.REST.Create(ctx, obj, createValidation, options)
    }
    
    //
    // Generic registry tests
    //
    
    // This is used in generic registry tests.
    func validService() *api.Service {
    	return svctest.MakeService("foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          // case it means some of the inputs are not used.
          //
          // An example is to have input_cols = 3, filter_cols = 2 and stride = 2:
          //
          // INPUT =  [ A  B  C ]
          //
          // FILTER = [ x y ]
          //
          // and the output will only have one column: a = A * x + B * y
          //
          // and input "C" is not used at all.
          //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.26.md

    plugin and the `kubernetes.io/enforce-mountable-secrets` annotation are used together with ephemeral containers.
    
    **Note**: This only impacts the cluster if the ServiceAccount admission plugin is used (most cluster should have this on by default as recommended in https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#serviceaccount), the `kubernetes.io/enforce-mountable-secrets` annotation is used by a service account (this annotation is not added by default), and...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    - Graduated the `LegacyServiceAccountTokenTracking` feature gate to GA. The usage of auto-generated secret-based service account token now produces warnings, and relevant Secrets are labeled with a last-used timestamp (label key `kubernetes.io/legacy-token-last-used`). ([#117591](https://github.com/kubernetes/kubernetes/pull/117591), [@zshihang](https://github.com/zshihang)) [SIG API Machinery, Auth and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  7. src/cmd/compile/internal/ssagen/ssa.go

    	if len(s.openDefers) != 0 {
    		s.emitOpenDeferInfo()
    	}
    
    	// Record incoming parameter spill information for morestack calls emitted in the assembler.
    	// This is done here, using all the parameters (used, partially used, and unused) because
    	// it mimics the behavior of the former ABI (everything stored) and because it's not 100%
    	// clear if naming conventions are respected in autogenerated code.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.8.md

    * Add new Prometheus metric that monitors the remaining lifetime of certificates used to authenticate requests to the API server. ([#50387](https://github.com/kubernetes/kubernetes/pull/50387), [@jcbsmpsn](https://github.com/jcbsmpsn))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

        * This is a breaking change (and only slightly) if you used dependencies with `yield`, used `except` in those dependencies, and didn't raise again.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    "components","utilities"].includes(n.params)){if(!e.has(n.params))throw n.error(`\`@layer ${n.params}\` is used but no matching \`@tailwind ${n.params}\` directive is present.`)}else if(n.name==="responsive"){if(!e.has("utilities"))throw n.error("`@responsive` is used but `@tailwind utilities` is missing.")}else if(n.name==="variants"&&!e.has("utilities"))throw n.error("`@variants` is used but `@tailwind utilities` is missing.")}return{tailwindDirectives:e,applyDirectives:r}}var hh=C(()=>{l();Oe()});function...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top