Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,781 for V1alpha2 (0.16 sec)

  1. plugin/pkg/auth/authorizer/node/graph_populator.go

    import (
    	"time"
    
    	"k8s.io/klog/v2"
    
    	corev1 "k8s.io/api/core/v1"
    	resourcev1alpha2 "k8s.io/api/resource/v1alpha2"
    	storagev1 "k8s.io/api/storage/v1"
    	"k8s.io/apimachinery/pkg/util/wait"
    	corev1informers "k8s.io/client-go/informers/core/v1"
    	resourcev1alpha2informers "k8s.io/client-go/informers/resource/v1alpha2"
    	storageinformers "k8s.io/client-go/informers/storage/v1"
    	"k8s.io/client-go/tools/cache"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/testdata/tcp.status.yaml.golden

          reason: ResolvedRefs
          status: "True"
          type: ResolvedRefs
        name: default
        supportedKinds:
        - group: gateway.networking.k8s.io
          kind: TCPRoute
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      creationTimestamp: null
      name: tcp
      namespace: default
    spec: null
    status:
      parents:
      - conditions:
        - lastTransitionTime: fake
          message: Route was valid
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/weighted.status.yaml.golden

          status: "True"
          type: ResolvedRefs
        controllerName: istio.io/gateway-controller
        parentRef:
          name: gateway
          namespace: istio-system
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      creationTimestamp: null
      name: tcp
      namespace: default
    spec: null
    status:
      parents:
      - conditions:
        - lastTransitionTime: fake
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. pkg/kubeapiserver/authorizer/config.go

    	"k8s.io/apiserver/pkg/authorization/authorizer"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	versionedinformers "k8s.io/client-go/informers"
    	resourcev1alpha2informers "k8s.io/client-go/informers/resource/v1alpha2"
    	"k8s.io/kubernetes/pkg/auth/authorizer/abac"
    	"k8s.io/kubernetes/pkg/auth/nodeidentifier"
    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/kubernetes/pkg/kubeapiserver/authorizer/modes"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 8K bytes
    - Viewed (0)
  5. pkg/scheduler/eventhandlers.go

    		case framework.PodSchedulingContext:
    			if utilfeature.DefaultFeatureGate.Enabled(features.DynamicResourceAllocation) {
    				if handlerRegistration, err = informerFactory.Resource().V1alpha2().PodSchedulingContexts().Informer().AddEventHandler(
    					buildEvtResHandler(at, framework.PodSchedulingContext, "PodSchedulingContext"),
    				); err != nil {
    					return err
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:04 UTC 2024
    - 24K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/zero.status.yaml.golden

          status: "True"
          type: ResolvedRefs
        controllerName: istio.io/gateway-controller
        parentRef:
          name: gateway
          namespace: istio-system
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      creationTimestamp: null
      name: tcp
      namespace: default
    spec: null
    status:
      parents:
      - conditions:
        - lastTransitionTime: fake
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  7. pkg/config/schema/kubetypes/resources.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"
    	istioioapinetworkingv1alpha3 "istio.io/api/networking/v1alpha3"
    	istioioapinetworkingv1beta1 "istio.io/api/networking/v1beta1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 16:38:40 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    	proto.RegisterType((*NamedResourcesAttribute)(nil), "k8s.io.api.resource.v1alpha2.NamedResourcesAttribute")
    	proto.RegisterType((*NamedResourcesAttributeValue)(nil), "k8s.io.api.resource.v1alpha2.NamedResourcesAttributeValue")
    	proto.RegisterType((*NamedResourcesFilter)(nil), "k8s.io.api.resource.v1alpha2.NamedResourcesFilter")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  9. 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)
  10. pkg/kube/controllers/common_test.go

    	})
    	retry.UntilOrFail(t, func() bool {
    		return written.Load() == "ns/gateway"
    	}, retry.Timeout(time.Second*5))
    	written.Store("")
    
    	gatewayv1alpha2 := gvk.KubernetesGateway
    	gatewayv1alpha2.Version = "v1alpha2"
    	handler = EnqueueForParentHandler(q, gvk.KubernetesGateway)
    	handler(&appsv1.Deployment{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "gateway-deployment",
    			Namespace: "ns",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 15 15:34:49 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top