Search Options

Results per page
Sort
Preferred Languages
Advance

Results 601 - 610 of 642 for sink64 (0.05 sec)

  1. cmd/bucket-replication-handlers.go

    				ReplicationValidityCheck: true, // set this to validate the replication config
    			},
    		}
    		obj := path.Join(minioReservedBucket, globalLocalNodeNameHex, "deleteme")
    		ui, err := c.PutObject(ctx, clnt.Bucket, obj, reader, int64(len(buf)), "", "", putOpts)
    		if err != nil && !isReplicationPermissionCheck(ErrorRespToObjectError(err, bucket, obj)) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/autoscaling/v2/generated.proto

    message HorizontalPodAutoscalerStatus {
      // observedGeneration is the most recent generation observed by this autoscaler.
      // +optional
      optional int64 observedGeneration = 1;
    
      // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods,
      // used by the autoscaler to control how often the number of pods is changed.
      // +optional
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/autoscaling/v2beta1/generated.proto

    message HorizontalPodAutoscalerStatus {
      // observedGeneration is the most recent generation observed by this autoscaler.
      // +optional
      optional int64 observedGeneration = 1;
    
      // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods,
      // used by the autoscaler to control how often the number of pods is changed.
      // +optional
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/io/MoreFiles.java

       * Returns a view of the given {@code path} as a {@link ByteSink}.
       *
       * <p>Any {@linkplain OpenOption open options} provided are used when opening streams to the file
       * and may affect the behavior of the returned sink and the streams it provides. See {@link
       * StandardOpenOption} for the standard options that may be provided. Providing no options is
       * equivalent to providing the {@link StandardOpenOption#CREATE CREATE}, {@link
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 35K bytes
    - Viewed (0)
  5. guava/src/com/google/common/io/MoreFiles.java

       * Returns a view of the given {@code path} as a {@link ByteSink}.
       *
       * <p>Any {@linkplain OpenOption open options} provided are used when opening streams to the file
       * and may affect the behavior of the returned sink and the streams it provides. See {@link
       * StandardOpenOption} for the standard options that may be provided. Providing no options is
       * equivalent to providing the {@link StandardOpenOption#CREATE CREATE}, {@link
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // expirationSeconds is the duration of validity of the token in "TokenRequestSpec".
      // It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
      //
      // +optional
      optional int64 expirationSeconds = 2;
    }
    
    // VolumeAttachment captures the intent to attach or detach the specified volume
    // to/from the specified node.
    //
    // VolumeAttachment objects are non-namespaced.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  7. istioctl/pkg/workload/workload.go

    	netutil "istio.io/istio/pkg/util/net"
    	"istio.io/istio/pkg/util/protomarshal"
    	"istio.io/istio/pkg/util/shellescape"
    )
    
    var (
    	// TODO refactor away from package vars and add more UTs
    	tokenDuration  int64
    	name           string
    	serviceAccount string
    	filename       string
    	outputDir      string
    	clusterID      string
    	ingressIP      string
    	internalIP     string
    	externalIP     string
    	ingressSvc     string
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 15 16:31:46 UTC 2024
    - 25.3K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/autoscaling/v1/generated.proto

    }
    
    // current status of a horizontal pod autoscaler
    message HorizontalPodAutoscalerStatus {
      // observedGeneration is the most recent generation observed by this autoscaler.
      // +optional
      optional int64 observedGeneration = 1;
    
      // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods;
      // used by the autoscaler to control how often the number of pods is changed.
      // +optional
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

    }
    
    // ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.
    message ValidatingAdmissionPolicyStatus {
      // The generation observed by the controller.
      // +optional
      optional int64 observedGeneration = 1;
    
      // The results of type checking for each expression.
      // Presence of this field indicates the completion of the type checking.
      // +optional
      optional TypeChecking typeChecking = 2;
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/storage/v1/generated.proto

      // expirationSeconds is the duration of validity of the token in "TokenRequestSpec".
      // It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
      //
      // +optional
      optional int64 expirationSeconds = 2;
    }
    
    // VolumeAttachment captures the intent to attach or detach the specified volume
    // to/from the specified node.
    //
    // VolumeAttachment objects are non-namespaced.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top