Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1611 - 1618 of 1,618 for complements (0.12 sec)

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

      // +optional
      repeated string values = 3;
    }
    
    // A null or empty node selector term matches no objects. The requirements of
    // them are ANDed.
    // The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.
    // +structType=atomic
    message NodeSelectorTerm {
      // A list of node selector requirements by node's labels.
      // +optional
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.20.md

    
    ## Changes by Kind
    
    ### Deprecation
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.14.md

    * Extends the VolumeSubpathEnvExpansion alpha feature to support environment variable expansion ([#71351](https://github.com/kubernetes/kubernetes/pull/71351), [@kevtaylor](https://github.com/kevtaylor))
        * Implements subPathExpr field for expanding environment variables into a subPath
        * The fields subPathExpr and subPath are mutually exclusive
        * Note: This is a breaking change from the previous version of this alpha feature
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.11.md

    * kube-apiserver: oidc authentication now supports requiring specific claims with `--oidc-required-claim=<claim>=<value>` ([#62136](https://github.com/kubernetes/kubernetes/pull/62136), [@rithujohn191](https://github.com/rithujohn191))
    * Implements verbosity logging feature for kubeadm commands ([#57661](https://github.com/kubernetes/kubernetes/pull/57661), [@vbmade2000](https://github.com/vbmade2000))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.9.md

    *   [alpha] [rktlet](https://github.com/kubernetes-incubator/rktlet): CRI implementation for the rkt runtime is now v0.1.0. [[@iaguis](https://github.com/iaguis)]
        *   This is the first release of rktlet and it implements support for the CRI including fetching images, running pods, CNI networking, logging and exec.
    This release passes 129/145 Kubernetes e2e conformance tests.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String getPasswordInvalidAdminPasswords();
    
        /**
         * The simple implementation for configuration.
         * @author FreeGen
         */
        public static class SimpleImpl extends FessEnv.SimpleImpl implements FessConfig {
    
            /** The serial version UID for object serialization. (Default) */
            private static final long serialVersionUID = 1L;
    
            public String getDomainTitle() {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.12.md

    * In anticipation of CSI 1.0 in the next release, Kubernetes 1.12 calls the CSI `NodeGetInfo` RPC instead of `NodeGetId` RPC. Ensure your CSI Driver implements `NodeGetInfo(...)` before upgrading to 1.12. [@saad-ali](https://github.com/kubernetes/kubernetes/issues/68688)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg reflect, type Type interface, FieldByName(string) (StructField, bool)
    pkg reflect, type Type interface, FieldByNameFunc(func(string) bool) (StructField, bool)
    pkg reflect, type Type interface, Implements(Type) bool
    pkg reflect, type Type interface, In(int) Type
    pkg reflect, type Type interface, IsVariadic() bool
    pkg reflect, type Type interface, Key() Type
    pkg reflect, type Type interface, Kind() Kind
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top