Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for Calling (0.27 sec)

  1. CHANGELOG/CHANGELOG-1.16.md

    ### Bug or Regression
    
    - Client-go: resolves an issue with informers falling back to full list requests when timeouts are encountered, rather than re-establishing a watch. ([#89977](https://github.com/kubernetes/kubernetes/pull/89977), [@liggitt](https://github.com/liggitt)) [SIG API Machinery and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    type DaemonEndpoint struct {
    	/*
    		The port tag was not properly in quotes in earlier releases, so it must be
    		uppercase for backwards compatibility (since it was falling back to var name of
    		'Port').
    	*/
    
    	// Port number of the given endpoint.
    	Port int32
    }
    
    // NodeDaemonEndpoints lists ports opened by daemons running on the Node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                      since it prevents Calico''s rules from being bypassed. If you switch
                      to append mode, be sure that the other rules in the chains signal
                      acceptance by falling through to the Calico rules, otherwise the
                      Calico policy will be bypassed. [Default: insert]'
                    pattern: ^(?i)(insert|append)?$
                    type: string
                  dataplaneDriver:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    type DaemonEndpoint struct {
    	/*
    		The port tag was not properly in quotes in earlier releases, so it must be
    		uppercased for backwards compat (since it was falling back to var name of
    		'Port').
    	*/
    
    	// Port number of the given endpoint.
    	Port int32 `json:"Port" protobuf:"varint,1,opt,name=Port"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    		allErrs = append(allErrs, field.Required(field.NewPath("resourceVersion"), ""))
    	}
    	return allErrs
    }
    
    type PersistentVolumeClaimSpecValidationOptions struct {
    	// Allow users to recover from previously failing expansion operation
    	EnableRecoverFromExpansionFailure bool
    	// Allow to validate the label value of the label selector
    	AllowInvalidLabelValueInSelector bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.9.md

      For more information, see [#56348](https://github.com/kubernetes/kubernetes/issues/56348).
    
    *   API server times out after performing a rolling update of the etcd cluster. This issue will be fixed in a future release.
    
      For more information, see [#47131](https://github.com/kubernetes/kubernetes/issues/47131)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
Back to top