Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,650 for _objects (0.27 sec)

  1. common-protos/k8s.io/api/flowcontrol/v1alpha1/generated.proto

    message ServiceAccountSubject {
      // `namespace` is the namespace of matching ServiceAccount objects.
      // Required.
      optional string namespace = 1;
    
      // `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name.
      // Required.
      optional string name = 2;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/flowcontrol/v1beta2/generated.proto

    message ServiceAccountSubject {
      // `namespace` is the namespace of matching ServiceAccount objects.
      // Required.
      optional string namespace = 1;
    
      // `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name.
      // Required.
      optional string name = 2;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1/types.go

    	// configuration objects installed by previous releases but not overwrite
    	// changes made by the cluster operators.
    	// Note that this distinction is imperfectly detected: in the case where an
    	// operator deletes a suggested configuration object and later creates it
    	// but with a variant spec and then does no updates of the object
    	// (generation is 1), the technique outlined above will incorrectly
    	// determine that the object should be auto-updated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta1/types.go

    	// configuration objects installed by previous releases but not overwrite
    	// changes made by the cluster operators.
    	// Note that this distinction is imperfectly detected: in the case where an
    	// operator deletes a suggested configuration object and later creates it
    	// but with a variant spec and then does no updates of the object
    	// (generation is 1), the technique outlined above will incorrectly
    	// determine that the object should be auto-updated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta3/types.go

    	// configuration objects installed by previous releases but not overwrite
    	// changes made by the cluster operators.
    	// Note that this distinction is imperfectly detected: in the case where an
    	// operator deletes a suggested configuration object and later creates it
    	// but with a variant spec and then does no updates of the object
    	// (generation is 1), the technique outlined above will incorrectly
    	// determine that the object should be auto-updated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 31.9K bytes
    - Viewed (0)
  6. cmd/bucket-handlers_test.go

    		}
    
    		return deleteErrorList
    	}
    
    	objects := []ObjectToDelete{}
    	objects = append(objects, ObjectToDelete{
    		ObjectV: ObjectV{
    			ObjectName: "private/object",
    		},
    	})
    	objects = append(objects, ObjectToDelete{
    		ObjectV: ObjectV{
    			ObjectName: "public/object",
    		},
    	})
    	requestList := []DeleteObjectsRequest{
    		{Quiet: false, Objects: getObjectToDeleteList(objectNames[:5])},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go

    	"subjects":         "subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.proto

    message ServiceAccountSubject {
      // `namespace` is the namespace of matching ServiceAccount objects.
      // Required.
      optional string namespace = 1;
    
      // `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name.
      // Required.
      optional string name = 2;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/networking/v1alpha1/types_swagger_doc_generated.go

    	"name":      "Name is the name of the object being referenced.",
    }
    
    func (ParentReference) SwaggerDoc() map[string]string {
    	return map_ParentReference
    }
    
    var map_ServiceCIDR = map[string]string{
    	"":         "ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:58 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  10. cmd/erasure-server-pool.go

    	derrs := make([]error, len(objects))
    	dobjects := make([]DeletedObject, len(objects))
    	objSets := set.NewStringSet()
    	for i := range derrs {
    		objects[i].ObjectName = encodeDirObject(objects[i].ObjectName)
    
    		derrs[i] = checkDelObjArgs(ctx, bucket, objects[i].ObjectName)
    		objSets.Add(objects[i].ObjectName)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
Back to top