Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RegistryNameStatus

Package version

The result of a request to check the availability of a container registry name.

Hierarchy

  • RegistryNameStatus

Index

Properties

Optional message

message: undefined | string

If any, the error message that provides more detail for the reason that the name is not available.

Optional nameAvailable

nameAvailable: undefined | false | true

The value that indicates whether the name is available.

Optional reason

reason: undefined | string

If any, the reason that the name is not available.

Generated using TypeDoc