Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for square (0.2 sec)

  1. doc/go_spec.html

    The type parameter list looks like an ordinary <a href="#Function_types">function parameter list</a>
    except that the type parameter names must all be present and the list is enclosed
    in square brackets rather than parentheses
    [<a href="#Go_1.18">Go 1.18</a>].
    </p>
    
    <pre class="ebnf">
    TypeParameters  = "[" TypeParamList [ "," ] "]" .
    TypeParamList   = TypeParamDecl { "," TypeParamDecl } .
    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)
  2. CHANGELOG/CHANGELOG-1.27.md

    - golang.org/x/text: v0.5.0 → v0.8.0
    - golang.org/x/tools: v0.2.0 → v0.7.0
    - golang.org/x/xerrors: 5ec99f8 → 04be3eb
    - google.golang.org/grpc: v1.49.0 → v1.51.0
    - gopkg.in/check.v1: 8fa4692 → 10cb982
    - gopkg.in/square/go-jose.v2: v2.2.2 → v2.6.0
    - k8s.io/klog/v2: v2.80.1 → v2.90.1
    - k8s.io/kube-openapi: 172d655 → 15aac26
    - k8s.io/utils: 1a15be2 → a36077c
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.33 → v0.1.1
    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)
  3. CHANGELOG/CHANGELOG-1.16.md

    - google.golang.org/genproto: 09f6ed2 → 54afdca
    - google.golang.org/grpc: v1.13.0 → v1.23.0
    - gopkg.in/check.v1: 20d25e2 → 788fd78
    - gopkg.in/natefinch/lumberjack.v2: 20b71e5 → v2.0.0
    - gopkg.in/square/go-jose.v2: 89060de → v2.2.2
    - gopkg.in/yaml.v2: v2.2.1 → v2.2.2
    - k8s.io/gengo: f8a0810 → 26a6646
    - k8s.io/klog: v0.3.1 → v0.4.0
    - k8s.io/kube-openapi: b3a7cee → 743ec37
    - k8s.io/utils: c2654d5 → 581e001
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.13.md

    - Failed to provision volume with StorageClass "azurefile-premium": failed to create share andy-mg1121-dynamic-pvc-1a7b2813-d1b7-11e8-9e96-000d3a03e16b in account f7228f99bcde411e8ba4900: failed to create file share, err: storage: service returned error: StatusCode=400, ErrorCode=InvalidHeaderValue, ErrorMessage=The value for one of the HTTP headers is not in the correct format. ([#69718](https://...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

    message AzureFilePersistentVolumeSource {
      // secretName is the name of secret that contains Azure Storage Account Name and Key
      optional string secretName = 1;
    
      // shareName is the azure Share Name
      optional string shareName = 2;
    
      // readOnly defaults to false (read/write). ReadOnly here will force
      // the ReadOnly setting in VolumeMounts.
      // +optional
      optional bool readOnly = 3;
    
    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)
  6. docs/en/docs/release-notes.md

            * [Better with `Annotated`](https://fastapi.tiangolo.com/tutorial/path-params-numeric-validations/#better-with-annotated)
        * [Dependencies - First Steps - Share `Annotated` dependencies](https://fastapi.tiangolo.com/tutorial/dependencies/#share-annotated-dependencies)
    
    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)
  7. CHANGELOG/CHANGELOG-1.15.md

    - Multiple Kubernetes clusters can now share the same resource group
        - When upgrading from previous releases, issues will arise with public IPs if multiple clusters share the same resource group. To solve these problems, make the following changes to the cluster:
    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)
  8. CHANGELOG/CHANGELOG-1.8.md

    * update gophercloud/gophercloud dependency for reauthentication fixes ([#45545](https://github.com/kubernetes/kubernetes/pull/45545), [@stuart-warren](https://github.com/stuart-warren))
    * fix sync loop health check with separating runtime errors ([#47124](https://github.com/kubernetes/kubernetes/pull/47124), [@andyxning](https://github.com/andyxning))
    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)
  9. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_NONE = 2
    pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_NONE ideal-int
    pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_SHARE = 0
    pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_SHARE ideal-int
    pkg syscall (netbsd-arm64-cgo), const MAP_NORESERVE = 64
    pkg syscall (netbsd-arm64-cgo), const MAP_NORESERVE ideal-int
    pkg syscall (netbsd-arm64-cgo), const MAP_PRIVATE = 2
    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)
  10. CHANGELOG/CHANGELOG-1.21.md

    - Adds node event handlers to dual stack kube-proxy implementation to fix Topology Aware Hints. ([#101054](https://github.com/kubernetes/kubernetes/pull/101054), [@robscott](https://github.com/robscott)) [SIG Network]
    - Azurefile: Normalize share name to not include capital letters ([#100731](https://github.com/kubernetes/kubernetes/pull/100731), [@kassarl](https://github.com/kassarl)) [SIG Cloud Provider and Storage]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
Back to top