Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for UnstructuredList (0.5 sec)

  1. operator/pkg/helmreconciler/reconciler.go

    	}), resource.Namespace(h.iop.Spec.GetNamespace()), resource.Namespace(istioV1Alpha1.Namespace(h.iop.Spec)), nil)
    
    	// Add in-cluster webhooks
    	objects := &unstructured.UnstructuredList{}
    	objects.SetGroupVersionKind(gvk.MutatingWebhookConfiguration.Kubernetes())
    	err := h.client.List(context.Background(), objects, &client.ListOptions{})
    	if err != nil {
    		return err
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 22 08:32:23 UTC 2024
    - 22K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.20.md

    ### Documentation
    
    - Fake dynamic client: document that List does not preserve TypeMeta in UnstructuredList ([#95117](https://github.com/kubernetes/kubernetes/pull/95117), [@andrewsykim](https://github.com/andrewsykim)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
Back to top