Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for remainingItemCount (0.14 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// serialization.
    	// Servers older than v1.15 do not set this field.
    	// The intended use of the remainingItemCount is *estimating* the size of a collection. Clients
    	// should not rely on the remainingItemCount to be set or to be exact.
    	// +optional
    	RemainingItemCount *int64 `json:"remainingItemCount,omitempty" protobuf:"bytes,4,opt,name=remainingItemCount"`
    }
    
    // Field path constants that are specific to the internal API
    // representation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  2. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // serialization.
      // Servers older than v1.15 do not set this field.
      // The intended use of the remainingItemCount is *estimating* the size of a collection. Clients
      // should not rely on the remainingItemCount to be set or to be exact.
      // +optional
      optional int64 remainingItemCount = 4;
    }
    
    // ListOptions is the query options to a standard REST list call.
    message ListOptions {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // serialization.
      // Servers older than v1.15 do not set this field.
      // The intended use of the remainingItemCount is *estimating* the size of a collection. Clients
      // should not rely on the remainingItemCount to be set or to be exact.
      // +optional
      optional int64 remainingItemCount = 4;
    }
    
    // ListOptions is the query options to a standard REST list call.
    message ListOptions {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
Back to top