Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 150 for V1alpha2 (0.24 sec)

  1. pkg/config/schema/collections/collections.gen.go

    	sigsk8siogatewayapiapisv1alpha2 "sigs.k8s.io/gateway-api/apis/v1alpha2"
    	sigsk8siogatewayapiapisv1beta1 "sigs.k8s.io/gateway-api/apis/v1beta1"
    
    	istioioapiextensionsv1alpha1 "istio.io/api/extensions/v1alpha1"
    	istioioapimeshv1alpha1 "istio.io/api/mesh/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: Thu Apr 25 14:44:17 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  2. api/api-rules/violation_exceptions.list

    API rule violation: names_match,k8s.io/api/networking/v1alpha1,ServiceCIDRSpec,CIDRs
    API rule violation: names_match,k8s.io/api/resource/v1alpha2,NamedResourcesAttributeValue,BoolValue
    API rule violation: names_match,k8s.io/api/resource/v1alpha2,NamedResourcesAttributeValue,IntSliceValue
    API rule violation: names_match,k8s.io/api/resource/v1alpha2,NamedResourcesAttributeValue,IntValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  3. pkg/api/testing/unstructured_test.go

    			{Group: "resource.k8s.io", Version: "v1alpha2", Kind: "ResourceClaim"},
    			{Group: "resource.k8s.io", Version: "v1alpha2", Kind: "ResourceClaimList"},
    			{Group: "resource.k8s.io", Version: "v1alpha2", Kind: "ResourceClaimParameters"},
    			{Group: "resource.k8s.io", Version: "v1alpha2", Kind: "ResourceClaimParametersList"},
    			{Group: "resource.k8s.io", Version: "v1alpha2", Kind: "ResourceClassParameters"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  4. pkg/controller/resourceclaim/controller_test.go

    			podInformer := informerFactory.Core().V1().Pods()
    			podSchedulingInformer := informerFactory.Resource().V1alpha2().PodSchedulingContexts()
    			claimInformer := informerFactory.Resource().V1alpha2().ResourceClaims()
    			templateInformer := informerFactory.Resource().V1alpha2().ResourceClaimTemplates()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 08:56:16 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/dra/plugin/noderesources.go

    	"google.golang.org/grpc/status"
    
    	v1 "k8s.io/api/core/v1"
    	resourceapi "k8s.io/api/resource/v1alpha2"
    	apiequality "k8s.io/apimachinery/pkg/api/equality"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	utilruntime "k8s.io/apimachinery/pkg/util/runtime"
    	"k8s.io/apimachinery/pkg/util/sets"
    	resourceinformers "k8s.io/client-go/informers/resource/v1alpha2"
    	"k8s.io/client-go/kubernetes"
    	"k8s.io/client-go/tools/cache"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 20:12:53 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. tests/integration/pilot/gateway_test.go

        namespace: istio-system
      rules:
      - matches:
        - path:
            type: PathPrefix
            value: /get/
        backendRefs:
        - name: b
          port: 80
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      name: tcp
    spec:
      parentRefs:
      - name: gateway
        namespace: istio-system
      rules:
      - backendRefs:
        - name: b
          port: 80
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  7. cmd/kube-controller-manager/app/core.go

    		controllerContext.InformerFactory.Core().V1().Pods(),
    		controllerContext.InformerFactory.Resource().V1alpha2().PodSchedulingContexts(),
    		controllerContext.InformerFactory.Resource().V1alpha2().ResourceClaims(),
    		controllerContext.InformerFactory.Resource().V1alpha2().ResourceClaimTemplates())
    	if err != nil {
    		return nil, true, fmt.Errorf("failed to start resource claim controller: %v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 39K bytes
    - Viewed (0)
  8. 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)
  9. pkg/controller/resourceclaim/controller.go

    	resourcev1alpha2informers "k8s.io/client-go/informers/resource/v1alpha2"
    	clientset "k8s.io/client-go/kubernetes"
    	"k8s.io/client-go/kubernetes/scheme"
    	v1core "k8s.io/client-go/kubernetes/typed/core/v1"
    	v1listers "k8s.io/client-go/listers/core/v1"
    	resourcev1alpha2listers "k8s.io/client-go/listers/resource/v1alpha2"
    	"k8s.io/client-go/tools/cache"
    	"k8s.io/client-go/tools/record"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  10. cmd/kube-proxy/app/server_test.go

    		}
    	}
    }
    
    // TestLoadConfigFailures tests failure modes for loadConfig()
    func TestLoadConfigFailures(t *testing.T) {
    	// TODO(phenixblue): Uncomment below template when v1alpha2+ of kube-proxy config is
    	// released with strict decoding. These associated tests will fail with
    	// the lenient codec and only one config API version.
    	/*
    			yamlTemplate := `bindAddress: 0.0.0.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 32.3K bytes
    - Viewed (0)
Back to top