Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 170 for omitempty (0.29 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. cmd/data-usage-utils.go

    }
    
    // DataUsageInfo represents data usage stats of the underlying Object API
    type DataUsageInfo struct {
    	TotalCapacity     uint64 `json:"capacity,omitempty"`
    	TotalUsedCapacity uint64 `json:"usedCapacity,omitempty"`
    	TotalFreeCapacity uint64 `json:"freeCapacity,omitempty"`
    
    	// LastUpdate is the timestamp of when the data usage info was last updated.
    	// This does not indicate a full scan.
    	LastUpdate time.Time `json:"lastUpdate"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 10 09:15:15 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. cmd/importverifier/importverifier.go

    type Package struct {
    	Dir          string   `yaml:",omitempty"` // directory containing package sources
    	ImportPath   string   `yaml:",omitempty"` // import path of package
    	Imports      []string `yaml:",omitempty"` // import paths used by this package
    	TestImports  []string `yaml:",omitempty"` // imports from TestGoFiles
    	XTestImports []string `yaml:",omitempty"` // imports from XTestGoFiles
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:16 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  6. hack/verify-description.sh

        echo "API file: ${file} should not contain descriptions in struct tags"
        result=1
      fi
      if grep json: "${file}" | grep -Ee ",[[:space:]]+omitempty|omitempty[[:space:]]+" ; then
        echo "API file: ${file} should not contain leading or trailing spaces for omitempty directive"
        result=1
      fi
    done
    
    internal_types_files="${KUBE_ROOT}/pkg/apis/core/types.go ${KUBE_ROOT}/pkg/apis/extensions/types.go"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:32 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/paramkind.go

    package v1
    
    // ParamKindApplyConfiguration represents an declarative configuration of the ParamKind type for use
    // with apply.
    type ParamKindApplyConfiguration struct {
    	APIVersion *string `json:"apiVersion,omitempty"`
    	Kind       *string `json:"kind,omitempty"`
    }
    
    // ParamKindApplyConfiguration constructs an declarative configuration of the ParamKind type for use with
    // apply.
    func ParamKind() *ParamKindApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/successpolicyrule.go

    // with apply.
    type SuccessPolicyRuleApplyConfiguration struct {
    	SucceededIndexes *string `json:"succeededIndexes,omitempty"`
    	SucceededCount   *int32  `json:"succeededCount,omitempty"`
    }
    
    // SuccessPolicyRuleApplyConfiguration constructs an declarative configuration of the SuccessPolicyRule type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/core/v1/noderuntimehandler.go

    // with apply.
    type NodeRuntimeHandlerApplyConfiguration struct {
    	Name     *string                                       `json:"name,omitempty"`
    	Features *NodeRuntimeHandlerFeaturesApplyConfiguration `json:"features,omitempty"`
    }
    
    // NodeRuntimeHandlerApplyConfiguration constructs an declarative configuration of the NodeRuntimeHandler type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:06:39 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/expressionwarning.go

    // with apply.
    type ExpressionWarningApplyConfiguration struct {
    	FieldRef *string `json:"fieldRef,omitempty"`
    	Warning  *string `json:"warning,omitempty"`
    }
    
    // ExpressionWarningApplyConfiguration constructs an declarative configuration of the ExpressionWarning type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top