Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 59 for usedBy (0.2 sec)

  1. pkg/apis/core/types.go

    	// reserved and hence may not be used.
    	//
    	// Capacity reported here may be larger than the actual capacity when a volume expansion operation
    	// is requested.
    	// For storage quota, the larger value from allocatedResources and PVC.spec.resources is used.
    	// If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation.
    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. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	Hard ResourceList `json:"hard,omitempty" protobuf:"bytes,1,rep,name=hard,casttype=ResourceList,castkey=ResourceName"`
    	// Used is the current observed total usage of the resource in the namespace.
    	// +optional
    	Used ResourceList `json:"used,omitempty" protobuf:"bytes,2,rep,name=used,casttype=ResourceList,castkey=ResourceName"`
    }
    
    // +genclient
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                      If the policy is _not_ used on a particular node then the work done
                      to preload the policy (and to maintain it) is wasted."
                    items:
                      type: string
                    type: array
                  selector:
                    description: "The selector is an expression used to pick pick out
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.\n\nCapacity reported here may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if...
    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/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                    in all namespaces may be used by this Gateway. * Selector:
                                    Routes in namespaces selected by the selector may
                                    be used by this Gateway. * Same: Only Routes in the
                                    same namespace may be used by this Gateway. \n Support:
                                    Core"
                                  enum:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    treated as FieldValueInvalid.\n\nPossible enum values:\n - `\"FieldValueDuplicate\"` is used to report collisions of values that must be unique (e.g. unique IDs).\n - `\"FieldValueForbidden\"` is used to report valid (as per formatting rules) values which would be accepted under some conditions, but which are not permitted by the current conditions (such as security policy).\n - `\"FieldValueInvalid\"` is used to report malformed values (e.g. failed regex match, too long, out of bounds).\n - `\"F...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      //
      // Localhost - a profile defined in a file on the node should be used.
      // RuntimeDefault - the container runtime default profile should be used.
      // Unconfined - no profile should be applied.
      // +unionDiscriminator
      optional string type = 1;
    
      // localhostProfile indicates a profile defined in a file on the node should be used.
      // The profile must be preconfigured on the node to work.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      // reserved and hence may not be used.
      //
      // Capacity reported here may be larger than the actual capacity when a volume expansion operation
      // is requested.
      // For storage quota, the larger value from allocatedResources and PVC.spec.resources is used.
      // If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    	// If nil, context.Background is used.
    	Context context.Context
    
    	// BaseConfig optionally sets the base configuration
    	// for values. If nil, defaults are used.
    	BaseConfig *Server
    
    	// Handler specifies which handler to use for processing
    	// requests. If nil, BaseConfig.Handler is used. If BaseConfig
    	// or BaseConfig.Handler is nil, http.DefaultServeMux is used.
    	Handler Handler
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top