Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 161 for human (3.72 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      // +optional
      optional ConversionResponse response = 2;
    }
    
    // CustomResourceColumnDefinition specifies a column for server side printing.
    message CustomResourceColumnDefinition {
      // name is a human readable name for the column.
      optional string name = 1;
    
      // type is an OpenAPI type definition for this column.
      // See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/certificates/v1/generated.proto

      optional string status = 6;
    
      // reason indicates a brief reason for the request state
      // +optional
      optional string reason = 2;
    
      // message contains a human readable message with details about the request state
      // +optional
      optional string message = 3;
    
      // lastUpdateTime is the time of the last update to this condition
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go

    	// matches JSON, and will error if constructs are used that do not serialize to JSON.
    	Yaml bool
    
    	// Pretty: configures a JSON enabled Serializer(`Yaml: false`) to produce human-readable output.
    	// This option is silently ignored when `Yaml` is `true`.
    	Pretty bool
    
    	// Strict: configures the Serializer to return strictDecodingError's when duplicate fields are present decoding JSON or YAML.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 25 16:08:07 UTC 2022
    - 12K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/model/ObjectFactory.java

        /**
         * Creates a {@link SourceDirectorySet}.
         *
         * @param name A short name for the set.
         * @param displayName A human consumable display name for the set.
         * @since 5.0
         */
        SourceDirectorySet sourceDirectorySet(String name, String displayName);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/typechecking.go

    	for _, r := range rs {
    		message := r.String()
    		if message != "" {
    			messages = append(messages, message)
    		}
    	}
    	return strings.Join(messages, "\n")
    }
    
    // String converts the result to human-readable form as a string.
    func (r *TypeCheckingResult) String() string {
    	if r.Issues == nil && r.Err == nil {
    		return ""
    	}
    	if r.Err != nil {
    		return fmt.Sprintf("%v: type checking error: %v\n", r.GVK, r.Err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/reporting/model/ModelReportIntegrationTest.groovy

                        tasks()
                        wrapper()
                        updateDaemonJvm()
                    }
                }
            })
        }
    
        def "displays collections of scalar types in a human-readable format"() {
            given:
            buildFile << '''
    
    @Managed
    interface Container {
       List<String> getLabels()
       List<Integer> getIds()
       List<Double> getValues()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:32:55 UTC 2024
    - 22K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // +optional
      optional ConversionResponse response = 2;
    }
    
    // CustomResourceColumnDefinition specifies a column for server side printing.
    message CustomResourceColumnDefinition {
      // name is a human readable name for the column.
      optional string name = 1;
    
      // type is an OpenAPI type definition for this column.
      // See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/flowcontrol/v1/types.go

    	// `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
    	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
    	// `message` is a human-readable message indicating details about last transition.
    	Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
    }
    
    // FlowSchemaConditionType is a valid value for FlowSchemaStatusCondition.Type
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    	"lastTransitionTime": "Last time the condition transitioned from one status to another.",
    	"reason":             "The reason for the condition's last transition.",
    	"message":            "A human readable message indicating details about the transition.",
    }
    
    func (DaemonSetCondition) SwaggerDoc() map[string]string {
    	return map_DaemonSetCondition
    }
    
    var map_DaemonSetList = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/token.go

    		Short:                 "Create bootstrap tokens on the server",
    		Long: dedent.Dedent(`
    			This command will create a bootstrap token for you.
    			You can specify the usages for this token, the "time to live" and an optional human friendly description.
    
    			The [token] is the actual token to write.
    			This should be a securely generated random token of the form "[a-z0-9]{6}.[a-z0-9]{16}".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 05:47:48 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top