Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 57 for statx (0.11 sec)

  1. pkg/apis/core/types.go

    	// State set when resize controller has finished resizing the volume but further resizing of volume
    	// is needed on the node.
    	PersistentVolumeClaimNodeResizePending ClaimResourceStatus = "NodeResizePending"
    	// State set when kubelet starts resizing the volume.
    	PersistentVolumeClaimNodeResizeInProgress ClaimResourceStatus = "NodeResizeInProgress"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__batch__v1_openapi.json

                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.runtime.RawExtension"
                  }
                ],
                "description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n   depending on context."
              },
              "type": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// Cannot be updated.
    	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`
    	// State holds details about the container's current condition.
    	// +optional
    	State ContainerState `json:"state,omitempty" protobuf:"bytes,2,opt,name=state"`
    	// LastTerminationState holds the last termination state of the container to
    	// help debug container crashes and restarts. This field is not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

                              type: string
                            since:
                              description: Since the state or reason last changed.
                              type: string
                            state:
                              description: State is the BGP session state.
                              type: string
                            type:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.9.md

    EBS support across the board. If a Volume is “stuck” in the attaching state to a node for too long a unschedulable taint will be applied to the node, so a Kubernetes admin can [take manual steps to correct the error](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html). Users are encouraged to ensure they are monitoring for the taint, and should consider automatically terminating instances in this state.
    
    In addition, support for NVMe disks has been added to Kubernetes,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // Cannot be updated.
      optional string name = 1;
    
      // State holds details about the container's current condition.
      // +optional
      optional ContainerState state = 2;
    
      // LastTerminationState holds the last termination state of the container to
      // help debug container crashes and restarts. This field is not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"state":              "State holds details about the container's current condition.",
    	"lastState":          "LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // Cannot be updated.
      optional string name = 1;
    
      // State holds details about the container's current condition.
      // +optional
      optional ContainerState state = 2;
    
      // LastTerminationState holds the last termination state of the container to
      // help debug container crashes and restarts. This field is not
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.13.md

    - Optimized calculating stats when only CPU and Memory stats are returned from Kubelet stats/summary http endpoint.  ([#68841](https://github.com/kubernetes/kubernetes/pull/68841), [@krzysztof-jastrzebski](https://github.com/krzysztof-jastrzebski))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Format:  "",
    						},
    					},
    					"Object": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
Back to top