Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 71 for omitempty (0.13 sec)

  1. pkg/zdsapi/zds.pb.go

    	unknownFields protoimpl.UnknownFields
    
    	Name           string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
    	Namespace      string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
    	ServiceAccount string `protobuf:"bytes,3,opt,name=service_account,json=serviceAccount,proto3" json:"service_account,omitempty"`
    }
    
    func (x *WorkloadInfo) Reset() {
    	*x = WorkloadInfo{}
    	if protoimpl.UnsafeEnabled {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  2. istioctl/pkg/admin/istiodconfig.go

    	}}
    }
    
    type ScopeInfo struct {
    	Name            string `json:"name"`
    	Description     string `json:"description,omitempty"`
    	OutputLevel     string `json:"output_level,omitempty"`
    	StackTraceLevel string `json:"stack_trace_level,omitempty"`
    	LogCallers      bool   `json:"log_callers,omitempty"`
    }
    
    type ScopeLevelPair struct {
    	scope    string
    	logLevel string
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  3. operator/pkg/translate/translate_value.go

    	// GatewayKubernetesMapping defines actual k8s mappings for gateway components generated from KubernetesPatternMapping before each translation.
    	GatewayKubernetesMapping gatewayKubernetesMapping `yaml:"GatewayKubernetesMapping,omitempty"`
    	// ValuesToComponentName defines mapping from value path to component name in API paths.
    	ValuesToComponentName map[string]name.ComponentName `yaml:"valuesToComponentName,omitempty"`
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 08 03:52:24 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/validatingadmissionpolicy.go

    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *ValidatingAdmissionPolicySpecApplyConfiguration   `json:"spec,omitempty"`
    	Status                           *ValidatingAdmissionPolicyStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  5. src/encoding/xml/read_test.go

    	Lang   string `xml:"http://www.w3.org/XML/1998/namespace lang,attr,omitempty"`
    	Other1 string `xml:"http://golang.org/xml/ other,attr,omitempty"`
    	Other2 string `xml:"http://golang.org/xmlfoo/ other,attr,omitempty"`
    	Other3 string `xml:"http://golang.org/json/ other,attr,omitempty"`
    	Other4 string `xml:"http://golang.org/2/json/ other,attr,omitempty"`
    }
    
    var tableAttrs = []struct {
    	xml string
    	tab TableAttrs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  6. cmd/bucket-replication-utils.go

    	// Last bucket/object replicated.
    	Bucket string `json:"bucket,omitempty"`
    	Object string `json:"object,omitempty"`
    }
    
    // VersionPurgeStatusType represents status of a versioned delete or permanent delete w.r.t bucket replication
    type VersionPurgeStatusType string
    
    const (
    	// Pending - versioned delete replication is pending.
    	Pending VersionPurgeStatusType = "PENDING"
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags/flags.go

    type JSONDiagnostic struct {
    	Category       string                   `json:"category,omitempty"`
    	Posn           string                   `json:"posn"` // e.g. "file.go:line:column"
    	Message        string                   `json:"message"`
    	SuggestedFixes []JSONSuggestedFix       `json:"suggested_fixes,omitempty"`
    	Related        []JSONRelatedInformation `json:"related,omitempty"`
    }
    
    // A JSONRelated describes a secondary position and message related to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. cmd/data-usage-cache.go

    	Targets      map[string]replicationStats `msg:"t,omitempty"`
    	ReplicaSize  uint64                      `msg:"r,omitempty"`
    	ReplicaCount uint64                      `msg:"rc,omitempty"`
    }
    
    //msgp:tuple replicationAllStatsV1
    type replicationAllStatsV1 struct {
    	Targets      map[string]replicationStats
    	ReplicaSize  uint64 `msg:"ReplicaSize,omitempty"`
    	ReplicaCount uint64 `msg:"ReplicaCount,omitempty"`
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 10 14:49:50 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  9. cmd/batch-expire.go

    type BatchJobExpireFilter struct {
    	line, col     int
    	OlderThan     time.Duration       `yaml:"olderThan,omitempty" json:"olderThan"`
    	CreatedBefore *time.Time          `yaml:"createdBefore,omitempty" json:"createdBefore"`
    	Tags          []BatchJobKV        `yaml:"tags,omitempty" json:"tags"`
    	Metadata      []BatchJobKV        `yaml:"metadata,omitempty" json:"metadata"`
    	Size          BatchJobSizeFilter  `yaml:"size" json:"size"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 13:50:53 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  10. operator/pkg/util/merge_iop.go

    		OpenTelemetry      struct{} `json:"opentelemetry"`
    	}
    	clusterName struct {
    		ServiceCluster     *v1alpha13.ProxyConfig_ServiceCluster      `json:"serviceCluster,omitempty"`
    		TracingServiceName *v1alpha13.ProxyConfig_TracingServiceName_ `json:"tracingServiceName,omitempty"`
    	}
    )
    
    type proxyConfig struct {
    	DrainDuration                  *durationpb.Duration                    `json:"drainDuration" patchStrategy:"replace"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 18:21:41 UTC 2024
    - 16.2K bytes
    - Viewed (0)
Back to top