Uses of Class
io.quarkiverse.operatorsdk.runtime.CRDInfo
-
Packages that use CRDInfo Package Description io.quarkiverse.operatorsdk.runtime -
-
Uses of CRDInfo in io.quarkiverse.operatorsdk.runtime
Methods in io.quarkiverse.operatorsdk.runtime that return types with arguments of type CRDInfo Modifier and Type Method Description Map<String,CRDInfo>CRDGenerationInfo. getCRDInfosFor(String crdName)Map<String,Map<String,CRDInfo>>CRDGenerationInfo. getCrds()Constructor parameters in io.quarkiverse.operatorsdk.runtime with type arguments of type CRDInfo Constructor Description CRDGenerationInfo(boolean applyCRDs, boolean validateCRDs, Map<String,Map<String,CRDInfo>> crds, Set<String> generated)
-