Documentation ¶
Index ¶
- func CreateRegistry(registryName string)
- func DeleteAllImages(registryName string)
- func DeleteAllRegistries()
- func DeleteImage(registryName string, imageName string)
- func DeleteRegistry(registryName string)
- func DescribeRegistry(registryName string)
- func Execute()
- func InstallOperator()
- func InstallRegistry()
- func ListImages(registryName string)
- func ListRegistries()
- func Logs(appNameSuffix string, containerName string)
- func PullImage(registryName string, imageName string)
- func PushImage(context contextpkg.Context, registryName string, imageName string, ...)
- func RegistryInfo(registryName string, field string)
- func Shell(appNameSuffix string, containerName string)
- func UninstallOperator()
- func UninstallRegistry()
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRegistry ¶
func CreateRegistry(registryName string)
func DeleteAllImages ¶ added in v0.1.1
func DeleteAllImages(registryName string)
func DeleteAllRegistries ¶
func DeleteAllRegistries()
func DeleteImage ¶
func DeleteRegistry ¶
func DeleteRegistry(registryName string)
func DescribeRegistry ¶
func DescribeRegistry(registryName string)
func InstallOperator ¶
func InstallOperator()
func InstallRegistry ¶
func InstallRegistry()
func ListImages ¶
func ListImages(registryName string)
func ListRegistries ¶
func ListRegistries()
func PushImage ¶
func PushImage(context contextpkg.Context, registryName string, imageName string, imagePath string)
func RegistryInfo ¶
func UninstallOperator ¶
func UninstallOperator()
func UninstallRegistry ¶
func UninstallRegistry()
Types ¶
type Client ¶
type Client struct { Config *restpkg.Config Kubernetes kubernetespkg.Interface REST restpkg.Interface Context contextpkg.Context Namespace string }
func (*Client) AdminClient ¶
func (self *Client) AdminClient() *adminclient.Client
Source Files ¶
- client.go
- common.go
- image-delete.go
- image-list.go
- image-pull.go
- image-push.go
- image.go
- logs.go
- operator-install.go
- operator-logs.go
- operator-shell.go
- operator-uninstall.go
- operator.go
- registry-create.go
- registry-delete.go
- registry-describe.go
- registry-info.go
- registry-list.go
- registry-logs.go
- registry-shell.go
- registry.go
- root.go
- shell.go
- simple-host.go
- simple-install.go
- simple-logs.go
- simple-shell.go
- simple-uninstall.go
- simple.go
- version.go
Click to show internal directories.
Click to hide internal directories.