Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceInfo ¶
type ResourceInfo interface {
Info(clusterName string, brief bool) (apistructs.ClusterResourceInfoData, error)
}
func NewResourceInfoImpl ¶
func NewResourceInfoImpl() ResourceInfo
type ResourceInfoImpl ¶
type ResourceInfoImpl struct { }
func (*ResourceInfoImpl) Info ¶
func (r *ResourceInfoImpl) Info(clusterName string, brief bool) (apistructs.ClusterResourceInfoData, error)
Click to show internal directories.
Click to hide internal directories.