Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 2,565 for Applies (0.14 sec)

  1. pkg/kubelet/kubelet_resources.go

    	"k8s.io/kubernetes/pkg/api/v1/resource"
    )
    
    // defaultPodLimitsForDownwardAPI copies the input pod, and optional container,
    // and applies default resource limits. it returns a copy of the input pod,
    // and a copy of the input container (if specified) with default limits
    // applied. if a container has no limit specified, it will default the limit to
    // the node allocatable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 15 22:42:34 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/layout/IvyRepositoryLayout.java

    import org.gradle.api.internal.artifacts.repositories.descriptor.IvyRepositoryDescriptor;
    
    import javax.annotation.Nullable;
    import java.net.URI;
    
    /**
     * A Repository Layout that applies the following patterns:
     * <ul>
     *     <li>Artifacts: $baseUri/{@value IvyArtifactRepository#IVY_ARTIFACT_PATTERN}</li>
     *     <li>Ivy: $baseUri/{@value IvyArtifactRepository#IVY_ARTIFACT_PATTERN}</li>
     * </ul>
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sync/PATENTS

    patent license to make, have made, use, offer to sell, sell, import,
    transfer and otherwise run, modify and propagate the contents of this
    implementation of Go, where such license applies only to those patent
    claims, both currently owned or controlled by Google and acquired in
    the future, licensable by Google that are necessarily infringed by this
    implementation of Go.  This grant does not include claims that would be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 24 21:38:56 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/term/PATENTS

    patent license to make, have made, use, offer to sell, sell, import,
    transfer and otherwise run, modify and propagate the contents of this
    implementation of Go, where such license applies only to those patent
    claims, both currently owned or controlled by Google and acquired in
    the future, licensable by Google that are necessarily infringed by this
    implementation of Go.  This grant does not include claims that would be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  5. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/cunit/plugins/CUnitConventionPlugin.java

    import org.gradle.nativeplatform.test.cunit.CUnitTestSuiteSpec;
    import org.gradle.nativeplatform.test.internal.NativeTestSuites;
    import org.gradle.testing.base.TestSuiteContainer;
    
    /**
     * A plugin that applies the {@link CUnitPlugin} and adds conventions on top of it.
     */
    @Incubating
    public abstract class CUnitConventionPlugin implements Plugin<Project> {
    
        @Override
        public void apply(final Project project) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/instance.go

    type Instance interface {
    	model.Controller
    	model.ServiceDiscovery
    
    	// Provider backing this service registry (i.e. Kubernetes etc.)
    	Provider() provider.ID
    
    	// Cluster for which the service registry applies. Only needed for multicluster systems.
    	Cluster() cluster.ID
    }
    
    var _ Instance = &Simple{}
    
    type DiscoveryController interface {
    	model.Controller
    	model.ServiceDiscovery
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 18:40:05 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  7. pkg/apis/scheduling/register.go

    	return SchemeGroupVersion.WithResource(resource).GroupResource()
    }
    
    var (
    	// SchemeBuilder points to a list of functions added to Scheme.
    	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
    	// AddToScheme applies all the stored functions to the scheme.
    	AddToScheme = SchemeBuilder.AddToScheme
    )
    
    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&PriorityClass{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 07:54:24 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  8. pkg/apis/imagepolicy/register.go

    	return SchemeGroupVersion.WithResource(resource).GroupResource()
    }
    
    var (
    	// SchemeBuilder points to a list of functions added to Scheme.
    	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
    	// AddToScheme applies all the stored functions to the scheme.
    	AddToScheme = SchemeBuilder.AddToScheme
    )
    
    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&ImageReview{},
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 23 04:20:49 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storagemigration/v1alpha1/register.go

    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&StorageVersionMigration{},
    		&StorageVersionMigrationList{},
    	)
    
    	// Add the watch version that applies
    	metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/policy/v1beta1/register.go

    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&PodDisruptionBudget{},
    		&PodDisruptionBudgetList{},
    		&Eviction{},
    	)
    	// Add the watch version that applies
    	metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 07 20:44:13 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top