Documentation
¶
Index ¶
- func PSSRootCmd(f factory.ClientFactory, fs afero.Fs) *cobra.Command
- type CaseCategoryCollection
- type CaseCollection
- type CaseOptionCollection
- type CaseUpdateCollection
- type ChangeCaseCollection
- type FeedbackCollection
- type IncidentCaseCollection
- type ProblemCaseCollection
- type ReplyCollection
- type RequestCollection
- type SupportedServiceCollection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PSSRootCmd ¶
Types ¶
type CaseCategoryCollection ¶ added in v1.23.0
type CaseCategoryCollection []pss.CaseCategory
func (CaseCategoryCollection) DefaultColumns ¶ added in v1.23.0
func (m CaseCategoryCollection) DefaultColumns() []string
type CaseCollection ¶ added in v1.23.0
func (CaseCollection) DefaultColumns ¶ added in v1.23.0
func (m CaseCollection) DefaultColumns() []string
type CaseOptionCollection ¶ added in v1.23.0
type CaseOptionCollection []pss.CaseOption
func (CaseOptionCollection) DefaultColumns ¶ added in v1.23.0
func (m CaseOptionCollection) DefaultColumns() []string
type CaseUpdateCollection ¶ added in v1.23.0
type CaseUpdateCollection []pss.CaseUpdate
func (CaseUpdateCollection) DefaultColumns ¶ added in v1.23.0
func (m CaseUpdateCollection) DefaultColumns() []string
type ChangeCaseCollection ¶ added in v1.23.0
type ChangeCaseCollection []pss.ChangeCase
func (ChangeCaseCollection) DefaultColumns ¶ added in v1.23.0
func (m ChangeCaseCollection) DefaultColumns() []string
type FeedbackCollection ¶ added in v1.23.0
func (FeedbackCollection) DefaultColumns ¶ added in v1.23.0
func (m FeedbackCollection) DefaultColumns() []string
type IncidentCaseCollection ¶ added in v1.23.0
type IncidentCaseCollection []pss.IncidentCase
func (IncidentCaseCollection) DefaultColumns ¶ added in v1.23.0
func (m IncidentCaseCollection) DefaultColumns() []string
type ProblemCaseCollection ¶ added in v1.23.0
type ProblemCaseCollection []pss.ProblemCase
func (ProblemCaseCollection) DefaultColumns ¶ added in v1.23.0
func (m ProblemCaseCollection) DefaultColumns() []string
type ReplyCollection ¶ added in v1.23.0
func (ReplyCollection) DefaultColumns ¶ added in v1.23.0
func (m ReplyCollection) DefaultColumns() []string
type RequestCollection ¶ added in v1.23.0
func (RequestCollection) DefaultColumns ¶ added in v1.23.0
func (m RequestCollection) DefaultColumns() []string
type SupportedServiceCollection ¶ added in v1.23.0
type SupportedServiceCollection []pss.SupportedService
func (SupportedServiceCollection) DefaultColumns ¶ added in v1.23.0
func (m SupportedServiceCollection) DefaultColumns() []string
Source Files
¶
- output.go
- pss.go
- pss_case.go
- pss_case_category.go
- pss_case_update.go
- pss_change.go
- pss_change_impact.go
- pss_change_risk.go
- pss_incident.go
- pss_incident_impact.go
- pss_incident_type.go
- pss_problem.go
- pss_reply.go
- pss_reply_attachment.go
- pss_request.go
- pss_request_feedback.go
- pss_request_reply.go
- pss_supportedservice.go
Click to show internal directories.
Click to hide internal directories.