Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for daemonEndpoints (0.5 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/nodestatus.go

    	Conditions      []NodeConditionApplyConfiguration      `json:"conditions,omitempty"`
    	Addresses       []NodeAddressApplyConfiguration        `json:"addresses,omitempty"`
    	DaemonEndpoints *NodeDaemonEndpointsApplyConfiguration `json:"daemonEndpoints,omitempty"`
    	NodeInfo        *NodeSystemInfoApplyConfiguration      `json:"nodeInfo,omitempty"`
    	Images          []ContainerImageApplyConfiguration     `json:"images,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:06:39 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Node.json

            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
        "addresses": [
          {
            "type": "typeValue",
            "address": "addressValue"
          }
        ],
        "daemonEndpoints": {
          "kubeletEndpoint": {
            "Port": 1
          }
        },
        "nodeInfo": {
          "machineID": "machineIDValue",
          "systemUUID": "systemUUIDValue",
          "bootID": "bootIDValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/core.v1.Node.yaml

        lastKnownGood:
          configMap:
            kubeletConfigKey: kubeletConfigKeyValue
            name: nameValue
            namespace: namespaceValue
            resourceVersion: resourceVersionValue
            uid: uidValue
      daemonEndpoints:
        kubeletEndpoint:
          Port: 1
      images:
      - names:
        - namesValue
        sizeBytes: 2
      nodeInfo:
        architecture: architectureValue
        bootID: bootIDValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:06:39 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Node.yaml

        lastKnownGood:
          configMap:
            kubeletConfigKey: kubeletConfigKeyValue
            name: nameValue
            namespace: namespaceValue
            resourceVersion: resourceVersionValue
            uid: uidValue
      daemonEndpoints:
        kubeletEndpoint:
          Port: 1
      images:
      - names:
        - namesValue
        sizeBytes: 2
      nodeInfo:
        architecture: architectureValue
        bootID: bootIDValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Node.json

            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
        "addresses": [
          {
            "type": "typeValue",
            "address": "addressValue"
          }
        ],
        "daemonEndpoints": {
          "kubeletEndpoint": {
            "Port": 1
          }
        },
        "nodeInfo": {
          "machineID": "machineIDValue",
          "systemUUID": "systemUUIDValue",
          "bootID": "bootIDValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.Node.json

            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
        "addresses": [
          {
            "type": "typeValue",
            "address": "addressValue"
          }
        ],
        "daemonEndpoints": {
          "kubeletEndpoint": {
            "Port": 1
          }
        },
        "nodeInfo": {
          "machineID": "machineIDValue",
          "systemUUID": "systemUUIDValue",
          "bootID": "bootIDValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:06:39 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Node.yaml

        lastKnownGood:
          configMap:
            kubeletConfigKey: kubeletConfigKeyValue
            name: nameValue
            namespace: namespaceValue
            resourceVersion: resourceVersionValue
            uid: uidValue
      daemonEndpoints:
        kubeletEndpoint:
          Port: 1
      images:
      - names:
        - namesValue
        sizeBytes: 2
      nodeInfo:
        architecture: architectureValue
        bootID: bootIDValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. pkg/kubelet/client/kubelet_client.go

    )
    
    // KubeletClientConfig defines config parameters for the kubelet client
    type KubeletClientConfig struct {
    	// Port specifies the default port - used if no information about Kubelet port can be found in Node.NodeStatus.DaemonEndpoints.
    	Port uint
    
    	// ReadOnlyPort specifies the Port for ReadOnly communications.
    	ReadOnlyPort uint
    
    	// PreferredAddressTypes - used to select an address from Node.NodeStatus.Addresses
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 07 01:34:49 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  9. pkg/kubelet/nodestatus/setters.go

    		}
    
    		return nil
    	}
    }
    
    // DaemonEndpoints returns a Setter that updates the daemon endpoints on the node.
    func DaemonEndpoints(daemonEndpoints *v1.NodeDaemonEndpoints) Setter {
    	return func(ctx context.Context, node *v1.Node) error {
    		node.Status.DaemonEndpoints = *daemonEndpoints
    		return nil
    	}
    }
    
    // Images returns a Setter that updates the images on the node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 12:12:04 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/util/apiclient/init_dryrun_test.go

    			expectedHandled:    true,
    			expectedObjectJSON: []byte(`{"metadata":{"name":"control-plane-foo","creationTimestamp":null,"labels":{"kubernetes.io/hostname":"control-plane-foo"}},"spec":{},"status":{"daemonEndpoints":{"kubeletEndpoint":{"Port":0}},"nodeInfo":{"machineID":"","systemUUID":"","bootID":"","kernelVersion":"","osImage":"","containerRuntimeVersion":"","kubeletVersion":"","kubeProxyVersion":"","operatingSystem":"","architecture":""}}}`),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 09 04:58:02 UTC 2022
    - 4.6K bytes
    - Viewed (0)
Back to top