Uses of Class
io.quarkiverse.operatorsdk.runtime.ResourceInfo
-
Packages that use ResourceInfo Package Description io.quarkiverse.operatorsdk.runtime -
-
Uses of ResourceInfo in io.quarkiverse.operatorsdk.runtime
Methods in io.quarkiverse.operatorsdk.runtime that return ResourceInfo Modifier and Type Method Description static ResourceInfoResourceInfo. createFrom(Class<? extends io.fabric8.kubernetes.api.model.HasMetadata> resourceClass, String resourceFullName, String associatedControllerName, boolean hasStatus)Methods in io.quarkiverse.operatorsdk.runtime that return types with arguments of type ResourceInfo Modifier and Type Method Description Map<String,ResourceInfo>CRDInfo. getVersions()Constructor parameters in io.quarkiverse.operatorsdk.runtime with type arguments of type ResourceInfo Constructor Description CRDInfo(String crdName, String crdSpecVersion, String filePath, Set<String> dependentClassNames, Map<String,ResourceInfo> versions)
-