Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Daemons (0.19 sec)

  1. CHANGELOG/CHANGELOG-1.7.md

    #### DaemonSet
    * [beta] DaemonSet supports history and rollback. See [Performing a Rollback on a DaemonSet](https://kubernetes.io/docs/tasks/manage-daemon/rollback-daemon-set/).
    
    #### Deployments
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  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. CHANGELOG/CHANGELOG-1.8.md

    * [Federation] Make the hpa scale time window configurable ([#49583](https://github.com/kubernetes/kubernetes/pull/49583), [@irfanurrehman](https://github.com/irfanurrehman))
    * fuse daemons for GlusterFS and CephFS are now run in their own systemd scope when Kubernetes runs on a system with systemd. ([#49640](https://github.com/kubernetes/kubernetes/pull/49640), [@jsafrane](https://github.com/jsafrane))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K 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. CHANGELOG/CHANGELOG-1.10.md

    * Fix user visible files creation for windows ([#62375](https://github.com/kubernetes/kubernetes/pull/62375), [@feiskyer](https://github.com/feiskyer))
    * Resolves forbidden error when the `daemon-set-controller` cluster role access `controllerrevisions` resources. ([#62146](https://github.com/kubernetes/kubernetes/pull/62146), [@frodenas](https://github.com/frodenas))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  10. ChangeLog.md

    - [`KT-62522`](https://youtrack.jetbrains.com/issue/KT-62522) K2 + kotlinx.serialization + Native: NPE when generic base class has inheritor in other module
    
    ### Tools. Daemon
    
    - [`KT-64283`](https://youtrack.jetbrains.com/issue/KT-64283) Configure correct JVM arguments when starting the daemon
    
    ### Tools. Fleet. ObjC Export
    
    #### Fixes
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top