Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 31 for Largest (0.57 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

    message ISCSIPersistentVolumeSource {
      // targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port
      // is other than default (typically TCP ports 860 and 3260).
      optional string targetPortal = 1;
    
      // iqn is Target iSCSI Qualified Name.
      optional string iqn = 2;
    
      // lun is iSCSI Target Lun number.
      optional int32 lun = 3;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"targetPortal":      "targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).",
    	"iqn":               "iqn is Target iSCSI Qualified Name.",
    	"lun":               "lun is iSCSI Target Lun number.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

    message ISCSIPersistentVolumeSource {
      // targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port
      // is other than default (typically TCP ports 860 and 3260).
      optional string targetPortal = 1;
    
      // iqn is Target iSCSI Qualified Name.
      optional string iqn = 2;
    
      // lun is iSCSI Target Lun number.
      optional int32 lun = 3;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// The target object that you want to bind to the standard object.
    	Target ObjectReference `json:"target" protobuf:"bytes,2,opt,name=target"`
    }
    
    // Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
    // +k8s:openapi-gen=false
    type Preconditions struct {
    	// Specifies the target UID.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    		return x.Pods
    	}
    	return 0
    }
    
    // Configuration for CPU or memory target utilization for HorizontalPodAutoscaler target.
    type TargetUtilizationConfig struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// K8s utilization setting for HorizontalPodAutoscaler target.
    	//
    	// See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation.go

    	allErrs := field.ErrorList{}
    
    	if len(binding.Target.Kind) != 0 && binding.Target.Kind != "Node" {
    		// TODO: When validation becomes versioned, this gets more complicated.
    		allErrs = append(allErrs, field.NotSupported(field.NewPath("target", "kind"), binding.Target.Kind, []string{"Node", "<empty>"}))
    	}
    	if len(binding.Target.Name) == 0 {
    		// TODO: When validation becomes versioned, this gets more complicated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String INDEX_BACKUP_TARGETS = "index.backup.targets";
    
        /** The key of the configuration. e.g. click_log.ndjson,favorite_log.ndjson,search_log.ndjson,user_info.ndjson */
        String INDEX_BACKUP_LOG_TARGETS = "index.backup.log.targets";
    
        /** The key of the configuration. e.g. true */
        String LOGGING_SEARCH_DOCS_ENABLED = "logging.search.docs.enabled";
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.26.md

      load balancers and targets. ([#117452](https://github.com/kubernetes/kubernetes/pull/117452), [@alexanderConstantinescu](https://github.com/alexanderConstantinescu)) [SIG Cloud Provider and Network]
    
    ### Other (Cleanup or Flake)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  9. pkg/proxy/iptables/proxier_test.go

    	t        *testing.T
    
    	// matches accumulates the list of rules that were matched, for debugging purposes.
    	matches []string
    
    	// outputs accumulates the list of matched terminal rule targets (endpoint
    	// IP:ports, or a special target like "REJECT") and is eventually used to generate
    	// the return value of tracePacket.
    	outputs []string
    
    	// markMasq tracks whether the packet has been marked for masquerading
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.8.md

    * Build test targets for all server platforms ([#51873](https://github.com/kubernetes/kubernetes/pull/51873), [@luxas](https://github.com/luxas))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top