Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 51 for attachable (0.36 sec)

  1. CHANGELOG/CHANGELOG-1.15.md

    * Reduces GCE PD Node Attach Limits by 1 since the node boot disk is considered an attachable disk ([#80923](https://github.com/kubernetes/kubernetes/pull/80923), [@davidz627](https://github.com/davidz627))
    
    
    
    # v1.15.2
    
    [Documentation](https://docs.k8s.io)
    
    ## Downloads for v1.15.2
    
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional NodeSystemInfo nodeInfo = 7;
    
      // List of container images on this node
      // +optional
      repeated ContainerImage images = 8;
    
      // List of attachable volumes in use (mounted) by the node.
      // +optional
      repeated string volumesInUse = 9;
    
      // List of volumes that are attached to the node.
      // +optional
      repeated AttachedVolume volumesAttached = 10;
    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. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"nodeInfo":        "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info",
    	"images":          "List of container images on this node",
    	"volumesInUse":    "List of attachable volumes in use (mounted) by the node.",
    	"volumesAttached": "List of volumes that are attached to the node.",
    	"config":          "Status of the config assigned to the node via the dynamic Kubelet config feature.",
    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. pkg/kubelet/volumemanager/volume_manager_test.go

    			return (spec.PersistentVolume != nil && spec.PersistentVolume.Spec.RBD != nil) ||
    				(spec.Volume != nil && spec.Volume.RBD != nil)
    		},
    	}
    	unattachablePlug := &volumetest.FakeVolumePlugin{
    		PluginName:    "unattachable-fake-plugin",
    		Host:          nil,
    		NonAttachable: true,
    		CanSupportFn: func(spec *volume.Spec) bool {
    			return spec.Volume != nil && spec.Volume.ConfigMap != nil
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional NodeSystemInfo nodeInfo = 7;
    
      // List of container images on this node
      // +optional
      // +listType=atomic
      repeated ContainerImage images = 8;
    
      // List of attachable volumes in use (mounted) by the node.
      // +optional
      // +listType=atomic
      repeated string volumesInUse = 9;
    
      // List of volumes that are attached to the node.
      // +optional
      // +listType=atomic
    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. src/cmd/vendor/golang.org/x/text/language/match.go

    // be false.
    func (m *bestMatch) update(have *haveTag, tag language.Tag, maxScript language.Script, maxRegion language.Region, pin bool) {
    	// Bail if the maximum attainable confidence is below that of the current best match.
    	c := have.conf
    	if c < m.conf {
    		return
    	}
    	// Don't change the language once we already have found an exact match.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/api__v1_openapi.json

                  "default": {}
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "volumesInUse": {
                "description": "List of attachable volumes in use (mounted) by the node.",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "items": {
                "$ref": "#/definitions/io.k8s.api.core.v1.AttachedVolume"
              },
              "type": "array"
            },
            "volumesInUse": {
              "description": "List of attachable volumes in use (mounted) by the node.",
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    							Extensions: spec.Extensions{
    								"x-kubernetes-list-type": "atomic",
    							},
    						},
    						SchemaProps: spec.SchemaProps{
    							Description: "List of attachable volumes in use (mounted) by the node.",
    							Type:        []string{"array"},
    							Items: &spec.SchemaOrArray{
    								Schema: &spec.Schema{
    									SchemaProps: spec.SchemaProps{
    										Default: "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

              },
              "type": "array",
              "x-kubernetes-list-type": "atomic"
            },
            "volumesInUse": {
              "description": "List of attachable volumes in use (mounted) by the node.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "x-kubernetes-list-type": "atomic"
            }
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top