Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 192 for Scheme (0.1 sec)

  1. CHANGELOG-1.8.md

    ONE=1,TWO=2`. L1734: L1735:- Removed deprecated command `kubectl stop`. L1736: L1737:- Kubectl can now use http caching for the OpenAPI schema. The cache L1738: directory can be configured by passing the `--cache-dir` command line flag to kubectl. L1739: If set to an empty string, caching is disabled. L1740: L1741:- Kubectl now performs validation against OpenAPI schema instead of Swagger 1.2. If L1742: OpenAPI is not available on the server, it falls back to the old Swagger 1.2. L1743: L1744:- Added...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Tue Feb 20 15:45:02 UTC 2024
      312.2K bytes
  2. CHANGELOG-1.14.md

    ([#73663](https://github.com/kubernetes/kubernetes/pull/73663), [@danielqsj](https://github.com/danielqsj)) L960: - The `/swaggerapi/*` schema docs, deprecated since 1.7, have been removed in favor of the /openapi/v2 schema docs. ([#72924](https://github.com/kubernetes/kubernetes/pull/72924), [@liggitt](https://github.com/liggitt)) L961: - The /swagger.json and /swagger-2.0.0.pb-v1 schema documents, deprecated since v1.10, have been removed in favor of `/openapi/v2` ([#73148](https://github.com/kubernetes/ku...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Mon Jun 14 22:06:39 UTC 2021
      271.5K bytes
  3. CHANGELOG-1.15.md

    [@ldx](https://github.com/ldx)) L477:* fix: azure disk could not mounted on Standard_DC4s/DC2s instances ([#86612](https://github.com/kubernetes/kubernetes/pull/86612), [@andyzhangx](https://github.com/andyzhangx)) L478:* Filter published OpenAPI schema by making nullable, required fields non-required in order to avoid kubectl to wrongly reject null values. ([#85722](https://github.com/kubernetes/kubernetes/pull/85722), [@sttts](https://github.com/sttts)) L479:* Fixes an issue with kubelet-reported...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu May 05 13:44:43 UTC 2022
      278.9K bytes
  4. recipes.md

    an `Authenticator` is asked to supply credentials. Implementations should build a new request that includes the missing credentials. If no credentials are available, return null to skip the retry. L834: L835:Use `Response.challenges()` to get the schemes and realms of any authentication challenges. When fulfilling a `Basic` challenge, use `Credentials.basic(username, password)` to encode the request header. L836: L837:=== ":material-language-kotlin: Kotlin" L838: ```kotlin L839: private val...
    github.com/square/okhttp/docs/recipes.md
    Fri Feb 18 08:52:22 UTC 2022
      40.2K bytes
  5. CHANGELOG-1.11.md

    default. With this, updates to the `/status` subresource will disallow updates to all fields other than `.status` (not just `.spec` and `.metadata` as before). Also, `required` and `description` can be used at the root of the CRD OpenAPI validation schema when the `/status` subresource is enabled. L1028: L1029:In addition, users can now create multiple versions of CustomResourceDefinitions, but without any kind of automatic conversion, and CustomResourceDefinitions now allow specification of additional...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Feb 06 06:04:15 UTC 2020
      328.4K bytes
  6. CHANGELOG-1.16.md

    `spec.conversion.conversionReviewVersions` is moved to `spec.conversion.webhook.conversionReviewVersions` in v1 L1796: - `spec.versions[*].schema.openAPIV3Schema` is now required when creating v1 CustomResourceDefinitions L1797: - `spec.preserveUnknownFields: true` is disallowed when creating v1 CustomResourceDefinitions; it must be specified within schema definitions as `x-kubernetes-preserve-unknown-fields: true` L1798: - In `additionalPrinterColumns` items, the `JSONPath` field was renamed...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Feb 11 10:00:57 UTC 2021
      345.2K bytes
  7. CHANGELOG-1.9.md

    upgrading ([#54759](https://github.com/kubernetes/kubernetes/pull/54759),[ @sakshamsharma](https://github.com/sakshamsharma)) L1193: L1194:### **CLI** L1195: L1196:* Swagger 1.2 validation is removed for kubectl. The options `--use-openapi` and `--schema-cache-dir` are also removed because they are no longer needed. ([#53232](https://github.com/kubernetes/kubernetes/pull/53232),[ @apelisse](https://github.com/apelisse)) L1197: L1198:### **Cluster Lifecycle** L1199: L1200:* You must either specify...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Tue Nov 16 10:46:27 UTC 2021
      313.7K bytes
  8. CHANGELOG-1.2.md

    L492:'{"apiVersion":"v1","kind":"Namespace","metadata":{"name":"kube-system"}}' "[http://127.0.0.1:8080/api/v1/namespaces](http://127.0.0.1:8080/api/v1/namespaces)"</code> L493: * The version of InfluxDB is bumped from 0.8 to 0.9 which means storage schema L494:change. More details [here](https://docs.influxdata.com/influxdb/v0.9/administration/upgrading/). L495: * We have renamed “minions” to “nodes”. If you were specifying NUM\_MINIONS or L496:MINION\_SIZE to kube-up, you should now specify NUM\_NODES...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Fri Dec 04 06:36:19 UTC 2020
      41.4K bytes
  9. CHANGELOG-1.29.md

    established ([#126151](https://github.com/kubernetes/kubernetes/pull/126151), [@xyz-li](https://github.com/xyz-li)) [SIG API Machinery and Testing] L564:- Kube-apiserver: fixes a potential crash serving CustomResourceDefinitions that combine an invalid schema and CEL validation rules. ([#126167](https://github.com/kubernetes/kubernetes/pull/126167), [@cici37](https://github.com/cici37)) [SIG API Machinery and Testing] L565:- Mount-utils: treat syscall.ENODEV as corrupted mount ([#126174](https://githu...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Wed Oct 23 04:37:31 UTC 2024
      375.1K bytes
  10. CHANGELOG-1.18.md

    ([#96705](https://github.com/kubernetes/kubernetes/pull/96705), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider] L1048:- Fixed a bug that prevents kubectl to validate CRDs with schema using x-kubernetes-preserve-unknown-fields on object fields. L1049: Fix kubectl SchemaError on CRDs with schema using x-kubernetes-preserve-unknown-fields on array types. ([#96563](https://github.com/kubernetes/kubernetes/pull/96563), [@gautierdelorme](https://github.com/gautierdelorme)) [SIG API Machinery...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Wed Jun 16 17:18:28 UTC 2021
      373.2K bytes
Back to top