Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for autoConvert_core_ServiceAccountList_To_v1_ServiceAccountList (0.72 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	return autoConvert_v1_ServiceAccountList_To_core_ServiceAccountList(in, out, s)
    }
    
    func autoConvert_core_ServiceAccountList_To_v1_ServiceAccountList(in *core.ServiceAccountList, out *v1.ServiceAccountList, s conversion.Scope) error {
    	out.ListMeta = in.ListMeta
    	out.Items = *(*[]v1.ServiceAccount)(unsafe.Pointer(&in.Items))
    	return nil
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
Back to top