Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for preferredVersion (0.16 sec)

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

    	Versions []GroupVersionForDiscovery `json:"versions" protobuf:"bytes,2,rep,name=versions"`
    	// preferredVersion is the version preferred by the API server, which
    	// probably is the storage version.
    	// +optional
    	PreferredVersion GroupVersionForDiscovery `json:"preferredVersion,omitempty" protobuf:"bytes,3,opt,name=preferredVersion"`
    	// a map of client CIDR to server address that is serving this group.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  2. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // versions are the versions supported in this group.
      repeated GroupVersionForDiscovery versions = 2;
    
      // preferredVersion is the version preferred by the API server, which
      // probably is the storage version.
      // +optional
      optional GroupVersionForDiscovery preferredVersion = 3;
    
      // a map of client CIDR to server address that is serving this group.
    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

      // versions are the versions supported in this group.
      // +listType=atomic
      repeated GroupVersionForDiscovery versions = 2;
    
      // preferredVersion is the version preferred by the API server, which
      // probably is the storage version.
      // +optional
      optional GroupVersionForDiscovery preferredVersion = 3;
    
      // a map of client CIDR to server address that is serving this group.
    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