Uses of Class
io.fabric8.crd.generator.CustomResourceInfo
-
Packages that use CustomResourceInfo Package Description io.fabric8.crd.generator io.fabric8.crd.generator.v1 io.fabric8.crd.generator.v1beta1 -
-
Uses of CustomResourceInfo in io.fabric8.crd.generator
Methods in io.fabric8.crd.generator that return CustomResourceInfo Modifier and Type Method Description static CustomResourceInfoCustomResourceInfo. fromClass(Class<? extends CustomResource> customResource)Methods in io.fabric8.crd.generator with parameters of type CustomResourceInfo Modifier and Type Method Description protected abstract voidAbstractCustomResourceHandler. addDecorators(CustomResourceInfo config, io.sundr.codegen.model.TypeDef def, Optional<String> specReplicasPath, Optional<String> statusReplicasPath, Optional<String> labelSelectorPath, boolean statusExists)Adds all the necessary decorators to build the specific CRD version.CRDGeneratorCRDGenerator. customResources(CustomResourceInfo... infos)voidAbstractCustomResourceHandler. handle(CustomResourceInfo config) -
Uses of CustomResourceInfo in io.fabric8.crd.generator.v1
Methods in io.fabric8.crd.generator.v1 with parameters of type CustomResourceInfo Modifier and Type Method Description protected voidCustomResourceHandler. addDecorators(CustomResourceInfo config, io.sundr.codegen.model.TypeDef def, Optional<String> specReplicasPath, Optional<String> statusReplicasPath, Optional<String> labelSelectorPath, boolean statusExists) -
Uses of CustomResourceInfo in io.fabric8.crd.generator.v1beta1
Methods in io.fabric8.crd.generator.v1beta1 with parameters of type CustomResourceInfo Modifier and Type Method Description protected voidCustomResourceHandler. addDecorators(CustomResourceInfo config, io.sundr.codegen.model.TypeDef def, Optional<String> specReplicasPath, Optional<String> statusReplicasPath, Optional<String> labelSelectorPath, boolean statusExists)
-