Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 6,074 for Types (0.07 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. pkg/controller/garbagecollector/config/types.go

    stewart-yu <******@****.***> 1547608766 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  6. pkg/controller/podgc/config/types.go

    stewart-yu <******@****.***> 1547608766 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 963 bytes
    - Viewed (0)
  7. 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)
  8. pkg/controller/resourcequota/config/types.go

    stewart-yu <******@****.***> 1547608766 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  9. pkg/controller/statefulset/config/types.go

    YueHonghui <******@****.***> 1564637774 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 01 05:36:14 UTC 2019
    - 956 bytes
    - Viewed (0)
  10. pkg/controller/volume/ephemeral/config/types.go

    SataQiu <******@****.***> 1627220217 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jul 25 13:36:57 UTC 2021
    - 989 bytes
    - Viewed (0)
Back to top