Class ExternalConfiguration


  • @ConfigRoot(name="operator-sdk",
                phase=BUILD_AND_RUN_TIME_FIXED)
    public class ExternalConfiguration
    extends Object
    • Field Detail

      • checkCRDAndValidateLocalModel

        @ConfigItem(defaultValue="true")
        public Optional<Boolean> checkCRDAndValidateLocalModel
        Whether the operator should check that the CRD is properly deployed and that the associated CustomResource implementation matches its information before registering the associated controller.
      • crdOutputDirectory

        @ConfigItem(defaultValue="kubernetes")
        public String crdOutputDirectory
        The directory where the CRDs will be generated, relative to the project's output directory.
    • Constructor Detail

      • ExternalConfiguration

        public ExternalConfiguration()