Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for to_version (0.5 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "properties": {
            "conversion": {
              "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion",
              "description": "conversion defines conversion settings for the CRD."
            },
            "group": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

          "properties": {
            "conversion": {
              "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion",
              "description": "conversion defines conversion settings for the CRD."
            },
            "group": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "properties": {
            "conversion": {
              "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion",
              "description": "conversion defines conversion settings for the CRD."
            },
            "group": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

    So what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. api/go1.txt

    pkg debug/elf, const EI_DATA ideal-int
    pkg debug/elf, const EI_NIDENT ideal-int
    pkg debug/elf, const EI_OSABI ideal-int
    pkg debug/elf, const EI_PAD ideal-int
    pkg debug/elf, const EI_VERSION ideal-int
    pkg debug/elf, const ELFCLASS32 Class
    pkg debug/elf, const ELFCLASS64 Class
    pkg debug/elf, const ELFCLASSNONE Class
    pkg debug/elf, const ELFDATA2LSB Data
    pkg debug/elf, const ELFDATA2MSB Data
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg debug/elf, const EI_CLASS = 4
    pkg debug/elf, const EI_DATA = 5
    pkg debug/elf, const EI_NIDENT = 16
    pkg debug/elf, const EI_OSABI = 7
    pkg debug/elf, const EI_PAD = 9
    pkg debug/elf, const EI_VERSION = 6
    pkg debug/elf, const ELFCLASS32 = 1
    pkg debug/elf, const ELFCLASS64 = 2
    pkg debug/elf, const ELFCLASSNONE = 0
    pkg debug/elf, const ELFDATA2LSB = 1
    pkg debug/elf, const ELFDATA2MSB = 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top