Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for persistent (0.81 sec)

  1. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    		// that state in informer callbacks. But that would cause
    		// problems for using the plugin in the Cluster Autoscaler. If
    		// this step here turns out to be expensive, we may have to
    		// maintain and update state more persistently.
    		//
    		// Claims are treated as "allocated" if they are in the assume cache
    		// or currently their allocation is in-flight.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    			}
    		})
    	}
    }
    
    // seedMultiLevelData creates a set of keys with a multi-level structure, returning a resourceVersion
    // from before any were created along with the full set of objects that were persisted
    func seedMultiLevelData(ctx context.Context, store storage.Interface) (string, []*example.Pod, error) {
    	// Setup storage with the following structure:
    	//  /
    	//   - first/
    	//  |         - bar
    	//  |
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    This will change in Gradle 8.0.
    Strict accessor generation will become the default.
    To opt in to the strict behavior, set the 'org.gradle.kotlin.dsl.precompiled.accessors.strict' system property to `true`.
    
    This can be achieved persistently in the `gradle.properties` file in your build root directory:
    
    ```properties
    systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true
    ```
    
    === Potential breaking changes
    
    [[kotlin_1_7_10]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top