Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for keyword (0.22 sec)

  1. CHANGELOG/CHANGELOG-1.9.md

    *   Added --print-join-command flag for kubeadm token create. ([#56185](https://github.com/kubernetes/kubernetes/pull/56185),[ @mattmoyer](https://github.com/mattmoyer))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  2. doc/go_spec.html

    </pre>
    <pre>
    a
    _x9
    ThisVariableIsExported
    αβ
    </pre>
    
    <p>
    Some identifiers are <a href="#Predeclared_identifiers">predeclared</a>.
    </p>
    
    
    <h3 id="Keywords">Keywords</h3>
    
    <p>
    The following keywords are reserved and may not be used as identifiers.
    </p>
    <pre class="grammar">
    break        default      func         interface    select
    case         defer        go           map          struct
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.15.md

    #### CustomResourceDefinition Defaulting
    
    CustomResourceDefinitions also have new support for defaulting, with defaults specified using the `default` keyword in the OpenAPI validation schema. Defaults are set for unspecified fields in an object sent to the API, and when reading from etcd.
    
    Defaulting will be available as alpha in Kubernetes 1.15 and requires structural schemas.
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-27750`](https://youtrack.jetbrains.com/issue/KT-27750) Reverse reservation of 'yield' as keyword
    
    ### Libraries
    
    #### New Features
    
    - [`KT-59440`](https://youtrack.jetbrains.com/issue/KT-59440) Rework Flags API in kotlinx-metadata-jvm
    
    #### Fixes
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  5. docs/en/docs/release-notes.md

    * Fix testing OAuth2 security scopes when using dependency overrides. PR [#1549](https://github.com/tiangolo/fastapi/pull/1549) by [@amacfie](https://github.com/amacfie).
    * Fix Model for JSON Schema keyword `not` as a JSON Schema instead of a list. PR [#1548](https://github.com/tiangolo/fastapi/pull/1548) by [@v-do](https://github.com/v-do).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // +patchMergeKey=ip
      // +patchStrategy=merge
      repeated HostAlias hostAliases = 23;
    
      // If specified, indicates the pod's priority. "system-node-critical" and
      // "system-cluster-critical" are two special keywords which indicate the
      // highest priorities with the former being the highest priority. Any other
      // name must be defined by creating a PriorityClass object with that name.
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.14.md

      - `CustomPodDNS`
      - `HugePages`
      - `MountPropagation`
      - `PersistentLocalVolumes`
    - CoreDNS: The following directives or keywords are deprecated and will be removed in v1.15:
      - `upstream` option of `kubernetes` plugin, becoming default behavior in v1.15.
      - `proxy` plugin replaced by `forward` plugin
    
    ## Removed and deprecated metrics
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  8. api/go1.13.txt

    pkg go/constant, func Make(interface{}) Value
    pkg go/constant, func Val(Value) interface{}
    pkg go/token, func IsExported(string) bool
    pkg go/token, func IsIdentifier(string) bool
    pkg go/token, func IsKeyword(string) bool
    pkg go/types, func CheckExpr(*token.FileSet, *Package, token.Pos, ast.Expr, *Info) error
    pkg log, func Writer() io.Writer
    pkg log/syslog (netbsd-arm64-cgo), const LOG_ALERT = 1
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top