Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 4,663 for Types (0.43 sec)

  1. staging/src/k8s.io/api/autoscaling/v2/types.go

    	// ratio between the target value and the current value by the current
    	// number of pods.  Ergo, metrics used must decrease as the pod count is
    	// increased, and vice-versa.  See the individual metric source types for
    	// more information about how each type of metric must respond.
    	// If not set, the default metric will be set to 80% average CPU utilization.
    	// +listType=atomic
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/v1beta3/types.go

    	// +optional
    	TimeoutForControlPlane *metav1.Duration `json:"timeoutForControlPlane,omitempty"`
    }
    
    // DNSAddOnType defines string identifying DNS add-on types
    type DNSAddOnType string
    
    // DNS defines the DNS addon that should be used in the cluster
    type DNS struct {
    	// ImageMeta allows to customize the image used for the DNS component
    	ImageMeta `json:",inline"`
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1beta2/types.go

    	Conditions []DaemonSetCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,10,rep,name=conditions"`
    }
    
    type DaemonSetConditionType string
    
    // TODO: Add valid condition types of a DaemonSet.
    
    // DaemonSetCondition describes the state of a DaemonSet at a certain point.
    type DaemonSetCondition struct {
    	// Type of DaemonSet condition.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    )
    
    // FlowDistinguisherMethod specifies the method of a flow distinguisher.
    type FlowDistinguisherMethod struct {
    	// `type` is the type of flow distinguisher method
    	// The supported types are "ByUser" and "ByNamespace".
    	// Required.
    	Type FlowDistinguisherMethodType `json:"type" protobuf:"bytes,1,opt,name=type"`
    }
    
    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

    )
    
    // FlowDistinguisherMethod specifies the method of a flow distinguisher.
    type FlowDistinguisherMethod struct {
    	// `type` is the type of flow distinguisher method
    	// The supported types are "ByUser" and "ByNamespace".
    	// Required.
    	Type FlowDistinguisherMethodType `json:"type" protobuf:"bytes,1,opt,name=type"`
    }
    
    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. pkg/controller/podautoscaler/config/types.go

    SataQiu <******@****.***> 1716110637 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 19 09:49:23 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. pkg/kubelet/pluginmanager/cache/types.go

    HirazawaUi <******@****.***> 1710335880 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:21:15 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  8. pkg/proxy/apis/config/types.go

    Dan Winship <******@****.***> 1706885019 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 13K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apiserverinternal/v1alpha1/types.go

    Tim Hockin <******@****.***> 1709166298 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:37 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/certificates/v1beta1/types.go

    Jordan Liggitt <******@****.***> 1671316265 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 10.4K bytes
    - Viewed (0)
Back to top