Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AllOperatorsInCluster (0.15 sec)

  1. operator/pkg/verifier/verifier.go

    	// meta_v1.Time is really a struct) and fails.
    	un.SetManagedFields([]metav1.ManagedFieldsEntry{})
    }
    
    // Find all IstioOperator in the cluster.
    func AllOperatorsInCluster(client dynamic.Interface) ([]*v1alpha1.IstioOperator, error) {
    	ul, err := client.
    		Resource(v1alpha1.IstioOperatorGVR).
    		List(context.TODO(), metav1.ListOptions{})
    	if err != nil {
    		return nil, err
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top