Class FunctionCustomContainerConfig


  • public final class FunctionCustomContainerConfig
    extends java.lang.Object
    • Method Detail

      • args

        public java.util.Optional<java.lang.String> args()
        Returns:
        The args field specifies the arguments passed to the command.
      • command

        public java.util.Optional<java.lang.String> command()
        Returns:
        The entry point of the container, which specifies the actual command run by the container.
      • image

        public java.lang.String image()
        Returns:
        The container image address.