Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for daemons (0.23 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // is empty, but should not rely on the stability of the Error text across Kubelet versions.
      // +optional
      optional string error = 4;
    }
    
    // NodeDaemonEndpoints lists ports opened by daemons running on the Node.
    message NodeDaemonEndpoints {
      // Endpoint on which Kubelet is listening.
      // +optional
      optional DaemonEndpoint kubeletEndpoint = 1;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	*/
    
    	// Port number of the given endpoint.
    	Port int32
    }
    
    // NodeDaemonEndpoints lists ports opened by daemons running on the Node.
    type NodeDaemonEndpoints struct {
    	// Endpoint on which Kubelet is listening.
    	// +optional
    	KubeletEndpoint DaemonEndpoint
    }
    
    // NodeRuntimeHandlerFeatures is a set of runtime features.
    type NodeRuntimeHandlerFeatures struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (NodeConfigStatus) SwaggerDoc() map[string]string {
    	return map_NodeConfigStatus
    }
    
    var map_NodeDaemonEndpoints = map[string]string{
    	"":                "NodeDaemonEndpoints lists ports opened by daemons running on the Node.",
    	"kubeletEndpoint": "Endpoint on which Kubelet is listening.",
    }
    
    func (NodeDaemonEndpoints) SwaggerDoc() map[string]string {
    	return map_NodeDaemonEndpoints
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // is empty, but should not rely on the stability of the Error text across Kubelet versions.
      // +optional
      optional string error = 4;
    }
    
    // NodeDaemonEndpoints lists ports opened by daemons running on the Node.
    message NodeDaemonEndpoints {
      // Endpoint on which Kubelet is listening.
      // +optional
      optional DaemonEndpoint kubeletEndpoint = 1;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

    * Rev version of Calico's Typha daemon used in add-on to v0.2.3 to pull in bug-fixes. ([#48469](https://github.com/kubernetes/kubernetes/pull/48469), [@fasaxc](https://github.com/fasaxc))
    * set default adminid for rbd deleter if unset  ([#49271](https://github.com/kubernetes/kubernetes/pull/49271), [@dixudx](https://github.com/dixudx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// Port number of the given endpoint.
    	Port int32 `json:"Port" protobuf:"varint,1,opt,name=Port"`
    }
    
    // NodeDaemonEndpoints lists ports opened by daemons running on the Node.
    type NodeDaemonEndpoints struct {
    	// Endpoint on which Kubelet is listening.
    	// +optional
    	KubeletEndpoint DaemonEndpoint `json:"kubeletEndpoint,omitempty" protobuf:"bytes,1,opt,name=kubeletEndpoint"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *DaemonSet) Reset()      { *m = DaemonSet{} }
    func (*DaemonSet) ProtoMessage() {}
    func (*DaemonSet) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{0}
    }
    func (m *DaemonSet) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *DaemonSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  8. prow/config/calico.yaml

                            type: string
                          state:
                            description: The state of the BGP Daemon.
                            type: string
                          version:
                            description: Version of the BGP daemon
                            type: string
                        type: object
                      birdV6:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// The number of pods that can be unavailable during a rolling update of the CNI DaemonSet (see
    	// `updateStrategy.rollingUpdate.maxUnavailable` here:
    	// https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec).
    	// May be specified as a number of pods or as a percent of the total number
    	// of pods at the start of the update.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.27.md

    - Revised the logic for DaemonSet rolling update to exclude nodes if scheduling constraints are not met.
      This eliminates the problem of rolling updates to a DaemonSet getting stuck around tolerations. ([#120786](https://github.com/kubernetes/kubernetes/pull/120786), [@mochizuki875](https://github.com/mochizuki875)) [SIG Apps and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top