Skip to content
Snippets Groups Projects
Commit 1e914d3c authored by Mariano Cano's avatar Mariano Cano
Browse files

Update generated files.

parent 91c02cd8
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,11 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// autogenerated by controller-gen object, do not modify manually
// Code generated by controller-gen. DO NOT EDIT.
package v1beta1
import (
"k8s.io/apimachinery/pkg/apis/meta/v1"
runtime "k8s.io/apimachinery/pkg/runtime"
)
......@@ -71,8 +70,7 @@ func (in *StepIssuerCondition) DeepCopyInto(out *StepIssuerCondition) {
*out = *in
if in.LastTransitionTime != nil {
in, out := &in.LastTransitionTime, &out.LastTransitionTime
*out = new(v1.Time)
(*in).DeepCopyInto(*out)
*out = (*in).DeepCopy()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment