类 ImageRegistryCredential


  • public class ImageRegistryCredential
    extends Object
    The credential of image registry
    • 构造器详细资料

      • ImageRegistryCredential

        public ImageRegistryCredential()
        Construct a new ImageRegistryCredential object.
      • ImageRegistryCredential

        public ImageRegistryCredential​(String server,
                                       String userName,
                                       String password)
        Construct a new ImageRegistryCredential object.
        参数:
        server - The server of image registry
        userName - The user name of image registry
        password - The password of image registry