Documentation ¶
Index ¶
- func NewResource() *resource.Resource
- type CertificateOptions
- type CertificatePrinter
- type Getter
- func (g *Getter) Get(name string, output printer.Output, options resource.Options) error
- func (g *Getter) GetAllCerts() ([]*types.CertificateDetail, error)
- func (g *Getter) GetAllCertsStartingWithName(name string) ([]*types.CertificateDetail, error)
- func (g *Getter) GetCert(arn string) (*types.CertificateDetail, error)
- func (g *Getter) GetOneCertStartingWithName(name string) (*types.CertificateDetail, error)
- func (g *Getter) Init()
- type Manager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type CertificateOptions ¶
type CertificateOptions struct { resource.CommonOptions // contains filtered or unexported fields }
func NewOptions ¶
func NewOptions() (options *CertificateOptions, flags cmd.Flags)
type CertificatePrinter ¶
type CertificatePrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(certs []*types.CertificateDetail) *CertificatePrinter
func (*CertificatePrinter) PrintJSON ¶
func (p *CertificatePrinter) PrintJSON(writer io.Writer) error
func (*CertificatePrinter) PrintTable ¶
func (p *CertificatePrinter) PrintTable(writer io.Writer) error
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func (*Getter) GetAllCerts ¶
func (g *Getter) GetAllCerts() ([]*types.CertificateDetail, error)
func (*Getter) GetAllCertsStartingWithName ¶
func (g *Getter) GetAllCertsStartingWithName(name string) ([]*types.CertificateDetail, error)
func (*Getter) GetOneCertStartingWithName ¶
func (g *Getter) GetOneCertStartingWithName(name string) (*types.CertificateDetail, error)
Click to show internal directories.
Click to hide internal directories.