Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 703 for omitempty (0.12 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. staging/src/k8s.io/api/authentication/v1/types.go

    	// +optional
    	Kind string `json:"kind,omitempty" protobuf:"bytes,1,opt,name=kind"`
    	// API version of the referent.
    	// +optional
    	APIVersion string `json:"apiVersion,omitempty" protobuf:"bytes,2,opt,name=apiVersion"`
    
    	// Name of the referent.
    	// +optional
    	Name string `json:"name,omitempty" protobuf:"bytes,3,opt,name=name"`
    	// UID of the referent.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 10K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/discovery/v1beta1/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"`
    
    	// topology contains arbitrary topology information associated with the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:26:19 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/roundtrip_test.go

    		},
    		{
    			name: "int64 omitempty",
    			obj: struct {
    				V int64 `json:"v,omitempty"`
    			}{},
    		},
    		{
    			name: "float64 omitempty",
    			obj: struct {
    				V float64 `json:"v,omitempty"`
    			}{},
    		},
    		{
    			name: "string omitempty",
    			obj: struct {
    				V string `json:"v,omitempty"`
    			}{},
    		},
    		{
    			name: "bool omitempty",
    			obj: struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 21:48:12 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetstatus.go

    	Replicas           *int32                                   `json:"replicas,omitempty"`
    	ReadyReplicas      *int32                                   `json:"readyReplicas,omitempty"`
    	CurrentReplicas    *int32                                   `json:"currentReplicas,omitempty"`
    	UpdatedReplicas    *int32                                   `json:"updatedReplicas,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 25 23:59:58 UTC 2021
    - 6.6K bytes
    - Viewed (0)
  10. cmd/genyaml/gen_kubectl_yaml.go

    type cmdOption struct {
    	Name         string
    	Shorthand    string `yaml:",omitempty"`
    	DefaultValue string `yaml:"default_value,omitempty"`
    	Usage        string `yaml:",omitempty"`
    }
    
    type cmdDoc struct {
    	Name             string
    	Synopsis         string      `yaml:",omitempty"`
    	Description      string      `yaml:",omitempty"`
    	Options          []cmdOption `yaml:",omitempty"`
    	InheritedOptions []cmdOption `yaml:"inherited_options,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 05 14:05:23 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top