Documentation ¶
Index ¶
- func NewTiller(cr *v1alpha1.Flux) (objects []runtime.Object, err error)
- func NewTillerDeployment(cr *v1alpha1.Flux) (*extensions.Deployment, error)
- func NewTillerObjectMeta(cr *v1alpha1.Flux) metav1.ObjectMeta
- func NewTillerService(cr *v1alpha1.Flux) (*corev1.Service, error)
- func TillerManifest(asStr string, out interface{}) error
- func TillerName(cr *v1alpha1.Flux) string
- func TillerOptions(cr *v1alpha1.Flux) *installer.Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTillerDeployment ¶
func NewTillerDeployment(cr *v1alpha1.Flux) (*extensions.Deployment, error)
Create a Tiller Deployment manifest.
func NewTillerObjectMeta ¶
func NewTillerObjectMeta(cr *v1alpha1.Flux) metav1.ObjectMeta
Create the ObjectMeta for a Tiller installation manifest.
func NewTillerService ¶
Create a Tiller Service manifest.
func TillerManifest ¶
Decode a YAML manifest into `out`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.