Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for primary (0.35 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. _seq_no */
        String INDEX_FIELD_seq_no = "index.field.seq_no";
    
        /** The key of the configuration. e.g. _primary_term */
        String INDEX_FIELD_primary_term = "index.field.primary_term";
    
        /** The key of the configuration. e.g. lang */
        String INDEX_FIELD_LANG = "index.field.lang";
    
        /** The key of the configuration. e.g. has_cache */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. CHANGELOG/CHANGELOG-1.16.md

        * 2. IPv4: api-server will assign an IP from a `service-cluster-ip-range` that is `ipv4` (either the primary or the secondary, according to how they were configured).
        * 2. IPv6: api-server will assign an IP from a `service-cluster-ip-range` that is `ipv6` (either the primary or the secondary, according to how they were configured).
        * Notes (v1.16):
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.21.md

    - When a CNI plugin returns dual-stack pod IPs, kubelet will now try to respect the
      "primary IP family" of the cluster by picking a primary pod IP of the same family
      as the (primary) node IP, rather than assuming that the CNI plugin returned the IPs
      in the order the administrator wanted (since some CNI plugins don't allow
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  4. doc/go_spec.html

    the surrounding function and the function literal, and they survive as long
    as they are accessible.
    </p>
    
    
    <h3 id="Primary_expressions">Primary expressions</h3>
    
    <p>
    Primary expressions are the operands for unary and binary expressions.
    </p>
    
    <pre class="ebnf">
    PrimaryExpr =
    	Operand |
    	Conversion |
    	MethodExpr |
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.17.md

      network plugins which was first widely noticed in 1.16 (though some users saw it
      earlier than that, possibly only with specific network plugins). If you were previously
      using ethtool to disable checksum offload on your primary network interface, you should
      now be able to stop doing that. ([#92035](https://github.com/kubernetes/kubernetes/pull/92035), [@danwinship](https://github.com/danwinship)) [SIG Network and Node]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.12.md

    ### SIG-OpenStack
    
    SIG-OpenStack development was primarily focused on fixing bugs and improving feature parity with OpenStack resources. New features were primarily limited to the external provider in an effort to drive adoption of the OpenStack external provider over the in-tree provider.
    
    In-tree bug fixes and improvements included:
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional bool runAsNonRoot = 3;
    
      // A list of groups applied to the first process run in each container, in addition
      // to the container's primary GID, the fsGroup (if specified), and group memberships
      // defined in the container image for the uid of the container process. If unspecified,
      // no additional groups are added to any container. Note that group memberships
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.28.md

    - [Dual-stack] Fixed `generateAPIPodStatus()` of kubelet handling Secondary IP. hostIPs order may not be consistent. If secondary IP is before primary one, current logic adds primary IP twice into `PodIPs`, which leads to error: "may specify no more than one IP for each IP family". ([#116879](https://github.com/kubernetes/kubernetes/pull/116879), [@lzhecheng](https://github.com/lzhecheng))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.18.md

      network plugins which was first widely noticed in 1.16 (though some users saw it
      earlier than that, possibly only with specific network plugins). If you were previously
      using ethtool to disable checksum offload on your primary network interface, you should
      now be able to stop doing that. ([#92035](https://github.com/kubernetes/kubernetes/pull/92035), [@danwinship](https://github.com/danwinship)) [SIG Network and Node]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.14.md

    - The `RunAsGroup` feature has been promoted to beta and enabled by default. `PodSpec` and `PodSecurityPolicy` objects can be used to control the primary GID of containers on supported container runtimes. ([#73007](https://github.com/kubernetes/kubernetes/pull/73007), [@krmayankk](https://github.com/krmayankk))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
Back to top