Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 66 for farm (0.07 sec)

  1. pkg/apis/apps/validation/validation_test.go

    		RollingUpdate: &apps.RollingUpdateDeployment{},
    	}
    	errorCases["may not be specified when strategy `type` is 'Recreate'"] = invalidRecreateDeployment
    
    	// MaxSurge should be in the form of 20%.
    	invalidMaxSurgeDeployment := validDeployment()
    	invalidMaxSurgeDeployment.Spec.Strategy = apps.DeploymentStrategy{
    		Type: apps.RollingUpdateDeploymentStrategyType,
    		RollingUpdate: &apps.RollingUpdateDeployment{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  2. cmd/site-replication.go

    	// use the normalized form of the entityName (which will be an LDAP DN).
    	userType := IAMUserType(mapping.UserType)
    	isGroup := mapping.IsGroup
    	entityName := mapping.UserOrGroup
    	if globalIAMSys.GetUsersSysType() == LDAPUsersSysType && userType == stsUser {
    
    		// Validate that the user or group exists in LDAP and use the normalized
    		// form of the entityName (which will be an LDAP DN).
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  6. src/debug/elf/elf.go

     * "System V ABI" (http://www.sco.com/developers/gabi/latest/ch4.eheader.html)
     * "ELF for the ARM® 64-bit Architecture (AArch64)" (ARM IHI 0056B)
     * "RISC-V ELF psABI specification" (https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc)
     * llvm/BinaryFormat/ELF.h - ELF constants and structures
     *
     * Copyright (c) 1996-1998 John D. Polstra.  All rights reserved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm64/asm7.go

    			break
    		}
    	}
    }
    
    // chipfloat7() checks if the immediate constants available in  FMOVS/FMOVD instructions.
    // For details of the range of constants available, see
    // http://infocenter.arm.com/help/topic/com.arm.doc.dui0473m/dom1359731199385.html.
    func (c *ctxt7) chipfloat7(e float64) int {
    	ei := math.Float64bits(e)
    	l := uint32(int32(ei))
    	h := uint32(int32(ei >> 32))
    
    	if l != 0 || h&0xffff != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
Back to top