Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 174 for omitempty (0.44 sec)

  1. pilot/pkg/xds/debug.go

    	ListenerSent         string         `json:"listener_sent,omitempty"`
    	ListenerAcked        string         `json:"listener_acked,omitempty"`
    	RouteSent            string         `json:"route_sent,omitempty"`
    	RouteAcked           string         `json:"route_acked,omitempty"`
    	EndpointSent         string         `json:"endpoint_sent,omitempty"`
    	EndpointAcked        string         `json:"endpoint_acked,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/action.go

    	NeedBuild  bool      `json:",omitempty"`
    	ActionID   string    `json:",omitempty"`
    	BuildID    string    `json:",omitempty"`
    	TimeReady  time.Time `json:",omitempty"`
    	TimeStart  time.Time `json:",omitempty"`
    	TimeDone   time.Time `json:",omitempty"`
    
    	Cmd     []string      // `json:",omitempty"`
    	CmdReal time.Duration `json:",omitempty"`
    	CmdUser time.Duration `json:",omitempty"`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:39:17 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  3. pkg/bootstrap/option/convert.go

    type TransportSocket struct {
    	Name        string          `json:"name,omitempty"`
    	TypedConfig *pstruct.Struct `json:"typed_config,omitempty"`
    }
    
    // TCPKeepalive wraps is a thin JSON for xDS proto
    type TCPKeepalive struct {
    	KeepaliveProbes   *wrappers.UInt32Value `json:"keepalive_probes,omitempty"`
    	KeepaliveTime     *wrappers.UInt32Value `json:"keepalive_time,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 00:35:05 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/response.go

    }
    
    type watchEmbeddedEncoderIdentifier struct {
    	Name      string              `json:"name,omitempty"`
    	Encoder   string              `json:"encoder,omitempty"`
    	Target    string              `json:"target,omitempty"`
    	Options   metav1.TableOptions `json:"options,omitempty"`
    	NoHeaders bool                `json:"noHeaders,omitempty"`
    }
    
    func (e *watchEmbeddedEncoder) embeddedIdentifier() runtime.Identifier {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 09:07:03 UTC 2023
    - 16.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumespec.go

    	StorageClassName                         *string                               `json:"storageClassName,omitempty"`
    	MountOptions                             []string                              `json:"mountOptions,omitempty"`
    	VolumeMode                               *v1.PersistentVolumeMode              `json:"volumeMode,omitempty"`
    	NodeAffinity                             *VolumeNodeAffinityApplyConfiguration `json:"nodeAffinity,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 16.6K bytes
    - Viewed (0)
  6. cmd/storage-datatypes.go

    // the duration of each API.
    type DiskMetrics struct {
    	LastMinute              map[string]AccElem `json:"apiLatencies,omitempty"`
    	APICalls                map[string]uint64  `json:"apiCalls,omitempty"`
    	TotalWaiting            uint32             `json:"totalWaiting,omitempty"`
    	TotalErrorsAvailability uint64             `json:"totalErrsAvailability"`
    	TotalErrorsTimeout      uint64             `json:"totalErrsTimeout"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modfetch/codehost/codehost.go

    // to see whether the result remains up-to-date.
    type Origin struct {
    	VCS    string `json:",omitempty"` // "git" etc
    	URL    string `json:",omitempty"` // URL of repository
    	Subdir string `json:",omitempty"` // subdirectory in repo
    
    	Hash string `json:",omitempty"` // commit hash or ID
    
    	// If TagSum is non-empty, then the resolution of this module version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  8. pkg/dns/proto/nds.pb.go

    	Ips []string `protobuf:"bytes,1,rep,name=ips,proto3" json:"ips,omitempty"`
    	// The name of the service registry containing the service (e.g. 'Kubernetes').
    	Registry string `protobuf:"bytes,2,opt,name=registry,proto3" json:"registry,omitempty"`
    	// The k8s service name. Only applies when registry=`Kubernetes`
    	Shortname string `protobuf:"bytes,3,opt,name=shortname,proto3" json:"shortname,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. cmd/bucket-lifecycle.go

    type S3Location struct {
    	BucketName   string          `xml:"BucketName,omitempty"`
    	Encryption   Encryption      `xml:"Encryption,omitempty"`
    	Prefix       string          `xml:"Prefix,omitempty"`
    	StorageClass string          `xml:"StorageClass,omitempty"`
    	Tagging      *tags.Tags      `xml:"Tagging,omitempty"`
    	UserMetadata []MetadataEntry `xml:"UserMetadata"`
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  10. cmd/batch-rotate.go

    	NewerThan     time.Duration `yaml:"newerThan,omitempty" json:"newerThan"`
    	OlderThan     time.Duration `yaml:"olderThan,omitempty" json:"olderThan"`
    	CreatedAfter  time.Time     `yaml:"createdAfter,omitempty" json:"createdAfter"`
    	CreatedBefore time.Time     `yaml:"createdBefore,omitempty" json:"createdBefore"`
    	Tags          []BatchJobKV  `yaml:"tags,omitempty" json:"tags"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top