Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,247 for v1beta (0.11 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. staging/src/k8s.io/api/roundtrip_test.go

    	eventsv1 "k8s.io/api/events/v1"
    	eventsv1beta1 "k8s.io/api/events/v1beta1"
    	extensionsv1beta1 "k8s.io/api/extensions/v1beta1"
    	flowcontrolv1 "k8s.io/api/flowcontrol/v1"
    	flowcontrolv1beta1 "k8s.io/api/flowcontrol/v1beta1"
    	flowcontrolv1beta2 "k8s.io/api/flowcontrol/v1beta2"
    	flowcontrolv1beta3 "k8s.io/api/flowcontrol/v1beta3"
    	imagepolicyv1alpha1 "k8s.io/api/imagepolicy/v1alpha1"
    	networkingv1 "k8s.io/api/networking/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. hack/lib/init.sh

    admissionregistration.k8s.io/v1alpha1 \
    admissionregistration.k8s.io/v1beta1 \
    admission.k8s.io/v1 \
    admission.k8s.io/v1beta1 \
    apps/v1 \
    apps/v1beta1 \
    apps/v1beta2 \
    authentication.k8s.io/v1 \
    authentication.k8s.io/v1alpha1 \
    authentication.k8s.io/v1beta1 \
    authorization.k8s.io/v1 \
    authorization.k8s.io/v1beta1 \
    autoscaling/v1 \
    autoscaling/v2 \
    autoscaling/v2beta1 \
    autoscaling/v2beta2 \
    batch/v1 \
    batch/v1beta1 \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:18:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top