All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.snowdrop.istio.client.CodeGen Maven / Gradle / Ivy

There is a newer version: 1.7.7.1
Show newest version
package me.snowdrop.istio.client;

import io.sundr.codegen.annotations.ResourceSelector;
import io.sundr.transform.annotations.VelocityTransformation;
import io.sundr.transform.annotations.VelocityTransformations;

@VelocityTransformations(
		value = {
				@VelocityTransformation("/resource-operation.vm"),
				@VelocityTransformation("/resource-handler.vm"),
				@VelocityTransformation(value = "/resource-handler-services.vm", gather = true, outputPath = "META-INF/services/io.fabric8.kubernetes.client.ResourceHandler")
		},
		resources = {
				@ResourceSelector("crd.properties")
		}

)
public class CodeGen {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy