Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 244 for Configurable (0.34 sec)

  1. cmd/kubeadm/app/apis/kubeadm/types.go

    	// By default this list is empty.
    	UnmountFlags []string
    
    	// Timeouts holds various timeouts that apply to kubeadm commands.
    	Timeouts *Timeouts
    }
    
    // UpgradeApplyConfiguration contains a list of configurable options which are specific to the "kubeadm upgrade apply" command.
    type UpgradeApplyConfiguration struct {
    	// KubernetesVersion is the target version of the control plane.
    	KubernetesVersion string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-java-base/src/main/java/org/gradle/api/plugins/jvm/internal/DefaultJvmFeature.java

        // Dependency configurations
        private final Configuration implementation;
        private final Configuration runtimeOnly;
        private final Configuration compileOnly;
    
        // Configurable dependency configurations
        private Configuration compileOnlyApi;
        private Configuration api;
    
        // Resolvable configurations
        private final Configuration runtimeClasspath;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 21K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// UpgradeManifests is the timeout for upgradring static Pod manifests
    	// Default: 5m
    	UpgradeManifests *metav1.Duration `json:"upgradeManifests,omitempty"`
    }
    
    // UpgradeApplyConfiguration contains a list of configurable options which are specific to the  "kubeadm upgrade apply" command.
    type UpgradeApplyConfiguration struct {
    	// KubernetesVersion is the target version of the control plane.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  4. cmd/event-notification.go

    	}
    
    	if err := evnot.targetList.Add(globalNotifyTargetList.Targets()...); err != nil {
    		return err
    	}
    	evnot.targetList = evnot.targetList.Init(runtime.GOMAXPROCS(0)) // TODO: make this configurable (y4m4)
    	return nil
    }
    
    // AddRulesMap - adds rules map for bucket name.
    func (evnot *EventNotifier) AddRulesMap(bucketName string, rulesMap event.RulesMap) {
    	evnot.Lock()
    	defer evnot.Unlock()
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/io/FileBackedOutputStream.java

    import java.io.InputStream;
    import java.io.OutputStream;
    import javax.annotation.CheckForNull;
    
    /**
     * An {@link OutputStream} that starts buffering to a byte array, but switches to file buffering
     * once the data reaches a configurable size.
     *
     * <p>When this stream creates a temporary file, it restricts the file's permissions to the current
     * user or, in the case of Android, the current app. If that is not possible (as is the case under
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:40:56 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/implementing_gradle_plugins_precompiled.adoc

    [source,kotlin]
    ----
    plugins {
        id("my.code-quality")
    }
    ----
    
    [[sec:getting_input_from_the_build]]
    == Making a plugin configurable using extensions
    
    *Extension objects* are commonly used in plugins to expose configuration options and additional functionality to build scripts.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. platforms/native/language-native/src/main/java/org/gradle/language/swift/plugins/SwiftLibraryPlugin.java

                }
            }));
    
            project.afterEvaluate(p -> {
                // TODO: make build type configurable for components
                Dimensions.libraryVariants(library.getModule(), library.getLinkage(), library.getTargetMachines(), objectFactory, attributesFactory,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  8. guava/src/com/google/common/io/FileBackedOutputStream.java

    import java.io.InputStream;
    import java.io.OutputStream;
    import javax.annotation.CheckForNull;
    
    /**
     * An {@link OutputStream} that starts buffering to a byte array, but switches to file buffering
     * once the data reaches a configurable size.
     *
     * <p>When this stream creates a temporary file, it restricts the file's permissions to the current
     * user or, in the case of Android, the current app. If that is not possible (as is the case under
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:40:56 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization.td

        - Only use_updated_hybrid_scheme=True is supported which means the ops with
        the asymmetrically quantizing input support is enabled to use this feature
        during MLIR graph rewriting passes while it is configurable in the old
        quantizer. So when those ops are matched during graph rewriting passes,
        MLIR quantizer will always ignore the pre-set value of the attribute, if
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  10. build-logic/performance-testing/src/main/groovy/gradlebuild/performance/generator/tasks/NativeProjectWithDepsGeneratorTask.groovy

                    }
                }
                into(new File(destDir, projectPath))
                expand(sourceProperties)
            }
        }
    
        // TODO: Make the number of projects configurable?
    
        // Generates "library" project names
        private static List<List<String>> getGeneratedLibraries() {
            return generateNames("lib")
        }
    
        // Generates "executable" project names
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jul 07 13:12:26 UTC 2021
    - 11.2K bytes
    - Viewed (0)
Back to top