Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 214 for object3 (1.54 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    message TableOptions {
      // includeObject decides whether to include each object along with its columnar information.
      // Specifying "None" will return no object, specifying "Object" will return the full object contents, and
      // specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    message TableOptions {
      // includeObject decides whether to include each object along with its columnar information.
      // Specifying "None" will return no object, specifying "Object" will return the full object contents, and
      // specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         */
        Object configure(Object object, Closure configureClosure);
    
        /**
         * Configures a collection of objects via a closure. This is equivalent to calling {@link #configure(Object,
         * groovy.lang.Closure)} for each of the given objects.
         *
         * @param objects The objects to configure
         * @param configureClosure The closure with configure statements
         * @return The configured objects.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  4. src/runtime/mgcmark.go

    		if state != nil && state.stack.lo <= val && val < state.stack.hi {
    			// val may point to a stack object. This
    			// object may be dead from last cycle and
    			// hence may contain pointers to unallocated
    			// objects, but unlike heap objects we can't
    			// tell if it's already dead. Hence, if all
    			// pointers to this object are from
    			// conservative scanning, we have to scan it
    			// defensively, too.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  5. cmd/batch-handlers.go

    			Bucket:           ri.Bucket,
    			Object:           ri.Object,
    			Objects:          ri.Objects,
    			ObjectsFailed:    ri.ObjectsFailed,
    			BytesTransferred: ri.BytesTransferred,
    			BytesFailed:      ri.BytesFailed,
    		}
    	case string(madmin.BatchJobKeyRotate):
    		m.KeyRotate = &madmin.KeyRotationInfo{
    			Bucket:        ri.Bucket,
    			Object:        ri.Object,
    			Objects:       ri.Objects,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
  6. pkg/apis/admissionregistration/types.go

    	// NamespaceSelector decides whether to run the webhook on an object based
    	// on whether the namespace for that object matches the selector. If the
    	// object itself is a namespace, the matching is performed on
    	// object.metadata.labels. If the object is another cluster scoped resource,
    	// it never skips the webhook.
    	//
    	// For example, to run the webhook on any objects whose namespace is not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  7. common/scripts/metallb-native.yaml

                            are ANDed.
                          type: object
                      type: object
                      x-kubernetes-map-type: atomic
                    type: array
                type: object
              status:
                description: L2AdvertisementStatus defines the observed state of L2Advertisement.
                type: object
            type: object
        served: true
        storage: true
        subresources:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // NamespaceSelector decides whether to run the webhook on an object based
      // on whether the namespace for that object matches the selector. If the
      // object itself is a namespace, the matching is performed on
      // object.metadata.labels. If the object is another cluster scoped resource,
      // it never skips the webhook.
      //
      // For example, to run the webhook on any objects whose namespace is not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// NamespaceSelector decides whether to run the webhook on an object based
    	// on whether the namespace for that object matches the selector. If the
    	// object itself is a namespace, the matching is performed on
    	// object.metadata.labels. If the object is another cluster scoped resource,
    	// it never skips the webhook.
    	//
    	// For example, to run the webhook on any objects whose namespace is not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// NamespaceSelector decides whether to run the webhook on an object based
    	// on whether the namespace for that object matches the selector. If the
    	// object itself is a namespace, the matching is performed on
    	// object.metadata.labels. If the object is another cluster scoped resource,
    	// it never skips the webhook.
    	//
    	// For example, to run the webhook on any objects whose namespace is not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
Back to top