Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,898 for typeA (0.12 sec)

  1. pkg/apis/extensions/types.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    /*
    This file (together with pkg/apis/extensions/v1beta1/types.go) contain the experimental
    types in kubernetes. These API objects are experimental, meaning that the
    APIs may be broken at any time by the kubernetes team.
    
    DISCLAIMER: The implementation of the experimental API group itself is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 13 17:21:33 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  2. pkg/controller/replicaset/config/types.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package config
    
    // ReplicaSetControllerConfiguration contains elements describing ReplicaSetController.
    type ReplicaSetControllerConfiguration struct {
    	// concurrentRSSyncs is the number of replica sets that are  allowed to sync
    	// concurrently. Larger number = more responsive replica  management, but more
    	// CPU (and network) load.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 936 bytes
    - Viewed (0)
  3. pkg/controller/replication/config/types.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package config
    
    // ReplicationControllerConfiguration contains elements describing ReplicationController.
    type ReplicationControllerConfiguration struct {
    	// concurrentRCSyncs is the number of replication controllers that are
    	// allowed to sync concurrently. Larger number = more responsive replica
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 948 bytes
    - Viewed (0)
  4. pkg/apis/apidiscovery/types.go

    	ResponseKind *v1.GroupVersionKind
    	// acceptedTypes describes the kinds that this endpoint accepts.
    	// Subresources may accept the standard content types or define
    	// custom negotiation schemes. The list may not be exhaustive for
    	// all operations.
    	// +listType=map
    	// +listMapKey=group
    	// +listMapKey=version
    	// +listMapKey=kind
    	AcceptedTypes []v1.GroupVersionKind
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 09 18:45:33 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/types.go

    	GetAllPodsFromCgroups() (map[types.UID]CgroupName, error)
    
    	// IsPodCgroup returns true if the literal cgroupfs name corresponds to a pod
    	IsPodCgroup(cgroupfs string) (bool, types.UID)
    
    	// Get value of memory usage for the pod Cgroup
    	GetPodCgroupMemoryUsage(pod *v1.Pod) (uint64, error)
    
    	// Get the resource config values applied to the pod cgroup for specified resource type
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 24 18:21:21 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/authentication/v1alpha1/types.go

    // When using impersonation, users will receive the user info of the user being impersonated.  If impersonation or
    // request header authentication is used, any extra keys will have their case ignored and returned as lowercase.
    type SelfSubjectReview struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 23:42:33 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/authorization/v1/types.go

    	// +optional
    	Version string `json:"version,omitempty" protobuf:"bytes,4,opt,name=version"`
    	// Resource is one of the existing resource types.  "*" means all.
    	// +optional
    	Resource string `json:"resource,omitempty" protobuf:"bytes,5,opt,name=resource"`
    	// Subresource is one of the existing resource types.  "" means none.
    	// +optional
    	Subresource string `json:"subresource,omitempty" protobuf:"bytes,6,opt,name=subresource"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v1/types.go

    type MetricStatus struct {
    	// type is the type of metric source.  It will be one of "ContainerResource",
    	// "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
    	// Note: "ContainerResource" type is available on when the feature-gate
    	// HPAContainerMetrics is enabled
    	Type MetricSourceType `json:"type" protobuf:"bytes,1,name=type"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/rbac/v1beta1/types.go

    }
    
    // RoleRef contains information that points to the role being used
    type RoleRef struct {
    	// APIGroup is the group for the resource being referenced
    	APIGroup string `json:"apiGroup" protobuf:"bytes,1,opt,name=apiGroup"`
    	// Kind is the type of resource being referenced
    	Kind string `json:"kind" protobuf:"bytes,2,opt,name=kind"`
    	// Name is the name of resource being referenced
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 22:49:19 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/imagepolicy/v1alpha1/types.go

    )
    
    // +genclient
    // +genclient:nonNamespaced
    // +genclient:noVerbs
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // ImageReview checks if the set of images in a pod are allowed.
    type ImageReview struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top