Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for lastname (0.16 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // +patchStrategy=merge
      repeated LocalObjectReference imagePullSecrets = 15;
    
      // Specifies the hostname of the Pod
      // If not specified, the pod's hostname will be set to a system-defined value.
      // +optional
      optional string hostname = 16;
    
      // If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>".
      // If not specified, the pod will not have a domainname at all.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String CRAWLER_DOCUMENT_SITE_ENCODING = "crawler.document.site.encoding";
    
        /** The key of the configuration. e.g. unknown */
        String CRAWLER_DOCUMENT_UNKNOWN_HOSTNAME = "crawler.document.unknown.hostname";
    
        /** The key of the configuration. e.g. false */
        String CRAWLER_DOCUMENT_USE_SITE_ENCODING_ON_ENGLISH = "crawler.document.use.site.encoding.on.english";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  3. CHANGELOG/CHANGELOG-1.27.md

    - `StatefulSet` names must be DNS labels, rather than subdomains. Any `StatefulSet`
      which took advantage of subdomain validation (by having dots in the name) can't
      possibly have worked, because we eventually set `pod.spec.hostname` from the `StatefulSetName`,
      and that is validated as a DNS label. ([#114172](https://github.com/kubernetes/kubernetes/pull/114172), [@thockin](https://github.com/thockin))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  4. CHANGELOG/CHANGELOG-1.8.md

    ## Changelog since v1.8.1
    
    ### Other notable changes
    
    * Allow for configuring etcd hostname in the manifest ([#54403](https://github.com/kubernetes/kubernetes/pull/54403), [@wojtek-t](https://github.com/wojtek-t))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
Back to top