models

package
v1.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageHubSecret

type ImageHubSecret struct {
	// Server name of the image hub
	//
	// required: true
	// example: myprivaterepo.azurecr.io
	Server string `json:"server"`

	// Username for connecting to private image hub
	//
	// required: true
	// example: my-user-name
	Username string `json:"username"`

	// Email provided in radixconfig.yaml
	//
	// required: false
	// example: radix@equinor.com
	Email string `json:"email"`

	// Status of the secret
	// - Pending = Secret value is not set
	// - Consistent = Secret value is set
	//
	// required: false
	// example: Consistent
	Status string `json:"status"`
}

ImageHubSecret holds general information about image hubs swagger:model ImageHubSecret

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL