Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 720 for v1beta (0.15 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. CHANGELOG/CHANGELOG-1.8.md

    ### Auth
    
    * [GA] The RBAC API group has been promoted from v1beta1 to v1. No API changes were introduced.
    
    * [beta] Advanced auditing has been promoted from alpha to beta. The webhook and logging policy formats have changed since alpha, and may require modification.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  10. pkg/kubelet/apis/config/scheme/testdata/KubeletConfiguration/after/v1beta1.yaml

    address: 0.0.0.0
    apiVersion: kubelet.config.k8s.io/v1beta1
    authentication:
      anonymous:
        enabled: false
      webhook:
        cacheTTL: 2m0s
        enabled: true
      x509: {}
    authorization:
      mode: Webhook
      webhook:
        cacheAuthorizedTTL: 5m0s
        cacheUnauthorizedTTL: 30s
    cgroupDriver: cgroupfs
    cgroupsPerQOS: true
    configMapAndSecretChangeDetectionStrategy: Watch
    containerLogMaxFiles: 5
    containerLogMaxSize: 10Mi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 05:07:06 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top