Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 174 for omitempty (0.2 sec)

  1. cmd/api-response.go

    	EncodingType string `xml:"EncodingType,omitempty"`
    }
    
    // Part container for part metadata.
    type Part struct {
    	PartNumber   int
    	LastModified string
    	ETag         string
    	Size         int64
    
    	// Checksum values
    	ChecksumCRC32  string `xml:"ChecksumCRC32,omitempty"`
    	ChecksumCRC32C string `xml:"ChecksumCRC32C,omitempty"`
    	ChecksumSHA1   string `xml:"ChecksumSHA1,omitempty"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/certificates/v1/types.go

    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,2,opt,name=reason"`
    	// message contains a human readable message with details about the request state
    	// +optional
    	Message string `json:"message,omitempty" protobuf:"bytes,3,opt,name=message"`
    	// lastUpdateTime is the time of the last update to this condition
    	// +optional
    	LastUpdateTime metav1.Time `json:"lastUpdateTime,omitempty" protobuf:"bytes,4,opt,name=lastUpdateTime"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  3. internal/auth/credentials.go

    	ParentUser   string                 `xml:"-" json:"parentUser,omitempty"`
    	Groups       []string               `xml:"-" json:"groups,omitempty"`
    	Claims       map[string]interface{} `xml:"-" json:"claims,omitempty"`
    	Name         string                 `xml:"-" json:"name,omitempty"`
    	Description  string                 `xml:"-" json:"description,omitempty"`
    
    	// Deprecated: In favor of Description - when reading credentials from
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:14:16 UTC 2024
    - 12K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/core/v1/event.go

    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	InvolvedObject                   *ObjectReferenceApplyConfiguration `json:"involvedObject,omitempty"`
    	Reason                           *string                            `json:"reason,omitempty"`
    	Message                          *string                            `json:"message,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 17.8K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modcmd/download.go

    type ModuleJSON struct {
    	Path     string `json:",omitempty"`
    	Version  string `json:",omitempty"`
    	Query    string `json:",omitempty"`
    	Error    string `json:",omitempty"`
    	Info     string `json:",omitempty"`
    	GoMod    string `json:",omitempty"`
    	Zip      string `json:",omitempty"`
    	Dir      string `json:",omitempty"`
    	Sum      string `json:",omitempty"`
    	GoModSum string `json:",omitempty"`
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 19:32:39 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  6. cmd/object-api-datatypes.go

    	ETag         string                    `xml:",omitempty"`
    	Checksum     *objectAttributesChecksum `xml:",omitempty"`
    	ObjectParts  *objectAttributesParts    `xml:",omitempty"`
    	StorageClass string                    `xml:",omitempty"`
    	ObjectSize   int64                     `xml:",omitempty"`
    }
    
    type objectAttributesChecksum struct {
    	ChecksumCRC32  string `xml:",omitempty"`
    	ChecksumCRC32C string `xml:",omitempty"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  7. pkg/config/model.go

    	// (e.g. "route-rule")
    	GroupVersionKind GroupVersionKind `json:"type,omitempty"`
    
    	// UID
    	UID string `json:"uid,omitempty"`
    
    	// Name is a unique immutable identifier in a namespace
    	Name string `json:"name,omitempty"`
    
    	// Namespace defines the space for names (optional for some types),
    	// applications may choose to use namespaces for a variety of purposes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  8. pkg/serviceaccount/claims.go

    type privateClaims struct {
    	Kubernetes kubernetes `json:"kubernetes.io,omitempty"`
    }
    
    type kubernetes struct {
    	Namespace string           `json:"namespace,omitempty"`
    	Svcacct   ref              `json:"serviceaccount,omitempty"`
    	Pod       *ref             `json:"pod,omitempty"`
    	Secret    *ref             `json:"secret,omitempty"`
    	Node      *ref             `json:"node,omitempty"`
    	WarnAfter *jwt.NumericDate `json:"warnafter,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 21:15:10 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  9. pkg/workloadapi/security/authorization.pb.go

    	SourceIps           []*Address     `protobuf:"bytes,5,rep,name=source_ips,json=sourceIps,proto3" json:"source_ips,omitempty"`
    	NotSourceIps        []*Address     `protobuf:"bytes,6,rep,name=not_source_ips,json=notSourceIps,proto3" json:"not_source_ips,omitempty"`
    	DestinationIps      []*Address     `protobuf:"bytes,7,rep,name=destination_ips,json=destinationIps,proto3" json:"destination_ips,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  10. src/cmd/go/internal/cache/prog.go

    	// wants to be a cache helper.
    	KnownCommands []ProgCmd `json:",omitempty"`
    
    	// For Get requests.
    
    	Miss     bool       `json:",omitempty"` // cache miss
    	OutputID []byte     `json:",omitempty"`
    	Size     int64      `json:",omitempty"` // in bytes
    	Time     *time.Time `json:",omitempty"` // an Entry.Time; when the object was added to the docs
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 19:23:25 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top