Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for nodeInfos (0.34 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    		`DaemonEndpoints:` + strings.Replace(strings.Replace(this.DaemonEndpoints.String(), "NodeDaemonEndpoints", "NodeDaemonEndpoints", 1), `&`, ``, 1) + `,`,
    		`NodeInfo:` + strings.Replace(strings.Replace(this.NodeInfo.String(), "NodeSystemInfo", "NodeSystemInfo", 1), `&`, ``, 1) + `,`,
    		`Images:` + repeatedStringForImages + `,`,
    		`VolumesInUse:` + fmt.Sprintf("%v", this.VolumesInUse) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. api/openapi-spec/v3/api__v1_openapi.json

                    }
                  ],
                  "default": {}
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "nodeInfo": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.NodeSystemInfo"
                  }
                ],
                "default": {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "items": {
                "$ref": "#/definitions/io.k8s.api.core.v1.ContainerImage"
              },
              "type": "array"
            },
            "nodeInfo": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeSystemInfo",
              "description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "Endpoints of daemons running on the Node.",
    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/core/v1.NodeDaemonEndpoints"),
    						},
    					},
    					"nodeInfo": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info",
    							Default:     map[string]interface{}{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

              "items": {
                "$ref": "#/definitions/io.k8s.api.core.v1.ContainerImage"
              },
              "type": "array",
              "x-kubernetes-list-type": "atomic"
            },
            "nodeInfo": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeSystemInfo",
              "description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "items": {
                "$ref": "#/definitions/io.k8s.api.core.v1.ContainerImage"
              },
              "type": "array"
            },
            "nodeInfo": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeSystemInfo",
              "description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top