Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for v1alpha2 (0.18 sec)

  1. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    		claimLister:                fh.SharedInformerFactory().Resource().V1alpha2().ResourceClaims().Lister(),
    		classLister:                fh.SharedInformerFactory().Resource().V1alpha2().ResourceClasses().Lister(),
    		podSchedulingContextLister: fh.SharedInformerFactory().Resource().V1alpha2().PodSchedulingContexts().Lister(),
    		claimParametersLister:      fh.SharedInformerFactory().Resource().V1alpha2().ResourceClaimParameters().Lister(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. api/discovery/aggregated_v2beta1.json

                    "get",
                    "list",
                    "patch",
                    "update",
                    "watch"
                  ]
                }
              ],
              "version": "v1alpha2"
            }
          ]
        },
        {
          "metadata": {
            "creationTimestamp": null,
            "name": "storagemigration.k8s.io"
          },
          "versions": [
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. api/discovery/aggregated_v2.json

                    "get",
                    "list",
                    "patch",
                    "update",
                    "watch"
                  ]
                }
              ],
              "version": "v1alpha2"
            }
          ]
        },
        {
          "metadata": {
            "creationTimestamp": null,
            "name": "storagemigration.k8s.io"
          },
          "versions": [
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    	"github.com/google/go-cmp/cmp"
    	"github.com/google/go-cmp/cmp/cmpopts"
    	"github.com/stretchr/testify/assert"
    	"github.com/stretchr/testify/require"
    
    	v1 "k8s.io/api/core/v1"
    	resourcev1alpha2 "k8s.io/api/resource/v1alpha2"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	apiruntime "k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/client-go/informers"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/conversion.go

    	return m
    }
    
    // sortHTTPRoutes sorts generated vs routes to meet gateway-api requirements
    // see https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.HTTPRouteRule
    func sortHTTPRoutes(routes []*istio.HTTPRoute) {
    	sort.SliceStable(routes, func(i, j int) bool {
    		if len(routes[i].Match) == 0 {
    			return false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.31.md

    - Kubeadm: removed the deprecated output.kubeadm.k8s.io/v1alpha2 API for structured output. Please use v1alpha3 instead. ([#124496](https://github.com/kubernetes/kubernetes/pull/124496), [@carlory](https://github.com/carlory)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/crdclient/types.gen.go

    	sigsk8siogatewayapiapisv1alpha2 "sigs.k8s.io/gateway-api/apis/v1alpha2"
    	sigsk8siogatewayapiapisv1beta1 "sigs.k8s.io/gateway-api/apis/v1beta1"
    
    	istioioapiextensionsv1alpha1 "istio.io/api/extensions/v1alpha1"
    	istioioapimetav1alpha1 "istio.io/api/meta/v1alpha1"
    	istioioapinetworkingv1alpha3 "istio.io/api/networking/v1alpha3"
    	istioioapinetworkingv1beta1 "istio.io/api/networking/v1beta1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  8. istioctl/pkg/describe/describe.go

    	return match, facts
    }
    
    func renderStringMatch(sm *v1alpha3.StringMatch) string {
    	if sm == nil {
    		return ""
    	}
    
    	switch x := sm.MatchType.(type) {
    	case *v1alpha3.StringMatch_Exact:
    		return x.Exact
    	case *v1alpha3.StringMatch_Prefix:
    		return x.Prefix + "*"
    	}
    
    	return sm.String()
    }
    
    func renderMatches(trafficMatches []*v1alpha3.HTTPMatchRequest) string {
    	if len(trafficMatches) == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  9. tests/integration/ambient/baseline_test.go

    			testCases := []struct {
    				location   v1alpha3.ServiceEntry_Location
    				resolution v1alpha3.ServiceEntry_Resolution
    				to         echo.Instances
    			}{
    				{
    					location:   v1alpha3.ServiceEntry_MESH_INTERNAL,
    					resolution: v1alpha3.ServiceEntry_STATIC,
    					to:         apps.Mesh,
    				},
    				{
    					location:   v1alpha3.ServiceEntry_MESH_EXTERNAL,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    		Status: v1alpha1.IstioStatus{},
    	}
    	s.se.CreateOrUpdate(se)
    }
    
    func generateServiceEntry(host string, addresses []string, labels map[string]string, epAddresses []string) *v1alpha3.ServiceEntry {
    	var endpoints []*v1alpha3.WorkloadEntry
    	var workloadSelector *v1alpha3.WorkloadSelector
    
    	if epAddresses == nil {
    		workloadSelector = &v1alpha3.WorkloadSelector{
    			Labels: labels,
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top