I create from my Java code a bigger Yaml file with the fabric8 kubernetes client and it works fine like e.g. creating a PVC with the PersistentVolumeClaimBuilder and then using Serialization.asYaml(object) to get the Yaml String. But there is no existing Builder for an Azure SecretProviderClass. I tried to create a CustomResourceDefinition for the SecretProviderClass but failed. Especially the spec.parameters.objects was difficult. Has someone a working SecretProviderClass fabric8 class representation for me?
Thanks in advance