Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 6,074 for Types (0.14 sec)

  1. staging/src/k8s.io/api/events/v1beta1/types.go

    	// handle values up to 64kB.
    	// +optional
    	Note string `json:"note,omitempty" protobuf:"bytes,10,opt,name=note"`
    
    	// type is the type of this event (Normal, Warning), new types could be added in the future.
    	// It is machine-readable.
    	// +optional
    	Type string `json:"type,omitempty" protobuf:"bytes,11,opt,name=type"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 03 11:06:50 UTC 2021
    - 6.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/events/v1/types.go

    	// handle values up to 64kB.
    	// +optional
    	Note string `json:"note,omitempty" protobuf:"bytes,10,opt,name=note"`
    
    	// type is the type of this event (Normal, Warning), new types could be added in the future.
    	// It is machine-readable.
    	// This field cannot be empty for new Events.
    	Type string `json:"type,omitempty" protobuf:"bytes,11,opt,name=type"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// +optional
    	DefaultMode *int32
    }
    
    // VolumeProjection that may be projected along with other supported volume types
    type VolumeProjection struct {
    	// all types below are the supported types for projection into the same volume
    
    	// information about the secret data to project
    	Secret *SecretProjection
    	// information about the downwardAPI data to project
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	//   the IngressClass. Implementations can treat this as a separate PathType
    	//   or treat it identically to Prefix or Exact path types.
    	// Implementations are required to support all path types.
    	// Defaults to ImplementationSpecific.
    	PathType *PathType `json:"pathType,omitempty" protobuf:"bytes,3,opt,name=pathType"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  5. pkg/apis/networking/types.go

    	// solely to ensure that the pods it selects are isolated by default).
    	// This field is beta-level in 1.8
    	// +optional
    	Egress []NetworkPolicyEgressRule
    
    	// policyTypes is a list of rule types that the NetworkPolicy relates to.
    	// Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"].
    	// If this field is not specified, it will default based on the existence of ingress or egress rules;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 27.7K bytes
    - Viewed (0)
  6. src/mime/testdata/test.types

    Russ Cox <******@****.***> 1410149331 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 239 bytes
    - Viewed (0)
  7. cmd/kubeadm/app/apis/output/types.go

    carlory <******@****.***> 1713942080 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 07:01:20 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  8. pkg/controller/endpointslicemirroring/config/types.go

    Rob Scott <******@****.***> 1593213323 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 06 19:43:33 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  9. pkg/apis/storage/types.go

    Kubernetes Prow Robot <******@****.***> 1702499097 +0100
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 13 20:24:57 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  10. pkg/apis/storagemigration/types.go

    Nilekh Chaudhari <******@****.***> 1696969388 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top