Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for Initial (0.35 sec)

  1. CHANGELOG/CHANGELOG-1.24.md

    - Kubeadm: added the flag `--experimental-initial-corrupt-check` to etcd static Pod manifests to ensure etcd member data consistency ([#109074](https://github.com/kubernetes/kubernetes/pull/109074), [@neolit123](https://github.com/neolit123))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="ASTM-E57" type="string" offset="0"/>
        </magic>
        <glob pattern="*.e57"/>
      </mime-type>
      <mime-type type="model/example"/>
      <mime-type type="model/iges">
        <_comment>Initial Graphics Exchange Specification Format</_comment>
        <glob pattern="*.igs"/>
        <glob pattern="*.iges"/>
      </mime-type>
    
      <mime-type type="model/mesh">
        <glob pattern="*.msh"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    		}
    	}
    	return allErrs, false
    }
    
    // ValidatePodCreate validates a pod in the context of its initial create
    func ValidatePodCreate(pod *core.Pod, opts PodValidationOptions) field.ErrorList {
    	allErrs := validatePodMetadataAndSpec(pod, opts)
    
    	fldPath := field.NewPath("spec")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	//
    	// See https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
    	Privileged *wrapperspb.BoolValue `protobuf:"bytes,19,opt,name=privileged,proto3" json:"privileged,omitempty"`
    	// Sets the initial delay for readiness probes in seconds.
    	ReadinessInitialDelaySeconds uint32 `protobuf:"varint,20,opt,name=readinessInitialDelaySeconds,proto3" json:"readinessInitialDelaySeconds,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. postOfficeBox */
        String LDAP_ATTR_POST_OFFICE_BOX = "ldap.attr.postOfficeBox";
    
        /** The key of the configuration. e.g. initials */
        String LDAP_ATTR_INITIALS = "ldap.attr.initials";
    
        /** The key of the configuration. e.g. carLicense */
        String LDAP_ATTR_CAR_LICENSE = "ldap.attr.carLicense";
    
        /** The key of the configuration. e.g. mobile */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top