Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 83 for tag_set (0.18 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	CAP_MAXIMUM                   = 0x7
    	CAP_NUMA_ATTACH               = 0x2
    	CAP_PERMITTED                 = 0x3
    	CAP_PROPAGATE                 = 0x1
    	CAP_PROPOGATE                 = 0x1
    	CAP_SET                       = 0x1
    	CBAUD                         = 0xf
    	CFLUSH                        = 0xf
    	CIBAUD                        = 0xf0000
    	CLOCAL                        = 0x800
    	CLOCK_MONOTONIC               = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	CAP_MAXIMUM                   = 0x7
    	CAP_NUMA_ATTACH               = 0x2
    	CAP_PERMITTED                 = 0x3
    	CAP_PROPAGATE                 = 0x1
    	CAP_PROPOGATE                 = 0x1
    	CAP_SET                       = 0x1
    	CBAUD                         = 0xf
    	CFLUSH                        = 0xf
    	CIBAUD                        = 0xf0000
    	CLOCAL                        = 0x800
    	CLOCK_MONOTONIC               = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  3. cmd/site-replication.go

    				}
    				if s.Tags != nil {
    					tagBytes, err := base64.StdEncoding.DecodeString(*s.Tags)
    					if err != nil {
    						continue
    					}
    					tagCount++
    					if !tagSet.Contains(string(tagBytes)) {
    						tagSet.Add(string(tagBytes))
    					}
    				}
    				if len(s.Policy) > 0 {
    					plcy, err := policy.ParseBucketPolicyConfig(bytes.NewReader(s.Policy), b)
    					if err != nil {
    						continue
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v1/generated.proto

      optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;
    
      // container is the name of the container in the pods of the scaling taget
      optional string container = 4;
    }
    
    // CrossVersionObjectReference contains enough information to let you identify the referred resource.
    // +structType=atomic
    message CrossVersionObjectReference {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 22K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/autoscaling/v1/generated.proto

      optional k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;
    
      // container is the name of the container in the pods of the scaling taget
      optional string container = 4;
    }
    
    // CrossVersionObjectReference contains enough information to let you identify the referred resource.
    // +structType=atomic
    message CrossVersionObjectReference {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22K bytes
    - Viewed (0)
  6. internal/bucket/lifecycle/lifecycle_test.go

    				},
    				Transition: Transition{
    					Days:         TransitionDays(3),
    					StorageClass: "TIER-1",
    				},
    			},
    			{
    				ID:     "rule-2",
    				Status: "Enabled",
    				Filter: Filter{
    					tagSet: true,
    					Tag: Tag{
    						Key:   "priority",
    						Value: "low",
    					},
    				},
    				Transition: Transition{
    					Days:         TransitionDays(3),
    					StorageClass: "TIER-2",
    				},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v1/types.go

    	CurrentAverageValue resource.Quantity `json:"currentAverageValue" protobuf:"bytes,3,name=currentAverageValue"`
    
    	// container is the name of the container in the pods of the scaling taget
    	Container string `json:"container" protobuf:"bytes,4,opt,name=container"`
    }
    
    // ExternalMetricStatus indicates the current value of a global metric
    // not associated with any Kubernetes object.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

              // just compare set equality not list equality.
              std::unordered_set<string> a_set(av.list().s().begin(),
                                               av.list().s().end());
              std::unordered_set<string> b_set(bv.list().s().begin(),
                                               bv.list().s().end());
              return a_set == b_set;
            } else {
              return av.DebugString() == bv.DebugString();
            }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  9. cmd/api-errors.go

    		Description:    "Bucket is missing ObjectLockConfiguration",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrBucketTaggingNotFound: {
    		Code:           "NoSuchTagSet",
    		Description:    "The TagSet does not exist",
    		HTTPStatusCode: http.StatusNotFound,
    	},
    	ErrObjectLockConfigurationNotFound: {
    		Code:           "ObjectLockConfigurationNotFoundError",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"container": {
    						SchemaProps: spec.SchemaProps{
    							Description: "container is the name of the container in the pods of the scaling taget",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    				},
    				Required: []string{"name", "currentAverageValue", "container"},
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
Back to top