Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 703 for omitempty (0.15 sec)

  1. tools/bug-report/pkg/config/config.go

    	Namespaces  []string          `json:"namespaces,omitempty"`
    	Deployments []string          `json:"deployments,omitempty"`
    	Daemonsets  []string          `json:"daemonsets,omitempty"`
    	Pods        []string          `json:"pods,omitempty"`
    	Containers  []string          `json:"containers,omitempty"`
    	Labels      map[string]string `json:"labels,omitempty"`
    	Annotations map[string]string `json:"annotations,omitempty"`
    }
    
    type SelectionSpecs []*SelectionSpec
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 12:07:50 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	FC *FCVolumeSource `json:"fc,omitempty" protobuf:"bytes,17,opt,name=fc"`
    	// azureFile represents an Azure File Service mount on the host and bind mount to the pod.
    	// +optional
    	AzureFile *AzureFileVolumeSource `json:"azureFile,omitempty" protobuf:"bytes,18,opt,name=azureFile"`
    	// configMap represents a configMap that should populate this volume
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. istioctl/pkg/tag/revision.go

    	Webhooks           []*MutatingWebhookConfigInfo `json:"webhooks,omitempty"`
    	ControlPlanePods   []*PodFilteredInfo           `json:"control_plane_pods,omitempty"`
    	IngressGatewayPods []*PodFilteredInfo           `json:"ingess_gateways,omitempty"`
    	EgressGatewayPods  []*PodFilteredInfo           `json:"egress_gateways,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 28 13:16:05 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1beta2/types.go

    	LastTransitionTime metav1.Time `json:"lastTransitionTime,omitempty" protobuf:"bytes,3,opt,name=lastTransitionTime"`
    	// The reason for the condition's last transition.
    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
    	// A human readable message indicating details about the transition.
    	// +optional
    	Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/authentication/v1beta1/types.go

    	// +optional
    	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// Spec holds information about the request being evaluated
    	Spec TokenReviewSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"`
    
    	// Status is filled in by the server and indicates whether the token can be authenticated.
    	// +optional
    	Status TokenReviewStatus `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:25 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top