Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for Uncommented (0.26 sec)

  1. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// +optional
    	Spec NetworkPolicySpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
    
    	// Status is tombstoned to show why 3 is a reserved protobuf tag.
    	// This commented field should remain, so in the future if we decide to reimplement
    	// NetworkPolicyStatus a different protobuf name and tag SHOULD be used!
    	// Status NetworkPolicyStatus `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
    - 61.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    	if !allowEmpty && len(*effect) == 0 {
    		return field.ErrorList{field.Required(fldPath, "")}
    	}
    
    	allErrors := field.ErrorList{}
    	switch *effect {
    	// TODO: Replace next line with subsequent commented-out line when implement TaintEffectNoScheduleNoAdmit.
    	case core.TaintEffectNoSchedule, core.TaintEffectPreferNoSchedule, core.TaintEffectNoExecute:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (1)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    s-pod-service/#dns-config # This does not apply to gateway pods as they typically need a different # set of DNS settings than the normal application pods (e.g., in # multicluster scenarios). # NOTE: If using templates, follow the pattern in the commented example below. #podDNSSearchNamespac: #- global #- "{{ valueOrDefault .DeploymentMeta.Namespace \"default\" }}.global" # Kubernetes >=v1.11.0 will create two PriorityClass, including system-cluster-critical and # system-node-critical, it is better...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top