Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateBasicImagePullSecretDetails

A CreateBasicImagePullSecretDetails is a ImagePullSecret which accepts username and password as credentials information.

Properties

password

password: string

The password which should be used with the registry for authentication. The value is expected in base64 format.

registryEndpoint

registryEndpoint: string

The registry endpoint of the container image.

Const secretType

secretType: string = "BASIC"

username

username: string

The username which should be used with the registry for authentication. The value is expected in base64 format.

Methods

getDeserializedJsonObj

getJsonObj