Norwin Schnyder
Norwin Schnyder
According to the current specification, trailing slashes in both the _prefix match_ and _replace prefix_ are ignored. Incorporating this rule into the documented behavior, I've constructed the following table to...
/remove-lifecycle stale /assign @snorwin
/remove-lifecycle rotten
/assign @snorwin
@andrewsykim, @nayihz I'm facing similar problems, for that reason I opened an issue (https://github.com/kubernetes-sigs/controller-tools/issues/1168) to address the root cause.
This might be related to #112, can someone verify if #116 would resolve this issue too?
@JoelSpeed thanks for the prompt reply. `corev1.PodTemplateSpec` is used, which refers to `metav1.ObjectMeta` containing `metav1.Time`.
You make a good point that having a `CreationTimestamp` field in a template doesn't make sense, however if we look at other Kubernetes core resources, such as `ReplicaSet`, the `CreationTimestamp`...
Thank you for your effort and the suggestions! I agree that having skip markers is a good idea. However, it seems that it wouldn't resolve this issue, except the new...
This would require anyone currently using `corev1.PodTemplateSpec` to add a skip marker for `.metadata.creationTimestamp` to generate the same CRD as before, or did I miss something?