Documentation ¶
Overview ¶
Package print contains templates for printing Vendor API types.
Index ¶
- func AddOn(outputFormat string, w *tabwriter.Writer, addOn *types.ClusterAddOn) error
- func AddOns(outputFormat string, w *tabwriter.Writer, addOns []*types.ClusterAddOn, ...) error
- func Apps(outputFormat string, w *tabwriter.Writer, apps []types.AppAndChannels) error
- func ChannelAdoption(w *tabwriter.Writer, adoption *channels.ChannelAdoption) error
- func ChannelAttrs(outputFormat string, w *tabwriter.Writer, appType string, appSlug string, ...) error
- func ChannelReleases(w *tabwriter.Writer, releases []channels.ChannelRelease) error
- func Channels(outputFormat string, w *tabwriter.Writer, channels []*types.Channel) error
- func Cluster(outputFormat string, w *tabwriter.Writer, cluster *types.Cluster) error
- func ClusterPort(outputFormat string, w *tabwriter.Writer, port *types.ClusterPort) error
- func ClusterPorts(outputFormat string, w *tabwriter.Writer, ports []*types.ClusterPort, ...) error
- func ClusterVersions(outputFormat string, w *tabwriter.Writer, clusters []*types.ClusterVersion) error
- func Clusters(outputFormat string, w *tabwriter.Writer, clusters []*types.Cluster, ...) error
- func Collector(w *tabwriter.Writer, collector *types.CollectorSpec) error
- func Collectors(w *tabwriter.Writer, appCollectors []types.CollectorSpec) error
- func Customer(outputFormat string, w *tabwriter.Writer, customer *types.Customer) error
- func CustomerAttrs(outputFormat string, w *tabwriter.Writer, appType string, appSlug string, ...) error
- func Customers(outputFormat string, w *tabwriter.Writer, customers []types.Customer) error
- func CustomersWithInstances(outputFormat string, w *tabwriter.Writer, customers []types.Customer) error
- func EnterpriseChannel(outputFormat string, w *tabwriter.Writer, channel *enterprisetypes.Channel) error
- func EnterpriseChannels(outputFormat string, w *tabwriter.Writer, channels []*enterprisetypes.Channel) error
- func EnterpriseInstaller(outputFormat string, w *tabwriter.Writer, installer *enterprisetypes.Installer) error
- func EnterpriseInstallers(outputFormat string, w *tabwriter.Writer, ...) error
- func EnterprisePolicies(outputFormat string, w *tabwriter.Writer, policies []*enterprisetypes.Policy) error
- func EnterprisePolicy(outputFormat string, w *tabwriter.Writer, policy *enterprisetypes.Policy) error
- func Installers(outputFormat string, w *tabwriter.Writer, appReleases []types.InstallerSpec) error
- func Instance(outputFormat string, w *tabwriter.Writer, instance types.Instance) error
- func Instances(outputFormat string, w *tabwriter.Writer, instances []types.Instance) error
- func LicenseCounts(w *tabwriter.Writer, counts *channels.LicenseCounts) error
- func LintErrors(outputFormat string, w *tabwriter.Writer, lintErrors []types.LintMessage) error
- func NoClusterVersions(outputFormat string, w *tabwriter.Writer) error
- func NoClusters(outputFormat string, w *tabwriter.Writer) error
- func NodeGroups(outputFormat string, w *tabwriter.Writer, addOns []*types.NodeGroup) error
- func PlatformChannels(w *tabwriter.Writer, channels []platformChannels.AppChannel) error
- func Registries(outputFormat string, w *tabwriter.Writer, registries []types.Registry) error
- func RegistryLogs(w *tabwriter.Writer, logs []types.RegistryLog) error
- func Release(w *tabwriter.Writer, release *types.AppRelease) error
- func Releases(outputFormat string, w *tabwriter.Writer, appReleases []types.ReleaseInfo) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChannelAdoption ¶
func ChannelAdoption(w *tabwriter.Writer, adoption *channels.ChannelAdoption) error
func ChannelAttrs ¶
func ChannelReleases ¶
func ChannelReleases(w *tabwriter.Writer, releases []channels.ChannelRelease) error
func ClusterPort ¶ added in v0.71.0
func ClusterPorts ¶ added in v0.71.0
func ClusterVersions ¶ added in v0.50.0
func Collector ¶ added in v0.12.0
func Collector(w *tabwriter.Writer, collector *types.CollectorSpec) error
func Collectors ¶ added in v0.12.0
func Collectors(w *tabwriter.Writer, appCollectors []types.CollectorSpec) error
func CustomerAttrs ¶ added in v0.52.0
func CustomersWithInstances ¶ added in v0.51.0
func EnterpriseChannel ¶ added in v0.22.0
func EnterpriseChannels ¶ added in v0.22.0
func EnterpriseInstaller ¶ added in v0.23.0
func EnterpriseInstallers ¶ added in v0.23.0
func EnterprisePolicies ¶ added in v0.22.0
func EnterprisePolicy ¶ added in v0.22.0
func Installers ¶ added in v0.21.0
func LicenseCounts ¶
func LicenseCounts(w *tabwriter.Writer, counts *channels.LicenseCounts) error
func LintErrors ¶ added in v0.8.0
func NoClusterVersions ¶ added in v0.50.0
func NodeGroups ¶ added in v0.66.0
func PlatformChannels ¶ added in v0.7.0
func PlatformChannels(w *tabwriter.Writer, channels []platformChannels.AppChannel) error
func Registries ¶ added in v0.40.4
func RegistryLogs ¶ added in v0.40.4
func RegistryLogs(w *tabwriter.Writer, logs []types.RegistryLog) error
Types ¶
This section is empty.
Source Files ¶
- apps.go
- channel_adoption.go
- channel_attributes.go
- channel_license_counts.go
- channel_releases.go
- channels.go
- cluster_addons.go
- cluster_nodegroups.go
- cluster_ports.go
- clusters.go
- collector.go
- collectors.go
- customer_attributes.go
- customers.go
- enterprise_channel.go
- enterprise_channels.go
- enterprise_installer.go
- enterprise_installers.go
- enterprise_policies.go
- enterprise_policy.go
- installers.go
- instances.go
- lint.go
- print.go
- registries.go
- release.go
- releases.go
- util.go
Click to show internal directories.
Click to hide internal directories.