Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string = "0.0.1"
Version is the current release of your application.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { metav1.ObjectMeta // contains filtered or unexported fields }
App is a very important grown up business application.
func NewApp ¶
NewApp will create a new instance of App.
See https://github.com/naml-examples for more examples.
This is where you pass in fields to your application (similar to Values.yaml) Example: func NewApp(name string, example string, something int) *App
func (*App) Description ¶
func (*App) Meta ¶
func (a *App) Meta() *metav1.ObjectMeta
Click to show internal directories.
Click to hide internal directories.