Uses of Class
io.sundr.model.repo.DefinitionRepository
-
-
Uses of DefinitionRepository in io.sundr.model.repo
Methods in io.sundr.model.repo that return DefinitionRepository Modifier and Type Method Description static DefinitionRepositoryDefinitionRepository. createRepository()Create a new instance of the repository, without messing with the singletonstatic DefinitionRepositoryDefinitionRepository. getRepository()Get or create a DefinitionRepository.Methods in io.sundr.model.repo with parameters of type DefinitionRepository Modifier and Type Method Description static DefinitionRepository.WithRepoDefinitionRepository. withRepository(DefinitionRepository repository)Method parameters in io.sundr.model.repo with type arguments of type DefinitionRepository Modifier and Type Method Description <V> VDefinitionRepository.WithRepo. apply(Function<DefinitionRepository,V> function)Constructors in io.sundr.model.repo with parameters of type DefinitionRepository Constructor Description WithRepo(DefinitionRepository repository)
-