Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 703 for omitempty (0.31 sec)

  1. pkg/kube/adapter.go

    	Object runtime.RawExtension `json:"object,omitempty"`
    
    	// OldObject is the existing object. Only populated for DELETE and UPDATE requests.
    	OldObject runtime.RawExtension `json:"oldObject,omitempty"`
    
    	// DryRun indicates that modifications will definitely not be persisted for this request.
    	// Defaults to false.
    	DryRun *bool `json:"dryRun,omitempty"`
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 10 16:40:00 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apiserverinternal/v1alpha1/types.go

    	// +optional
    	CommonEncodingVersion *string `json:"commonEncodingVersion,omitempty" protobuf:"bytes,2,opt,name=commonEncodingVersion"`
    
    	// The latest available observations of the storageVersion's state.
    	// +optional
    	// +listType=map
    	// +listMapKey=type
    	Conditions []StorageVersionCondition `json:"conditions,omitempty" protobuf:"bytes,3,opt,name=conditions"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:37 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. pkg/apis/abac/v0/types.go

    	// +optional
    	User string `json:"user,omitempty"`
    
    	// Group is the group this rule applies to.
    	// Either user or group is required to match the request.
    	// "*" matches all groups.
    	// +optional
    	Group string `json:"group,omitempty"`
    
    	// Readonly matches readonly requests when true, and all requests when false
    	// +optional
    	Readonly bool `json:"readonly,omitempty"`
    
    	// Resource is the name of a resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 18 16:05:04 UTC 2018
    - 1.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/jobspec.go

    	BackoffLimit            *int32                                    `json:"backoffLimit,omitempty"`
    	BackoffLimitPerIndex    *int32                                    `json:"backoffLimitPerIndex,omitempty"`
    	MaxFailedIndexes        *int32                                    `json:"maxFailedIndexes,omitempty"`
    	Selector                *metav1.LabelSelectorApplyConfiguration   `json:"selector,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetspec.go

    	ServiceName                          *string                                                            `json:"serviceName,omitempty"`
    	PodManagementPolicy                  *v1beta1.PodManagementPolicyType                                   `json:"podManagementPolicy,omitempty"`
    	UpdateStrategy                       *StatefulSetUpdateStrategyApplyConfiguration                       `json:"updateStrategy,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:00 UTC 2022
    - 8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/iscsivolumesource.go

    	Portals           []string                                `json:"portals,omitempty"`
    	DiscoveryCHAPAuth *bool                                   `json:"chapAuthDiscovery,omitempty"`
    	SessionCHAPAuth   *bool                                   `json:"chapAuthSession,omitempty"`
    	SecretRef         *LocalObjectReferenceApplyConfiguration `json:"secretRef,omitempty"`
    	InitiatorName     *string                                 `json:"initiatorName,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  7. pkg/apis/abac/v1beta1/types.go

    	// +optional
    	User string `json:"user,omitempty"`
    
    	// Group is the group this rule applies to.
    	// Either user or group is required to match the request.
    	// "*" matches all groups.
    	// +optional
    	Group string `json:"group,omitempty"`
    
    	// Readonly matches readonly requests when true, and all requests when false
    	// +optional
    	Readonly bool `json:"readonly,omitempty"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 18 16:05:04 UTC 2018
    - 2.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1beta1/customresourcedefinitionversion.go

    	Schema                   *CustomResourceValidationApplyConfiguration        `json:"schema,omitempty"`
    	Subresources             *CustomResourceSubresourcesApplyConfiguration      `json:"subresources,omitempty"`
    	AdditionalPrinterColumns []CustomResourceColumnDefinitionApplyConfiguration `json:"additionalPrinterColumns,omitempty"`
    	SelectableFields         []SelectableFieldApplyConfiguration                `json:"selectableFields,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentspec.go

    	RevisionHistoryLimit    *int32                                    `json:"revisionHistoryLimit,omitempty"`
    	Paused                  *bool                                     `json:"paused,omitempty"`
    	RollbackTo              *RollbackConfigApplyConfiguration         `json:"rollbackTo,omitempty"`
    	ProgressDeadlineSeconds *int32                                    `json:"progressDeadlineSeconds,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 5.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/discovery/v1/types.go

    	// Label (RFC 1123) validation.
    	// +optional
    	Hostname *string `json:"hostname,omitempty" protobuf:"bytes,3,opt,name=hostname"`
    
    	// targetRef is a reference to a Kubernetes object that represents this
    	// endpoint.
    	// +optional
    	TargetRef *v1.ObjectReference `json:"targetRef,omitempty" protobuf:"bytes,4,opt,name=targetRef"`
    
    	// deprecatedTopology contains topology information part of the v1beta1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top