Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for separator (0.24 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

      must contain '^' or the '//' prefix to anchor to the start, and '$' or the port separator ':' to anchor to 
      the end. ([#112809](https://github.com/kubernetes/kubernetes/pull/112809), [@tkashem](https://github.com/tkashem)) [SIG API Machinery]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  2. CHANGELOG/CHANGELOG-1.22.md

    - YAML documents separators ("---") can now be followed by whitespace and comments ("# ....") on the same line. This fixes a bug where documents starting with a comment after the separator were ignored. Other types of content on the same line will result in an error. ([#103457](https://github.com/kubernetes/kubernetes/pull/103457), [@codearky](https:/...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.25.md

    - Pod SecurityContext and PodSecurityPolicy supports slash as sysctl separator. ([#106834](https://github.com/kubernetes/kubernetes/pull/106834), [@mengjiao-liu](https://github.com/mengjiao-liu)) [SIG Apps, Architecture, Auth, Node, Security and Testing]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Nov 16 11:30:31 GMT 2023
    - 419K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg os (netbsd-arm64), const PathSeparator = 47
    pkg path/filepath (netbsd-arm64-cgo), const ListSeparator = 58
    pkg path/filepath (netbsd-arm64-cgo), const Separator = 47
    pkg path/filepath (netbsd-arm64), const ListSeparator = 58
    pkg path/filepath (netbsd-arm64), const Separator = 47
    pkg reflect, method (Value) IsZero() bool
    pkg runtime (netbsd-arm64-cgo), const GOARCH = "arm64"
    pkg runtime (netbsd-arm64-cgo), const GOOS = "netbsd"
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg os (darwin-arm64-cgo), const PathSeparator = 47
    pkg path/filepath (darwin-arm64), const ListSeparator = 58
    pkg path/filepath (darwin-arm64), const Separator = 47
    pkg path/filepath (darwin-arm64-cgo), const ListSeparator = 58
    pkg path/filepath (darwin-arm64-cgo), const Separator = 47
    pkg runtime (darwin-arm64), const GOARCH = "arm64"
    pkg runtime (darwin-arm64), const GOOS = "darwin"
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.6.md

    * Running `kubectl create secret` no longer accepts passing multiple values to a single --from-literal flag using comma separation
      * Update command invocations to pass separate --from-literal flags for each value
    
    ### RBAC
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Viewed (0)
  7. doc/go_spec.html

    0x1.5e-2     // invalid: hexadecimal mantissa requires p exponent
    1_.5         // invalid: _ must separate successive digits
    1._5         // invalid: _ must separate successive digits
    1.5_e1       // invalid: _ must separate successive digits
    1.5e_1       // invalid: _ must separate successive digits
    1.5e1_       // invalid: _ must separate successive digits
    </pre>
    
    
    <h3 id="Imaginary_literals">Imaginary literals</h3>
    
    <p>
    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)
  8. CHANGELOG/CHANGELOG-1.7.md

    
    ### kubectl (CLI)
    * `kubectl create role` and  `kubectl create clusterrole`  invocations must be updated to specify multiple resource names as repeated  `--resource-name` arguments instead of comma-separated arguments to a single `--resource-name` argument. E.g. `--resource-name=x,y` must become `--resource-name x --resource-name y` ([#44950](https://github.com/kubernetes/kubernetes/pull/44950), [@xilabao](https://github.com/xilabao))
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Viewed (1)
  9. docs/en/docs/release-notes.md

    ### Docs
    
    * 📝 Add note to docs about Separate Input and Output Schemas with FastAPI version. PR [#10150](https://github.com/tiangolo/fastapi/pull/10150) by [@tiangolo](https://github.com/tiangolo).
    
    ## 0.102.0
    
    ### Features
    
    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)
  10. CHANGELOG/CHANGELOG-1.8.md

    plugin is enabled.([#51436](https://github.com/kubernetes/kubernetes/pull/51436))
    
    * [Action required] The validation rule for metadata.initializers.pending[x].name is tightened. The initializer name must contain at least three segments, separated by dots. You can create objects with pending initializers and not rely on the API server to add pending initializers according to `initializerConfiguration`. If you do so, update the initializer name in the existing objects and the configuration...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
Back to top