Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 468 for omitempty (0.16 sec)

  1. staging/src/k8s.io/api/networking/v1alpha1/types.go

    	Resource string `json:"resource,omitempty" protobuf:"bytes,2,opt,name=resource"`
    	// Namespace is the namespace of the object being referenced.
    	// +optional
    	Namespace string `json:"namespace,omitempty" protobuf:"bytes,3,opt,name=namespace"`
    	// Name is the name of the object being referenced.
    	// +required
    	Name string `json:"name,omitempty" protobuf:"bytes,4,opt,name=name"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:30 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/networking/v1beta1/types.go

    	// +optional
    	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// spec is the desired state of the Ingress.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    	// +optional
    	Spec IngressSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
    
    	// status is the current state of the Ingress.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:30 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/container.go

    	EnvFrom                  []EnvFromSourceApplyConfiguration         `json:"envFrom,omitempty"`
    	Env                      []EnvVarApplyConfiguration                `json:"env,omitempty"`
    	Resources                *ResourceRequirementsApplyConfiguration   `json:"resources,omitempty"`
    	ResizePolicy             []ContainerResizePolicyApplyConfiguration `json:"resizePolicy,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 07 21:39:35 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1/jsonschemaprops.go

    	MaxItems               *int64                                       `json:"maxItems,omitempty"`
    	MinItems               *int64                                       `json:"minItems,omitempty"`
    	UniqueItems            *bool                                        `json:"uniqueItems,omitempty"`
    	MultipleOf             *float64                                     `json:"multipleOf,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/networking/v1/types.go

    	// +optional
    	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// spec represents the specification of the desired behavior for this NetworkPolicy.
    	// +optional
    	Spec NetworkPolicySpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
    
    	// Status is tombstoned to show why 3 is a reserved protobuf tag.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/batch/v1beta1/types.go

    	// +optional
    	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// Specification of the desired behavior of the job.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    	// +optional
    	Spec batchv1.JobSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
    }
    
    // +genclient
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 11:58:57 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podspec.go

    	ServiceAccountName            *string                                      `json:"serviceAccountName,omitempty"`
    	DeprecatedServiceAccount      *string                                      `json:"serviceAccount,omitempty"`
    	AutomountServiceAccountToken  *bool                                        `json:"automountServiceAccountToken,omitempty"`
    	NodeName                      *string                                      `json:"nodeName,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 19:22:42 UTC 2022
    - 23.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/types.go

    type ObjectReference struct {
    	// +optional
    	Resource string `json:"resource,omitempty" protobuf:"bytes,1,opt,name=resource"`
    	// +optional
    	Namespace string `json:"namespace,omitempty" protobuf:"bytes,2,opt,name=namespace"`
    	// +optional
    	Name string `json:"name,omitempty" protobuf:"bytes,3,opt,name=name"`
    	// +optional
    	UID types.UID `json:"uid,omitempty" protobuf:"bytes,4,opt,name=uid,casttype=k8s.io/apimachinery/pkg/types.UID"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:24:10 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/imagepolicy/v1alpha1/types.go

    	// +optional
    	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// Spec holds information about the pod being evaluated
    	Spec ImageReviewSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"`
    
    	// Status is filled in by the backend and indicates whether the pod should be allowed.
    	// +optional
    	Status ImageReviewStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podstatus.go

    	HostIP                     *string                                    `json:"hostIP,omitempty"`
    	HostIPs                    []HostIPApplyConfiguration                 `json:"hostIPs,omitempty"`
    	PodIP                      *string                                    `json:"podIP,omitempty"`
    	PodIPs                     []PodIPApplyConfiguration                  `json:"podIPs,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:43:16 UTC 2023
    - 10.5K bytes
    - Viewed (0)
Back to top