Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 342 for getStep (0.16 sec)

  1. pkg/kubelet/container/testing/fake_runtime.go

    }
    
    type FakeRuntimeCache struct {
    	getter podsGetter
    }
    
    func NewFakeRuntimeCache(getter podsGetter) kubecontainer.RuntimeCache {
    	return &FakeRuntimeCache{getter}
    }
    
    func (f *FakeRuntimeCache) GetPods(ctx context.Context) ([]*kubecontainer.Pod, error) {
    	return f.getter.GetPods(ctx, false)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 14 00:23:50 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/process/ExecOperations.java

    import org.gradle.internal.service.scopes.ServiceScope;
    
    /**
     * Process execution operations.
     *
     * <p>An instance of this type can be injected into a task, plugin or other object by annotating a public constructor or property getter method with {@code javax.inject.Inject}.
     *
     * @since 6.0
     */
    @ServiceScope({Scope.Build.class, Scope.Project.class})
    public interface ExecOperations {
    
        /**
         * Executes the specified external process.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/tasks/Console.java

     * because its value only influences the console output of the task.</p>
     *
     * <p>This annotation should be attached to the getter method in Java or the property in Groovy.
     * Annotations on setters or just the field in Java are ignored.</p>
     *
     * <p>This will cause the task not to be considered out-of-date when the property has changed.</p>
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/configuration/BuildFeatures.java

     * and their state in the current build.
     * <p>
     * An instance of this type can be injected into a task, plugin or other object by annotating
     * a public constructor or property getter method with {@code javax.inject.Inject}.
     *
     * @see BuildFeature
     * @since 8.5
     */
    @Incubating
    @ServiceScope(Scope.BuildTree.class)
    public interface BuildFeatures {
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 22:53:34 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. pkg/test/framework/components/jwt/server.go

    	t.Helper()
    	s, err := New(t, ns)
    	if err != nil {
    		t.Fatal(err)
    	}
    	return s
    }
    
    // Setup is a utility function for configuring a jwt Server.
    func Setup(server *Server, ns namespace.Getter) resource.SetupFn {
    	if ns == nil {
    		ns = namespace.NilGetter
    	}
    
    	return func(ctx resource.Context) error {
    		s, err := New(ctx, ns())
    		if err != nil {
    			return err
    		}
    
    		// Store the server.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 06 18:43:28 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  6. pkg/kube/inject/watcher.go

    type WatcherMulticast struct {
    	handlers []func(*Config, string) error
    	impl     Watcher
    	Get      func() WebhookConfig
    }
    
    func NewMulticast(impl Watcher, getter func() WebhookConfig) *WatcherMulticast {
    	res := &WatcherMulticast{
    		impl: impl,
    		Get:  getter,
    	}
    	impl.SetHandler(func(c *Config, s string) error {
    		err := istiomultierror.New()
    		for _, h := range res.handlers {
    			err = multierror.Append(err, h(c, s))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/tasks/InputDirectory.java

    import java.lang.annotation.RetentionPolicy;
    import java.lang.annotation.Target;
    
    /**
     * <p>Marks a property as specifying an input directory for a task.</p>
     *
     * <p>This annotation should be attached to the getter method in Java or the property in Groovy.
     * Annotations on setters or just the field in Java are ignored.</p>
     *
     * <p>This will cause the task to be considered out-of-date when the directory location or contents
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 02 13:25:05 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/api/tasks/options/OptionValues.java

     * or {@code List<String>} {@link Option}. At most one option values method may be provided for a
     * particular option.</p>
     *
     * <p>This annotation should be attached to a getter method that returns a {@link java.util.Collection} of
     * possible values. The entries in the collection may be of any type. If necessary, they are transformed
     * into {@link String Strings} by calling {@code toString()}.</p>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 28 20:18:07 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/internal/reflect/validation/ValidationMessageChecker.groovy

            config.description("without corresponding getter has been annotated with @${config.annotation}")
                .reason("Annotations on fields are only used if there's a corresponding getter for the field.")
                .solution("Add a getter for field '${config.property}'")
                .solution("Remove the annotations on '${config.property}'")
                .render()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 11:49:03 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  10. tests/integration/security/sds_ingress/util/util.go

    				// We use a port > 1024 to not require root
    				WorkloadPort: 8090,
    			},
    		},
    		DeployAsVM: buildVM,
    	}
    }
    
    func SetupTest(ctx resource.Context, customCfg *[]echo.Config, customNs namespace.Getter) error {
    	var customConfig []echo.Config
    	buildVM := !ctx.Settings().Skip(echo.VM)
    	a := EchoConfig(ASvc, customNs.Get(), false)
    	vm := EchoConfig(VMSvc, customNs.Get(), buildVM)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 05:12:36 UTC 2023
    - 20.2K bytes
    - Viewed (0)
Back to top