Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Lookup ¶
func Lookup(c clientbase.APIBaseClientInterface, name string, typeNames ...string) (*types.Resource, error)
Types ¶
type ParsedContainer ¶
type ParsedContainer struct { PodName string ContainerName string Service ParsedService }
func ParseContainerName ¶
func ParseContainerName(name string) (ParsedContainer, bool)
func (ParsedContainer) String ¶
func (p ParsedContainer) String() string
type ParsedService ¶
func ParseServiceName ¶
func ParseServiceName(serviceName string) ParsedService
func ParseServiceNameFromLabels ¶
func ParseServiceNameFromLabels(labels map[string]string) ParsedService
func (ParsedService) Latest ¶
func (p ParsedService) Latest() ParsedService
func (ParsedService) PodNamePrefix ¶
func (p ParsedService) PodNamePrefix() string
func (ParsedService) SetRevision ¶
func (p ParsedService) SetRevision(rev string) ParsedService
func (ParsedService) String ¶
func (p ParsedService) String() string
Click to show internal directories.
Click to hide internal directories.