Versions in this module Expand all Collapse all v1 v1.8.1 Mar 10, 2020 Changes in this version + const ARCHIVE_URL_PREFIX + const DEPLOYMENT_NAME_KEY + const DEPLOYMENT_UID_KEY + const SPEC_API_VERSION + const SPEC_README + func Apply(input cli.Input) error + func Commands() *cobra.Command + func Destroy(input cli.Input) error + func Init(input cli.Input) error + func List(input cli.Input) error + func MapKey(m *metav1.ObjectMeta) string + func ShowAppliedKubeWatchers(ws []fv1.KubernetesWatchTrigger) + func ShowCanaryConfigs(canaryCfgs []fv1.CanaryConfig) + func ShowEnvironments(envs []fv1.Environment) + func ShowFunctions(fns []fv1.Function) + func ShowHTTPTriggers(hts []fv1.HTTPTrigger) + func ShowMQTriggers(mqts []fv1.MessageQueueTrigger) + func ShowPackages(pkgList []fv1.Package) + func ShowTimeTriggers(tts []fv1.TimeTrigger) + func SpecDry(resource interface{}) error + func SpecSave(resource interface{}, specFile string) error + func Validate(input cli.Input) error + type ApplySubCommand struct + type DestroySubCommand struct + type FissionResources struct + ArchiveUploadSpecs []types.ArchiveUploadSpec + DeploymentConfig types.DeploymentConfig + Environments []fv1.Environment + Functions []fv1.Function + HttpTriggers []fv1.HTTPTrigger + KubernetesWatchTriggers []fv1.KubernetesWatchTrigger + MessageQueueTriggers []fv1.MessageQueueTrigger + Packages []fv1.Package + SourceMap SourceMap + TimeTriggers []fv1.TimeTrigger + func ReadSpecs(specDir string) (*FissionResources, error) + func (fr *FissionResources) ExistsInSpecs(resource interface{}) (bool, error) + func (fr *FissionResources) ParseYaml(b []byte, loc *Location) error + func (fr *FissionResources) SpecExists(resource interface{}, compareMetadata bool, compareSpec bool) interface{} + func (fr *FissionResources) Validate(input cli.Input) ([]string, error) + type InitSubCommand struct + type ListSubCommand struct + type Location struct + Line int + Path string + func (loc Location) String() string + type ResourceApplyStatus struct + Created []*metav1.ObjectMeta + Deleted []*metav1.ObjectMeta + Updated []*metav1.ObjectMeta + type SourceMap struct + Locations map[string](map[string](map[string]Location)) + type ValidateSubCommand struct