simsnow
simsnow
You can load the yaml and use Kubectl.apply to create it : ) ``` String yamlContent = ""; String namespace = ""; ApiClient client = Config.fromCluster(); List k8sObjects = Yaml.loadAll(yamlContent);...
Here is the link to CustomObjectsApi. Maybe i can give a patch to make it more compatible... https://github.com/kubernetes-client/java/blob/master/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CustomObjectsApi.java#L80
@yue9944882 Thank you for help. I can't found a method like "listClusterCustomObjectCall" in DynamicKubernetesApi. My basic business is "render a yaml, load the yaml, create some kubeObjects, watch the status,...
this IntegrationSource have a 10 seconds retry,my trigger have configured a retry,this is confused. so i want to make the IntegrationSource no retry, but i can not find any config...