Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 517 for v1beta (0.12 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/meta/multirestmapper_test.go

    			groupKind: schema.GroupKind{Kind: "Foo"},
    			versions:  []string{"v1beta"},
    			result:    nil,
    			err:       &NoKindMatchError{GroupKind: schema.GroupKind{Kind: "Foo"}, SearchedVersions: []string{"v1beta"}},
    		},
    		{
    			name:      "empty with multi(two) vesions",
    			mapper:    MultiRESTMapper{},
    			groupKind: schema.GroupKind{Kind: "Foo"},
    			versions:  []string{"v1beta", "v2"},
    			result:    nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 05 01:49:02 UTC 2018
    - 13.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    	// then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first
    	// by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing
    	// major version, then minor version. An example sorted list of versions:
    	// v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
    	Versions []CustomResourceDefinitionVersion
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go

    	// then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first
    	// by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing
    	// major version, then minor version. An example sorted list of versions:
    	// v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
    	// +optional
    	// +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first
      // by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing
      // major version, then minor version. An example sorted list of versions:
      // v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
      // +optional
      // +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  5. pkg/api/testing/defaulting_test.go

    		{Group: "extensions", Version: "v1beta1", Kind: "DeploymentList"}:                                          {},
    		{Group: "apps", Version: "v1beta1", Kind: "Deployment"}:                                                    {},
    		{Group: "apps", Version: "v1beta1", Kind: "DeploymentList"}:                                                {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //
    //   - kubeadm v1.15.x and newer can be used to migrate from v1beta1 to v1beta2.
    //   - kubeadm v1.22.x and newer no longer support v1beta1 and older APIs, but can be used to migrate v1beta2 to v1beta3.
    //   - kubeadm v1.27.x and newer no longer support v1beta2 and older APIs.
    //   - TODO: https://github.com/kubernetes/kubeadm/issues/2890
    //     add version that can be used to convert to v1beta4
    //
    // # Basics
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/util/config/common.go

    	// v1.13: v1alpha3 read-only, writes only v1beta1 config. Errors if the user tries to use v1alpha1 or v1alpha2
    	// v1.14: v1alpha3 convert only, writes only v1beta1 config. Errors if the user tries to use v1alpha1 or v1alpha2
    	// v1.15: v1beta1 read-only, writes only v1beta2 config. Errors if the user tries to use v1alpha1, v1alpha2 or v1alpha3
    	// v1.22: v1beta2 read-only, writes only v1beta3 config. Errors if the user tries to use v1beta1 and older
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //     "bootstraptoken". The kubeadm API version v1beta3 no longer contains the BootstrapToken* structures.
    //
    // Migration from old kubeadm config versions
    //
    //   - kubeadm v1.15.x and newer can be used to migrate from v1beta1 to v1beta2.
    //   - kubeadm v1.22.x and newer no longer support v1beta1 and older APIs, but can be used to migrate v1beta2 to v1beta3.
    //   - kubeadm v1.27.x and newer no longer support v1beta2 and older APIs.
    //
    // # Basics
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/util/config/common_test.go

    		},
    		{
    			gv: schema.GroupVersion{
    				Group:   KubeadmGroupName,
    				Version: "v1beta1",
    			},
    			expectedErr: true,
    		},
    		{
    			gv: schema.GroupVersion{
    				Group:   KubeadmGroupName,
    				Version: "v1beta2",
    			},
    			expectedErr: true,
    		},
    		{
    			gv: schema.GroupVersion{
    				Group:   KubeadmGroupName,
    				Version: "v1beta3",
    			},
    		},
    		{
    			gv: schema.GroupVersion{
    				Group:   "foo.k8s.io",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/conversion/conversion_test.go

    			reviewVersions: []string{"v1", "v1beta1"},
    			checks:         checks(validateStorageVersion, validateServed, validateMixedStorageVersions("v1alpha1", "v1beta1")), // no v1beta2 as the schema differs
    		},
    		{
    			group:          "noop-converter-v1beta1",
    			handler:        NewObjectConverterWebhookHandler(t, noopConverter),
    			reviewVersions: []string{"v1beta1", "v1"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 05:32:34 UTC 2023
    - 47.1K bytes
    - Viewed (0)
Back to top