Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for pieces (0.18 sec)

  1. pkg/proxy/iptables/proxier_test.go

    		t.Fatalf("Wrong number of nat rules: expected %d got %d\n%s", expectedNatRules, nNatRules, iptablesData)
    	}
    }
    
    // TODO(thockin): add *more* tests for syncProxyRules() or break it down further and test the pieces.
    
    // This test ensures that the iptables proxier supports translating Endpoints to
    // iptables output when internalTrafficPolicy is specified
    func TestInternalTrafficPolicy(t *testing.T) {
    	type endpoint struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    This has **several benefits**, one of the main ones is that now the parameters of your functions with `Annotated` would **not be affected** at all.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

              "apiVersion": {
                "description": "API version of the referent.",
                "type": "string"
              },
              "fieldPath": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__batch__v1_openapi.json

              "apiVersion": {
                "description": "API version of the referent.",
                "type": "string"
              },
              "fieldPath": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.26.md

    - The `goroutines` metric is newly added in the scheduler. 
      It replaces `scheduler_goroutines` metric and it counts the number of goroutine in more places than `scheduler_goroutine` does. ([#112003](https://github.com/kubernetes/kubernetes/pull/112003), [@sanposhiho](https://github.com/sanposhiho)) [SIG Instrumentation and Scheduling]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
      // +optional
      optional string resourceVersion = 6;
    
      // If referring to a piece of an object instead of an entire object, this string
      // should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	Namespace string
    	// +optional
    	Name string
    	// +optional
    	UID types.UID
    	// +optional
    	APIVersion string
    	// +optional
    	ResourceVersion string
    
    	// Optional. If referring to a piece of an object instead of an entire object, this string
    	// should contain information to identify the sub-object. For example, if the object
    	// reference is to a container within a pod, this would take on a value like:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"fieldPath":       "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
      // +optional
      optional string resourceVersion = 6;
    
      // If referring to a piece of an object instead of an entire object, this string
      // should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	ResourceVersion string `json:"resourceVersion,omitempty" protobuf:"bytes,6,opt,name=resourceVersion"`
    
    	// If referring to a piece of an object instead of an entire object, this string
    	// should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top