Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 77 for omitempty (0.16 sec)

  1. 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)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/apparmorprofile.go

    // with apply.
    type AppArmorProfileApplyConfiguration struct {
    	Type             *v1.AppArmorProfileType `json:"type,omitempty"`
    	LocalhostProfile *string                 `json:"localhostProfile,omitempty"`
    }
    
    // AppArmorProfileApplyConfiguration constructs an declarative configuration of the AppArmorProfile type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/variable.go

    package v1
    
    // VariableApplyConfiguration represents an declarative configuration of the Variable type for use
    // with apply.
    type VariableApplyConfiguration struct {
    	Name       *string `json:"name,omitempty"`
    	Expression *string `json:"expression,omitempty"`
    }
    
    // VariableApplyConfiguration constructs an declarative configuration of the Variable type for use with
    // apply.
    func Variable() *VariableApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/auditannotation.go

    // with apply.
    type AuditAnnotationApplyConfiguration struct {
    	Key             *string `json:"key,omitempty"`
    	ValueExpression *string `json:"valueExpression,omitempty"`
    }
    
    // AuditAnnotationApplyConfiguration constructs an declarative configuration of the AuditAnnotation type for use with
    // apply.
    func AuditAnnotation() *AuditAnnotationApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. cmd/veeam-sos-api.go

    	} `mxl:"ProtocolCapabilities"`
    	APIEndpoints          *apiEndpoints `xml:"APIEndpoints,omitempty"`
    	SystemRecommendations struct {
    		S3ConcurrentTaskLimit    int `xml:"S3ConcurrentTaskLimit,omitempty"`
    		S3MultiObjectDeleteLimit int `xml:"S3MultiObjectDeleteLimit,omitempty"`
    		StorageCurrentTaskLimit  int `xml:"StorageCurrentTaskLimit,omitempty"`
    		KBBlockSize              int `xml:"KbBlockSize"`
    	} `xml:"SystemRecommendations"`
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 20 18:54:52 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/noderuntimehandlerfeatures.go

    // with apply.
    type NodeRuntimeHandlerFeaturesApplyConfiguration struct {
    	RecursiveReadOnlyMounts *bool `json:"recursiveReadOnlyMounts,omitempty"`
    }
    
    // NodeRuntimeHandlerFeaturesApplyConfiguration constructs an declarative configuration of the NodeRuntimeHandlerFeatures type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:06:39 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/typechecking.go

    // with apply.
    type TypeCheckingApplyConfiguration struct {
    	ExpressionWarnings []ExpressionWarningApplyConfiguration `json:"expressionWarnings,omitempty"`
    }
    
    // TypeCheckingApplyConfiguration constructs an declarative configuration of the TypeChecking type for use with
    // apply.
    func TypeChecking() *TypeCheckingApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  8. cmd/acl-handlers.go

    type grantee struct {
    	XMLNS       string `xml:"xmlns:xsi,attr"`
    	XMLXSI      string `xml:"xsi:type,attr"`
    	Type        string `xml:"Type"`
    	ID          string `xml:"ID,omitempty"`
    	DisplayName string `xml:"DisplayName,omitempty"`
    	URI         string `xml:"URI,omitempty"`
    }
    
    type grant struct {
    	Grantee    grantee `xml:"Grantee"`
    	Permission string  `xml:"Permission"`
    }
    
    type accessControlPolicy struct {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/successpolicy.go

    // SuccessPolicyApplyConfiguration represents an declarative configuration of the SuccessPolicy type for use
    // with apply.
    type SuccessPolicyApplyConfiguration struct {
    	Rules []SuccessPolicyRuleApplyConfiguration `json:"rules,omitempty"`
    }
    
    // SuccessPolicyApplyConfiguration constructs an declarative configuration of the SuccessPolicy type for use with
    // apply.
    func SuccessPolicy() *SuccessPolicyApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1/selectablefield.go

    package v1
    
    // SelectableFieldApplyConfiguration represents an declarative configuration of the SelectableField type for use
    // with apply.
    type SelectableFieldApplyConfiguration struct {
    	JSONPath *string `json:"jsonPath,omitempty"`
    }
    
    // SelectableFieldApplyConfiguration constructs an declarative configuration of the SelectableField type for use with
    // apply.
    func SelectableField() *SelectableFieldApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top