Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for node2 (0.16 sec)

  1. pkg/apis/core/validation/validation_test.go

    	tests := []struct {
    		oldNode core.Node
    		node    core.Node
    		valid   bool
    	}{
    		{core.Node{}, core.Node{}, true},
    		{core.Node{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo"}},
    			core.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "bar"},
    			}, false},
    		{core.Node{
    			ObjectMeta: metav1.ObjectMeta{
    				Name:   "foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      properties:
                                        minimumRingSize:
                                          description: The minimum number of virtual nodes
                                            to use for the hash ring.
                                          minimum: 0
                                          type: integer
                                      type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

        "schemas": {
          "io.k8s.api.core.v1.NodeSelector": {
            "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
            "properties": {
              "nodeSelectorTerms": {
                "description": "Required. A list of node selector terms. The terms are ORed.",
                "items": {
                  "allOf": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top