Documentation
¶
Index ¶
- func IsOutputtableResponse(response *http.Response) bool
- func OutputResult[T apiResponse](format string, t T) error
- type CatalogProvider
- type CatalogProviderList
- type Cluster
- type ClusterList
- type Connection
- type ConnectionList
- type IdentityProvider
- type IdentityProviderList
- type Integration
- type IntegrationList
- type Organization
- type OrganizationList
- type PluginDefinition
- type PluginDefinitionList
- type Portal
- type PortalList
- type PortalVersion
- type PortalVersionList
- type Tenant
- type TenantList
- type TenantUser
- type TenantUserList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsOutputtableResponse ¶
func OutputResult ¶
Types ¶
type CatalogProvider ¶
type CatalogProvider flightdeckv1.CatalogProvider
func (CatalogProvider) TableWriter ¶
func (d CatalogProvider) TableWriter() table.Writer
type CatalogProviderList ¶
type CatalogProviderList []flightdeckv1.CatalogProvider
func (CatalogProviderList) TableWriter ¶
func (d CatalogProviderList) TableWriter() table.Writer
type ClusterList ¶
type ClusterList []flightdeckv1.Cluster
func (ClusterList) TableWriter ¶
func (l ClusterList) TableWriter() table.Writer
type Connection ¶ added in v1.1.0
type Connection flightdeckv1.Connection
func (Connection) TableWriter ¶ added in v1.1.0
func (d Connection) TableWriter() table.Writer
type ConnectionList ¶ added in v1.1.0
type ConnectionList []flightdeckv1.Connection
func (ConnectionList) TableWriter ¶ added in v1.1.0
func (d ConnectionList) TableWriter() table.Writer
type IdentityProvider ¶
type IdentityProvider flightdeckv1.IdentityProvider
func (IdentityProvider) TableWriter ¶
func (d IdentityProvider) TableWriter() table.Writer
type IdentityProviderList ¶
type IdentityProviderList []flightdeckv1.IdentityProvider
func (IdentityProviderList) TableWriter ¶
func (d IdentityProviderList) TableWriter() table.Writer
type Integration ¶
type Integration flightdeckv1.Integration
func (Integration) TableWriter ¶
func (d Integration) TableWriter() table.Writer
type IntegrationList ¶
type IntegrationList []flightdeckv1.Integration
func (IntegrationList) TableWriter ¶
func (d IntegrationList) TableWriter() table.Writer
type Organization ¶
type Organization flightdeckv1.Organization
func (Organization) TableWriter ¶
func (t Organization) TableWriter() table.Writer
type OrganizationList ¶
type OrganizationList []flightdeckv1.Organization
func (OrganizationList) TableWriter ¶
func (l OrganizationList) TableWriter() table.Writer
type PluginDefinition ¶
type PluginDefinition flightdeckv1.PluginDefinition
func (PluginDefinition) TableWriter ¶
func (d PluginDefinition) TableWriter() table.Writer
type PluginDefinitionList ¶
type PluginDefinitionList []flightdeckv1.PluginDefinition
func (PluginDefinitionList) TableWriter ¶
func (d PluginDefinitionList) TableWriter() table.Writer
type PortalList ¶
type PortalList []flightdeckv1.Portal
func (PortalList) TableWriter ¶
func (t PortalList) TableWriter() table.Writer
type PortalVersion ¶ added in v1.1.0
type PortalVersion flightdeckv1.PortalVersion
func (PortalVersion) TableWriter ¶ added in v1.1.0
func (t PortalVersion) TableWriter() table.Writer
type PortalVersionList ¶ added in v1.1.0
type PortalVersionList []flightdeckv1.PortalVersion
func (PortalVersionList) TableWriter ¶ added in v1.1.0
func (l PortalVersionList) TableWriter() table.Writer
type TenantList ¶
type TenantList []flightdeckv1.Tenant
func (TenantList) TableWriter ¶
func (t TenantList) TableWriter() table.Writer
type TenantUser ¶
type TenantUser flightdeckv1.TenantUser
func (TenantUser) TableWriter ¶
func (t TenantUser) TableWriter() table.Writer
type TenantUserList ¶
type TenantUserList []flightdeckv1.TenantUser
func (TenantUserList) TableWriter ¶
func (t TenantUserList) TableWriter() table.Writer
Click to show internal directories.
Click to hide internal directories.