Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for preferredVersion (0.51 sec)

  1. 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)
  2. 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)
  3. staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go

    			Version:      apiGroupInfo.PrioritizedVersions[0].Version,
    		}
    		apiGroup := metav1.APIGroup{
    			Name:             apiGroupInfo.PrioritizedVersions[0].Group,
    			Versions:         apiVersionsForDiscovery,
    			PreferredVersion: preferredVersionForDiscovery,
    		}
    
    		s.DiscoveryGroupManager.AddGroup(apiGroup)
    		s.Handler.GoRestfulContainer.Add(discovery.NewAPIGroupHandler(s.Serializer, apiGroup).WebService())
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 42.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    	s := strings.Join([]string{`&APIGroup{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Versions:` + repeatedStringForVersions + `,`,
    		`PreferredVersion:` + strings.Replace(strings.Replace(this.PreferredVersion.String(), "GroupVersionForDiscovery", "GroupVersionForDiscovery", 1), `&`, ``, 1) + `,`,
    		`ServerAddressByClientCIDRs:` + repeatedStringForServerAddressByClientCIDRs + `,`,
    		`}`,
    	}, "")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    										Ref:     ref("k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionForDiscovery"),
    									},
    								},
    							},
    						},
    					},
    					"preferredVersion": {
    						SchemaProps: spec.SchemaProps{
    							Description: "preferredVersion is the version preferred by the API server, which probably is the storage version.",
    							Default:     map[string]interface{}{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            "name": {
              "description": "name is the name of the group.",
              "type": "string"
            },
            "preferredVersion": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery",
              "description": "preferredVersion is the version preferred by the API server, which probably is the storage version."
            },
            "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    										Ref:     ref("k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionForDiscovery"),
    									},
    								},
    							},
    						},
    					},
    					"preferredVersion": {
    						SchemaProps: spec.SchemaProps{
    							Description: "preferredVersion is the version preferred by the API server, which probably is the storage version.",
    							Default:     map[string]interface{}{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

            "name": {
              "description": "name is the name of the group.",
              "type": "string"
            },
            "preferredVersion": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery",
              "description": "preferredVersion is the version preferred by the API server, which probably is the storage version."
            },
            "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            "name": {
              "description": "name is the name of the group.",
              "type": "string"
            },
            "preferredVersion": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery",
              "description": "preferredVersion is the version preferred by the API server, which probably is the storage version."
            },
            "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top