Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,101 for Managed (0.25 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/create.go

    	return c.Creater.Create(ctx, obj, createValidatingAdmission, options)
    }
    
    // manager is assumed to be already a valid value, we need to make
    // userAgent into a valid value too.
    func managerOrUserAgent(manager, userAgent string) string {
    	if manager != "" {
    		return manager
    	}
    	return prefixFromUserAgent(userAgent)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:19:46 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go

    	"currentReplicas":    "currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.",
    	"desiredReplicas":    "desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.",
    	"currentMetrics":     "currentMetrics is the last read state of the metrics used by this autoscaler.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  3. pkg/apis/resource/validation/validation_resourceclass_test.go

    					"example.com/foo",
    				}
    				return class
    			}(),
    		},
    		"managed-fields": {
    			class: func() *resource.ResourceClass {
    				class := testClass(goodName, goodName)
    				class.ManagedFields = []metav1.ManagedFieldsEntry{
    					{
    						FieldsType: "FieldsV1",
    						Operation:  "Apply",
    						APIVersion: "apps/v1",
    						Manager:    "foo",
    					},
    				}
    				return class
    			}(),
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-groovy/src/integTest/groovy/org/gradle/model/dsl/ModelMapDslIntegrationTest.groovy

    @UnsupportedWithConfigurationCache(because = "software model")
    class ModelMapDslIntegrationTest extends AbstractIntegrationSpec {
        def setup() {
            buildFile << '''
    @Managed
    interface Thing {
        String getValue()
        void setValue(String v)
    }
    
    class MyPlugin extends RuleSource {
        @Model
        void things(ModelMap<Thing> things) { }
    }
    
    apply plugin: MyPlugin
    '''
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  5. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classloader/ClassLoaderUtils.java

         * This class makes it a bit easier to use {@link MethodHandles.Lookup}.
         * In order to access a method, a lookup object which is accessible to this method must be provided.
         * Usually, this class and the target Gradle-managed class loader exist in the same module, so everything works.
         * Otherwise, an {@link IllegalAccessException} will be thrown, and {@link ClassLoader} class will be used as the lookup object.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  6. pkg/volume/portworx/portworx.go

    }
    
    func (plugin *portworxVolumePlugin) newUnmounterInternal(volName string, podUID types.UID, manager portworxManager,
    	mounter mount.Interface) (volume.Unmounter, error) {
    	return &portworxVolumeUnmounter{
    		&portworxVolume{
    			podUID:          podUID,
    			volName:         volName,
    			manager:         manager,
    			mounter:         mounter,
    			plugin:          plugin,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  7. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollection.java

    import org.gradle.internal.Cast;
    import org.gradle.internal.Factory;
    import org.gradle.internal.file.PathToFileResolver;
    import org.gradle.internal.logging.text.TreeFormatter;
    import org.gradle.internal.state.Managed;
    
    import javax.annotation.Nullable;
    import java.io.File;
    import java.util.AbstractSet;
    import java.util.ArrayList;
    import java.util.Collection;
    import java.util.Collections;
    import java.util.Iterator;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 16:06:55 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  8. pkg/volume/util/util.go

    	// ControllerManagedAttachAnnotation is the key of the annotation on Node
    	// objects that indicates attach/detach operations for the node should be
    	// managed by the attach/detach controller
    	ControllerManagedAttachAnnotation string = "volumes.kubernetes.io/controller-managed-attach-detach"
    
    	// MountsInGlobalPDPath is name of the directory appended to a volume plugin
    	// name to create the place for volume mounts in the global PD path.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  9. pkg/volume/downwardapi/downwardapi.go

    // downward API volumes are always ReadOnlyManaged
    func (d *downwardAPIVolume) GetAttributes() volume.Attributes {
    	return volume.Attributes{
    		ReadOnly:       true,
    		Managed:        true,
    		SELinuxRelabel: true,
    	}
    }
    
    // SetUp puts in place the volume plugin.
    // This function is not idempotent by design. We want the data to be refreshed periodically.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/UnsafeConfigurationResolutionDeprecationIntegrationTest.groovy

            }
            fails(":resolve")
    
            then:
            failure.assertHasFailure("Execution failed for task ':resolve'.") {
                it.assertHasCause("The configuration :bar was resolved from a thread not managed by Gradle.")
            }
    
            where:
            expression << [
                "files",
                "incoming.resolutionResult.root",
                "incoming.resolutionResult.rootComponent.get()",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 20:27:07 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top