Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,413 for describes (0.15 sec)

  1. operator/pkg/metrics/monitoring.go

    package metrics
    
    import (
    	"istio.io/istio/pkg/monitoring"
    )
    
    var (
    	// OperatorVersionLabel describes version of running binary.
    	OperatorVersionLabel = monitoring.CreateLabel("version")
    
    	// MergeErrorLabel describes the type of merge error.
    	MergeErrorLabel = monitoring.CreateLabel("error_type")
    
    	// RenderErrorLabel describes the type of the error while rendering.
    	RenderErrorLabel = monitoring.CreateLabel("render_error")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 7K bytes
    - Viewed (0)
  2. releasenotes/notes/50933.yaml

    apiVersion: release-notes/v2
    
    # This YAML file describes the format for specifying a release notes entry for Istio.
    # This should be filled in for all user facing changes.
    
    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 13:58:52 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. releasenotes/notes/pilot-load-dns-cert-known-location-deprecate-flags.yaml

    apiVersion: release-notes/v2
    
    # This YAML file describes the format for specifying a release notes entry for Istio.
    # This should be filled in for all user facing changes.
    
    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 29 22:41:21 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/file/FilePermissions.java

     * </ul>
     *
     * @since 8.3
     */
    public interface FilePermissions {
    
        /**
         * Describes what actions the owner of the file can perform on the file/directory.
         * <p>
         * For further details about possible actions see {@link UserClassFilePermissions}.
         */
        UserClassFilePermissions getUser();
    
        /**
         * Describes what actions a user, who is a member of the group that the file/directory belongs to,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 12:31:43 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. releasenotes/notes/merge-svc.yaml

    apiVersion: release-notes/v2
    
    # This YAML file describes the format for specifying a release notes entry for Istio.
    # This should be filled in for all user facing changes.
    
    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a security fix.
    # - feature -- Used to specify a new feature that has been added.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 07:49:37 UTC 2024
    - 912 bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/file/UserClassFilePermissions.java

     *
     * @since 8.3
     */
    public interface UserClassFilePermissions {
    
        /**
         * Describes if a certain class of users has read access to a file or directory.
         * <p>
         * Read access is the capability to view the contents of a file, or to list the contents of a directory.
         */
        boolean getRead();
    
        /**
         * Describes if a certain class of users has write access to a file or directory.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 12:31:43 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/resource/v1alpha2/types_swagger_doc_generated.go

    	"":                 "DriverRequests describes all resources that are needed from one particular driver.",
    	"driverName":       "DriverName is the name used by the DRA driver kubelet plugin.",
    	"vendorParameters": "VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim.",
    	"requests":         "Requests describes all resources that are needed from the driver.",
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/events/configuration/ProjectConfigurationOperationResult.java

         *
         * <p>If a plugin is applied more than once, this list will only contain a single result
         * that describes the summary of all its applications.
         */
        List<? extends PluginApplicationResult> getPluginApplicationResults();
    
        /**
         * Describes the result of applying a plugin.
         *
         * @since 5.1
         */
        interface PluginApplicationResult {
    
            /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  9. docs/batch-jobs/README.md

    A job is the basic unit of work for MinIO Batch Job. A job is a self describing YAML, once this YAML is submitted and evaluated - MinIO performs the requested actions on each of the objects obtained under the described criteria in job YAML file.
    
    ### Type
    Type describes the job type, such as replicating objects between MinIO sites. Each job performs a single type of operation across all objects that match the job description criteria.
    
    ## Batch Jobs via Commandline
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 06 06:00:43 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  10. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/events/transform/TransformOperationDescriptor.java

        Set<? extends OperationDescriptor> getDependencies();
    
        /**
         * Describes the transformer of a transform operation.
         *
         * @since 5.1
         */
        interface TransformerDescriptor {
    
            /**
             * Returns the display name of this transformer.
             */
            String getDisplayName();
    
        }
    
        /**
         * Describes the subject (artifact or file) of a transform operation.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top