Marc Nuri
Marc Nuri
## Description Part of #6130 Add missing buildable references to OpenAPI Maven Plugin. ``` @BuildableReference(EnvVar.class), @BuildableReference(ContainerPort.class), @BuildableReference(Volume.class), @BuildableReference(VolumeMount.class) ``` These references were added only to the Kubernetes extensions since the...
## Description Part of #6130 Replace model generation for `open-cluster-management` module with new OpenAPI approach. > [!Note] > For extension models there are going to be multiple conflicts with the...
## Description Part of #6130 Replace model generation for `open-virtual-networking` module with new OpenAPI approach. > [!Note] > For extension models there are going to be multiple conflicts with the...
## Description Part of #6130 Replace model generation for `istio` module with new OpenAPI approach. > [!Note] > For extension models there are going to be multiple conflicts with the...
## Description Part of #6130 Replace model generation for `certmanager` module with new OpenAPI approach. > [!Note] > For extension models there are going to be multiple conflicts with the...
## Description Part of #6130 While implementing the new OpenAPI to Java generator plugin, there are some variables that are now in snake case. Check `kubernetes-model-generator/openshift-model-tuned/src/generated/java/io/fabric8/openshift/api/model/tuned/v1/TuneDConfig.java` as an example. These...
## Description As an initial requirement for #5351, we should refactor all tests annotated with `@EnableOpenShiftMockClient` to remove the annotation and the `OpenShiftMockServer` references.
## Description Part of #5778 After #6343 the class `SettableBeanPropertyDelegate` is implementing `SettableBeanProperty.Delegating`. The current name (`SettableBeanPropertyDelegate`) is confusing and should be changed to something semantically correct such as `SettableBeanPropertyDelegating`.
## Description Part of #6130 _Originally posted by @shawkins in https://github.com/fabric8io/kubernetes-client/issues/6333#issuecomment-2331722825_ > Just wanted to talk broadly on the usage of AnyType, RawExtension, GenericKuberenetesResource, and what is being done here...
## Description Part of #6130 The kubernetes-model-generator module `kubernetes-model-generator/pom.xml` file contains multiple dependency declarations that seem to be unused. The following lines should be removed: https://github.com/fabric8io/kubernetes-client/blob/781441a34232ee9a34baf6e116ff25dcfe29acde/kubernetes-model-generator/pom.xml#L92-L138