Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for daemonEndpoints (0.38 sec)

  1. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            "name",
            "ready",
            "restartCount",
            "image",
            "imageID"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.DaemonEndpoint": {
          "description": "DaemonEndpoint contains information about a single Daemon endpoint.",
          "properties": {
            "Port": {
              "description": "Port number of the given endpoint.",
              "format": "int32",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "Endpoint on which Kubelet is listening.",
    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/core/v1.DaemonEndpoint"),
    						},
    					},
    				},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/core/v1.DaemonEndpoint"},
    	}
    }
    
    func schema_k8sio_api_core_v1_NodeList(ref common.ReferenceCallback) common.OpenAPIDefinition {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.DaemonEndpoint": {
          "description": "DaemonEndpoint contains information about a single Daemon endpoint.",
          "properties": {
            "Port": {
              "description": "Port number of the given endpoint.",
              "format": "int32",
    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

            "name",
            "ready",
            "restartCount",
            "image",
            "imageID"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.DaemonEndpoint": {
          "description": "DaemonEndpoint contains information about a single Daemon endpoint.",
          "properties": {
            "Port": {
              "description": "Port number of the given endpoint.",
              "format": "int32",
    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