Documentation ¶
Index ¶
- func Base64Size(data interface{}) (string, error)
- func FormatAction(obj interface{}) (string, error)
- func FormatImage(data interface{}) (string, error)
- func FormatOpts(obj interface{}) (string, error)
- func FormatRouteTarget(obj interface{}) (string, error)
- func FormatScale(data *int, data2, data3 interface{}) (string, error)
- func FormatServiceName(cfg Config) func(data, data2 interface{}) (string, error)
- func FormatTarget(obj interface{}) (string, error)
- func FormatURL() func(obj interface{}) (string, error)
- type AppData
- type Config
- type PodData
- type RouteSpecData
- type TableWriter
- func NewApp(cfg Config) TableWriter
- func NewBuild(cfg Config) TableWriter
- func NewConfig(cfg Config) TableWriter
- func NewContainer(cfg Config) TableWriter
- func NewExternalService(cfg Config) TableWriter
- func NewFeature(cfg Config) TableWriter
- func NewPods(cfg Config) TableWriter
- func NewPublicDomain(cfg Config) TableWriter
- func NewRouter(cfg Config) TableWriter
- func NewSecret(cfg Config) TableWriter
- func NewService(cfg Config) TableWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64Size ¶
func FormatAction ¶
func FormatImage ¶
func FormatOpts ¶
func FormatRouteTarget ¶
func FormatScale ¶
func FormatServiceName ¶
func FormatTarget ¶
Types ¶
type AppData ¶
type AppData struct { metav1.TypeMeta metav1.ObjectMeta App *riov1.App Revisions map[string]struct { Revision *riov1.Service Pods []corev1.Pod } }
func (*AppData) DeepCopyObject ¶
type RouteSpecData ¶
type TableWriter ¶
func NewApp ¶
func NewApp(cfg Config) TableWriter
func NewBuild ¶
func NewBuild(cfg Config) TableWriter
func NewConfig ¶
func NewConfig(cfg Config) TableWriter
func NewContainer ¶
func NewContainer(cfg Config) TableWriter
func NewExternalService ¶
func NewExternalService(cfg Config) TableWriter
func NewFeature ¶
func NewFeature(cfg Config) TableWriter
func NewPods ¶ added in v0.1.1
func NewPods(cfg Config) TableWriter
func NewPublicDomain ¶
func NewPublicDomain(cfg Config) TableWriter
func NewRouter ¶
func NewRouter(cfg Config) TableWriter
func NewSecret ¶
func NewSecret(cfg Config) TableWriter
func NewService ¶
func NewService(cfg Config) TableWriter
Click to show internal directories.
Click to hide internal directories.