package
Version:
v0.2.0-rc.0
Opens a new window with list of versions in this module.
Published: Nov 12, 2019
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Client returns a new Kubernetes client
Initialize to deploy the Dapr operator
type ListOutput struct {
AppID string `csv:"APP ID"`
AppPort string `csv:"APP PORT"`
Age string `csv:"AGE"`
Created string `csv:"CREATED"`
}
ListOutput to represent the application id, application port and creation time
List to output all the the applications
RunConfig to represent application configuration parameters
type RunOutput struct {
Message string
}
RunOutput to represent the run output
Run based on run configuration
Source Files
¶
Click to show internal directories.
Click to hide internal directories.