Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPullSecretToDeployment ¶
func AddPullSecretToDeployment(clientset *kubernetes.Clientset, namespace string, deploymentName string, secretName *string) error
AddPullSecretToDeployment add pull secret to deployment
func AddPullSecretToServiceAccount ¶
func AddPullSecretToServiceAccount(clientset *kubernetes.Clientset, namespace string, serviceaccount string, secretName *string) error
AddPullSecretToServiceAccount add pull secret to service account
Types ¶
type LibertyAppImage ¶
type LibertyAppImage struct { ImageReference types.ImageReference // contains filtered or unexported fields }
LibertyAppImage represents a liberty app image on a remote registry
func NewLibertyAppImage ¶
func NewLibertyAppImage(clientset *kubernetes.Clientset, imageName string, namespace string, secretName *string) (*LibertyAppImage, error)
NewLibertyAppImage Create a new LibertyAppImage
Click to show internal directories.
Click to hide internal directories.