Documentation ¶
Index ¶
- Constants
- func PodList(options *PodListOptions) ([]sdk.ComponentResourceItem, error)
- func PodSelect(options *PodListOptions) (*sdk.ComponentResourceItem, error)
- func RDevList(options *RDevListOptions) ([]sdk.ComponentResourceItem, error)
- func RDevSelect(options *PodListOptions) (*sdk.ComponentResourceItem, error)
- type ContainerItem
- type ContainerListOptions
- type PodListOptions
- type RDevListOptions
Constants ¶
View Source
const ( Deployment = "Deployment" StatefulSet = "StatefulSet" DaemonSet = "DaemonSet" )
Variables ¶
This section is empty.
Functions ¶
func PodList ¶
func PodList(options *PodListOptions) ([]sdk.ComponentResourceItem, error)
func PodSelect ¶
func PodSelect(options *PodListOptions) (*sdk.ComponentResourceItem, error)
func RDevList ¶ added in v0.15.0
func RDevList(options *RDevListOptions) ([]sdk.ComponentResourceItem, error)
func RDevSelect ¶ added in v0.15.0
func RDevSelect(options *PodListOptions) (*sdk.ComponentResourceItem, error)
Types ¶
type ContainerItem ¶
func ContainerList ¶
func ContainerList(options *ContainerListOptions) ([]*ContainerItem, error)
func ContainerSelect ¶
func ContainerSelect(options *ContainerListOptions) (*ContainerItem, error)
func (*ContainerItem) String ¶
func (c *ContainerItem) String() string
type ContainerListOptions ¶
type ContainerListOptions struct { Namespace string PodName string Container string Client v1.PodsGetter }
type PodListOptions ¶
type PodListOptions struct {
Component string
}
type RDevListOptions ¶ added in v0.15.0
type RDevListOptions struct {
Component string
}
func NewRDevListOptions ¶ added in v0.15.0
func NewRDevListOptions(component string) *RDevListOptions
Click to show internal directories.
Click to hide internal directories.