You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
///setIsDefault sets the default value of CommandGroup.IsDefault if nil
712
+
//setIsDefault sets the default value of CommandGroup.IsDefault if nil
713
713
funcsetIsDefault(cmdGroup*v1.CommandGroup) {
714
714
val:=cmdGroup.GetIsDefault()
715
715
cmdGroup.IsDefault=&val
716
716
}
717
717
718
-
//setEndpoints sets the default value of Endpoint.Secure if nil
718
+
//setEndpoints sets the default value of Endpoint.Secure if nil
719
719
funcsetEndpoints(endpoints []v1.Endpoint) {
720
720
fori:=rangeendpoints {
721
721
val:=endpoints[i].GetSecure()
722
722
endpoints[i].Secure=&val
723
723
}
724
724
}
725
725
726
-
//parseKubeResourceFromURI iterate through all kubernetes & openshift components, and parse from uri and update the content to inlined field in devfileObj
726
+
//parseKubeResourceFromURI iterate through all kubernetes & openshift components, and parse from uri and update the content to inlined field in devfileObj
0 commit comments