Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 336 for v2alpha1 (0.19 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/generic/webhook_test.go

    	mapper.RegisterKindFor(gvr("apps", "v1beta1", "deployments"), "", gvk("apps", "v1beta1", "Deployment"))
    	mapper.RegisterKindFor(gvr("apps", "v1alpha1", "deployments"), "", gvk("apps", "v1alpha1", "Deployment"))
    
    	mapper.RegisterKindFor(gvr("extensions", "v1beta1", "deployments"), "scale", gvk("extensions", "v1beta1", "Scale"))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 28 19:30:04 UTC 2023
    - 32K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/matching/matching_test.go

    	mapper.RegisterKindFor(gvr("apps", "v1beta1", "deployments"), "", gvk("apps", "v1beta1", "Deployment"))
    	mapper.RegisterKindFor(gvr("apps", "v1alpha1", "deployments"), "", gvk("apps", "v1alpha1", "Deployment"))
    
    	mapper.RegisterKindFor(gvr("extensions", "v1beta1", "deployments"), "scale", gvk("extensions", "v1beta1", "Scale"))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  3. operator/cmd/mesh/install.go

    	"sigs.k8s.io/controller-runtime/pkg/client"
    
    	"istio.io/api/operator/v1alpha1"
    	"istio.io/istio/istioctl/pkg/cli"
    	"istio.io/istio/istioctl/pkg/clioptions"
    	revtag "istio.io/istio/istioctl/pkg/tag"
    	"istio.io/istio/istioctl/pkg/util"
    	v1alpha12 "istio.io/istio/operator/pkg/apis/istio/v1alpha1"
    	"istio.io/istio/operator/pkg/cache"
    	"istio.io/istio/operator/pkg/helmreconciler"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:35 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. istioctl/pkg/validate/validate_test.go

    spec: ~`
    	invalidIstioConfig = `
    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      namespace: istio-system
      name: example-istiocontrolplane
    spec:
      dummy:
      traffic_management:
        components:
        namespace: istio-traffic-management
    `
    	validIstioConfig = `
    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      namespace: istio-system
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 08:08:36 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  5. pkg/controlplane/apiserver/aggregator.go

    		{Group: "flowcontrol.apiserver.k8s.io", Version: "v1alpha1"}: {Group: 16100, Version: 9},
    		{Group: "internal.apiserver.k8s.io", Version: "v1alpha1"}:    {Group: 16000, Version: 9},
    		{Group: "resource.k8s.io", Version: "v1alpha2"}:              {Group: 15900, Version: 9},
    		{Group: "storagemigration.k8s.io", Version: "v1alpha1"}:      {Group: 15800, Version: 9},
    		// Append a new group to the end of the list if unsure.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 18:08:20 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  6. pilot/pkg/autoregistration/controller_test.go

    			Name:             "wg-a",
    			Labels: map[string]string{
    				"grouplabel": "notonentry",
    			},
    		},
    		Spec: &v1alpha3.WorkloadGroup{
    			Metadata: &v1alpha3.WorkloadGroup_ObjectMeta{
    				Labels:      map[string]string{"foo": "bar"},
    				Annotations: map[string]string{"foo": "bar"},
    			},
    			Template: &v1alpha3.WorkloadEntry{
    				Ports:          map[string]uint32{"http": 80},
    				Labels:         map[string]string{"app": "a"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  7. pkg/apis/rbac/v1alpha1/zz_generated.conversion.go

    		return Convert_v1alpha1_Role_To_rbac_Role(a.(*v1alpha1.Role), b.(*rbac.Role), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*rbac.Role)(nil), (*v1alpha1.Role)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_rbac_Role_To_v1alpha1_Role(a.(*rbac.Role), b.(*v1alpha1.Role), scope)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 23.6K bytes
    - Viewed (0)
  8. pkg/apis/storage/v1alpha1/zz_generated.conversion.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by conversion-gen. DO NOT EDIT.
    
    package v1alpha1
    
    import (
    	unsafe "unsafe"
    
    	apicorev1 "k8s.io/api/core/v1"
    	v1alpha1 "k8s.io/api/storage/v1alpha1"
    	resource "k8s.io/apimachinery/pkg/api/resource"
    	v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  9. pkg/apis/apiserverinternal/v1alpha1/zz_generated.conversion.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by conversion-gen. DO NOT EDIT.
    
    package v1alpha1
    
    import (
    	unsafe "unsafe"
    
    	v1alpha1 "k8s.io/api/apiserverinternal/v1alpha1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	apiserverinternal "k8s.io/kubernetes/pkg/apis/apiserverinternal"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  10. pkg/apis/storagemigration/v1alpha1/zz_generated.conversion.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by conversion-gen. DO NOT EDIT.
    
    package v1alpha1
    
    import (
    	unsafe "unsafe"
    
    	v1 "k8s.io/api/core/v1"
    	v1alpha1 "k8s.io/api/storagemigration/v1alpha1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	storagemigration "k8s.io/kubernetes/pkg/apis/storagemigration"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top