Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 66 of 66 for Auto (0.21 sec)

  1. tests/integration/ambient/baseline_test.go

    								Check: check.BodyContains(`Hostname=uncaptured-v`), // can hit v1 or v2
    							})
    						})
    				})
    			}
    		})
    }
    
    // Ambient ServiceEntry support for auto assigned vips is lacking for now, but planned.
    // for more, see https://github.com/istio/istio/pull/45621#discussion_r1254970579
    func TestServiceEntryDNSWithAutoAssign(t *testing.T) {
    	framework.NewTest(t).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    // This is the auto-generated operation definition file for TensorFlow.
    //
    // PLEASE DO NOT MANUALLY EDIT THIS FILE!
    // ONLY EXCEPTION: FIELDS THAT CANNOT BE GENERATED
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. pkg/config/validation/validation.go

    		if wg.Template == nil {
    			return nil, fmt.Errorf("template is required")
    		}
    		// Do not call validateWorkloadEntry. Some fields, such as address, are required in WorkloadEntry
    		// but not in the template since they are auto populated
    
    		if wg.Metadata != nil {
    			if err := labels.Instance(wg.Metadata.Labels).Validate(); err != nil {
    				return nil, fmt.Errorf("invalid labels: %v", err)
    			}
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

    - Support for the alpha seccomp annotations `seccomp.security.alpha.kubernetes.io/pod` and `container.seccomp.security.alpha.kubernetes.io` were deprecated since v1.19, now have been completely removed. The seccomp fields are no longer auto-populated when pods with seccomp annotations are created. Pods should use the corresponding pod or container `securityContext.seccompProfile` field instead. ([#114947](https://github.com/kubernetes/kubernetes/pull/114947), [@saschagrunert](https:/...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  5. 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), [...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssagen/ssa.go

    		if !v.Addrtaken() {
    			s.Fatalf("KeepAlive variable %v must have Addrtaken set", v)
    		}
    		switch v.Class {
    		case ir.PAUTO, ir.PPARAM, ir.PPARAMOUT:
    		default:
    			s.Fatalf("KeepAlive variable %v must be Auto or Arg", v)
    		}
    		s.vars[memVar] = s.newValue1A(ssa.OpVarLive, types.TypeMem, v, s.mem())
    	}
    
    	// Finish block for defers
    	if k == callDefer || k == callDeferStack {
    		b := s.endBlock()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top