Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,623 for constructs (0.14 sec)

  1. pilot/pkg/networking/telemetry/telemetry.go

    	prefix = strings.ReplaceAll(prefix, servicePortStatPattern, strconv.Itoa(int(port)))
    	prefix = strings.ReplaceAll(prefix, servicePortNameStatPattern, portName)
    	return prefix
    }
    
    // shortHostName constructs the name from kubernetes hosts based on attributes (name and namespace).
    // For other hosts like VMs, this method does not do any thing - just returns the passed in host as is.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 02:38:43 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. pilot/pkg/security/model/authentication.go

    	// entire listener/cluster in these cases.
    	ResourceApiVersion: core.ApiVersion_V3,
    }
    
    // ConstructSdsSecretConfigForCredential constructs SDS secret configuration used
    // from certificates referenced by credentialName in DestinationRule or Gateway.
    // Currently this is served by a local SDS server, but in the future replaced by
    // Istiod SDS server.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 22:11:02 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/build_git_missing_tree.txt

    # Regression test for https://go.dev/issue/65339.
    # Unnecessary git tree object required
    
    [short] skip 'constructs a local git repo'
    [!git] skip
    
    env GIT_AUTHOR_NAME='Go Gopher'
    env GIT_AUTHOR_EMAIL='******@****.***'
    env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
    env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
    
    # Create 2 commit
    env GIT_COMMITTER_DATE=2024-01-30T10:52:00+08:00
    env GIT_AUTHOR_DATE=2024-01-30T10:52:00+08:00
    
    cd $WORK/repo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm-infrastructure/src/testFixtures/groovy/org/gradle/api/internal/tasks/testing/failure/mappers/CustomComparisonFailure.java

     */
    
    package org.gradle.api.internal.tasks.testing.failure.mappers;
    
    import junit.framework.ComparisonFailure;
    
    public class CustomComparisonFailure extends ComparisonFailure {
    
        /**
         * Constructs a comparison failure.
         *
         * @param message  the identifying message or null
         * @param expected the expected string value
         * @param actual   the actual string value
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/informers/externalversions/factory.go

    		return factory
    	}
    }
    
    // NewSharedInformerFactory constructs a new instance of sharedInformerFactory for all namespaces.
    func NewSharedInformerFactory(client versioned.Interface, defaultResync time.Duration) SharedInformerFactory {
    	return NewSharedInformerFactoryWithOptions(client, defaultResync)
    }
    
    // NewFilteredSharedInformerFactory constructs a new instance of sharedInformerFactory.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 18:31:26 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/factory.go

    		return factory
    	}
    }
    
    // NewSharedInformerFactory constructs a new instance of sharedInformerFactory for all namespaces.
    func NewSharedInformerFactory(client clientset.Interface, defaultResync time.Duration) SharedInformerFactory {
    	return NewSharedInformerFactoryWithOptions(client, defaultResync)
    }
    
    // NewFilteredSharedInformerFactory constructs a new instance of sharedInformerFactory.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 18:31:26 UTC 2023
    - 9K bytes
    - Viewed (0)
  7. maven-plugin-api/src/main/java/org/apache/maven/plugin/MojoFailureException.java

            this.source = source;
            this.longMessage = longMessage;
        }
    
        /**
         * Construct a new <code>MojoFailureException</code> exception providing a message.
         *
         * @param message
         */
        public MojoFailureException(String message) {
            super(message);
        }
    
        /**
         * Construct a new <code>MojoFailureException</code> exception wrapping an underlying <code>Throwable</code>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/collect/testing/OneSizeTestContainerGenerator.java

     * particular {@link CollectionSize}.
     *
     * <p>This interface should not be implemented outside this package; {@link
     * PerCollectionSizeTestSuiteBuilder} constructs instances of it from a more general {@link
     * TestCollectionGenerator}.
     *
     * @author George van den Driessche
     */
    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  9. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildInitComments.java

    @NonNullApi
    public enum BuildInitComments {
        /**
         * Comments are included for generated source files and build files.
         * <p>
         * Comments include explanations of various build script constructs,
         * helpful links and disclaimers about files being generated by an 'init' task.
         */
        ON,
    
        /**
         * Comments are not included for the source files and build files.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 27 12:41:40 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/core/v1/noderuntimehandlerfeatures.go

    // with apply.
    type NodeRuntimeHandlerFeaturesApplyConfiguration struct {
    	RecursiveReadOnlyMounts *bool `json:"recursiveReadOnlyMounts,omitempty"`
    }
    
    // NodeRuntimeHandlerFeaturesApplyConfiguration constructs an declarative configuration of the NodeRuntimeHandlerFeatures type for use with
    // apply.
    func NodeRuntimeHandlerFeatures() *NodeRuntimeHandlerFeaturesApplyConfiguration {
    	return &NodeRuntimeHandlerFeaturesApplyConfiguration{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:06:39 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top