Create pull secret
Container as a Service
Create pull secret
Create a new pull secret for container image registry authentication.
POST
Create pull secret
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project id
Example:
1
Region id
Example:
1
Body
application/json
Pull secret login
Required string length:
1 - 100Example:
"login"
Pull secret name
Required string length:
1 - 250Pattern:
^[a-z][-a-z0-9]{0,24}[a-z0-9]$Example:
"my-secret"
Pull secret password
Required string length:
1 - 5000Example:
"password"
Pull secret registry
Required string length:
1 - 400Example:
"some.registry.com"