Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 5,833 for Required (0.42 sec)

  1. guava-testlib/src/com/google/common/collect/testing/features/FeatureUtil.java

          throw new ConflictingRequirementsException(
              String.format(
                  Locale.ROOT,
                  "Annotation requires to be %s features that earlier "
                      + "annotations required to be %s.",
                  newRequirement,
                  earlierRequirement),
              intersection(newFeatures, earlierFeatures),
              source);
        }
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 21 15:08:35 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  2. cluster/addons/volumesnapshots/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml

                        that driver. Required.
                      type: string
                    source:
                      description: source specifies whether the snapshot is (or should be)
                        dynamically provisioned or already exists, and just requires a Kubernetes
                        object representation. This field is immutable after creation. Required.
                      properties:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 26 07:24:12 UTC 2022
    - 25.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go

    	"":                   "FlowSchemaCondition describes conditions for a FlowSchema.",
    	"type":               "`type` is the type of the condition. Required.",
    	"status":             "`status` is the status of the condition. Can be True, False, Unknown. Required.",
    	"lastTransitionTime": "`lastTransitionTime` is the last time the condition transitioned from one status to another.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.proto

    }
    
    // FlowSchemaCondition describes conditions for a FlowSchema.
    message FlowSchemaCondition {
      // `type` is the type of the condition.
      // Required.
      optional string type = 1;
    
      // `status` is the status of the condition.
      // Can be True, False, Unknown.
      // Required.
      optional string status = 2;
    
      // `lastTransitionTime` is the last time the condition transitioned from one status to another.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta2/types_swagger_doc_generated.go

    	"":                   "FlowSchemaCondition describes conditions for a FlowSchema.",
    	"type":               "`type` is the type of the condition. Required.",
    	"status":             "`status` is the status of the condition. Can be True, False, Unknown. Required.",
    	"lastTransitionTime": "`lastTransitionTime` is the last time the condition transitioned from one status to another.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1/generated.proto

    }
    
    // FlowSchemaCondition describes conditions for a FlowSchema.
    message FlowSchemaCondition {
      // `type` is the type of the condition.
      // Required.
      optional string type = 1;
    
      // `status` is the status of the condition.
      // Can be True, False, Unknown.
      // Required.
      optional string status = 2;
    
      // `lastTransitionTime` is the last time the condition transitioned from one status to another.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.proto

    }
    
    // FlowSchemaCondition describes conditions for a FlowSchema.
    message FlowSchemaCondition {
      // `type` is the type of the condition.
      // Required.
      optional string type = 1;
    
      // `status` is the status of the condition.
      // Can be True, False, Unknown.
      // Required.
      optional string status = 2;
    
      // `lastTransitionTime` is the last time the condition transitioned from one status to another.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/flowcontrol/v1/types_swagger_doc_generated.go

    	"":                   "FlowSchemaCondition describes conditions for a FlowSchema.",
    	"type":               "`type` is the type of the condition. Required.",
    	"status":             "`status` is the status of the condition. Can be True, False, Unknown. Required.",
    	"lastTransitionTime": "`lastTransitionTime` is the last time the condition transitioned from one status to another.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 21.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/flowcontrol/v1beta3/types_swagger_doc_generated.go

    	"":                   "FlowSchemaCondition describes conditions for a FlowSchema.",
    	"type":               "`type` is the type of the condition. Required.",
    	"status":             "`status` is the status of the condition. Can be True, False, Unknown. Required.",
    	"lastTransitionTime": "`lastTransitionTime` is the last time the condition transitioned from one status to another.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  10. pkg/apis/flowcontrol/types.go

    	// The supported types are "ByUser" and "ByNamespace".
    	// Required.
    	Type FlowDistinguisherMethodType
    }
    
    // PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
    type PriorityLevelConfigurationReference struct {
    	// `name` is the name of the priority level configuration being referenced
    	// Required.
    	Name string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 24.3K bytes
    - Viewed (0)
Back to top