Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for dofiles (0.32 sec)

  1. pkg/apis/core/types.go

    // LimitType defines a type of object that is limited
    type LimitType string
    
    const (
    	// LimitTypePod defines limit that applies to all pods in a namespace
    	LimitTypePod LimitType = "Pod"
    	// LimitTypeContainer defines limit that applies to all containers in a namespace
    	LimitTypeContainer LimitType = "Container"
    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/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                type: string
              metadata:
                type: object
              spec:
                description: Spec defines the desired state of HTTPRoute.
                properties:
                  hostnames:
                    description: "Hostnames defines a set of hostnames that should match
                      against the HTTP Host header to select a HTTPRoute used to process
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    			SchemaProps: spec.SchemaProps{
    				Description: "CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"specReplicasPath": {
    						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)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"chapAuthDiscovery": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication",
    	"chapAuthSession":   "chapAuthSession defines whether support iSCSI Session CHAP authentication",
    	"secretRef":         "secretRef is the CHAP Secret for iSCSI target and initiator authentication",
    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. common-protos/k8s.io/api/core/v1/generated.proto

      // is other than default (typically TCP ports 860 and 3260).
      // +optional
      repeated string portals = 7;
    
      // chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication
      // +optional
      optional bool chapAuthDiscovery = 8;
    
      // chapAuthSession defines whether support iSCSI Session CHAP authentication
      // +optional
      optional bool chapAuthSession = 11;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// volumeMode defines if a volume is intended to be used with a formatted filesystem
    	// or to remain in raw block state. Value of Filesystem is implied when not included in spec.
    	// +optional
    	VolumeMode *PersistentVolumeMode `json:"volumeMode,omitempty" protobuf:"bytes,8,opt,name=volumeMode,casttype=PersistentVolumeMode"`
    	// nodeAffinity defines constraints that limit what nodes this volume can be accessed from.
    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. prow/config/calico.yaml

                    type: array
                  logDebugFilenameRegex:
                    description: LogDebugFilenameRegex controls which source code files
                      have their Debug log output included in the logs. Only logs from
                      files with names that match the given regular expression are included.  The
                      filter only applies to Debug level logs.
                    type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

            "properties": {
              "chapAuthDiscovery": {
                "description": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication",
                "type": "boolean"
              },
              "chapAuthSession": {
                "description": "chapAuthSession defines whether support iSCSI Session CHAP authentication",
                "type": "boolean"
              },
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                  }
                ],
                "default": {},
                "description": "ClientConfig defines how to communicate with the hook. Required"
              },
              "failurePolicy": {
                "description": "FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail.",
                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

              },
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
Back to top