Class CRDGenerationInfo

java.lang.Object
io.quarkiverse.operatorsdk.runtime.CRDGenerationInfo

public class CRDGenerationInfo extends Object
  • Constructor Details

    • CRDGenerationInfo

      public CRDGenerationInfo(boolean applyCRDs, boolean validateCRDs, CRDInfos crds, Set<String> generated)
  • Method Details

    • getCrds

      public CRDInfos getCrds()
    • getGenerated

      public Set<String> getGenerated()
    • isApplyCRDs

      public boolean isApplyCRDs()
    • getCRDInfosFor

      public Map<String,CRDInfo> getCRDInfosFor(String crdName)
    • isValidateCRDs

      public boolean isValidateCRDs()