 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitRange ¶
type LimitRange struct {
	ObjectMeta common.ObjectMeta `json:"objectMeta"`
	TypeMeta   common.TypeMeta   `json:"typeMeta"`
}
    LimitRange provides the simplified presentation layer view of Kubernetes Limit Range resource.
type LimitRangeCell ¶
type LimitRangeCell api.LimitRange
func (LimitRangeCell) GetProperty ¶
func (self LimitRangeCell) GetProperty(name dataselect.PropertyName) dataselect.ComparableValue
type LimitRangeDetail ¶
type LimitRangeDetail struct {
	ObjectMeta common.ObjectMeta `json:objectMeta`
	TypeMeta   common.TypeMeta   `json:typeMeta`
	LimitRanges limitRanges `json:"limitsRanges,omitempty"`
}
    LimitRangeDetail provides the presentation layer view of Kubernetes Limit Ranges resource.
type LimitRangeList ¶
type LimitRangeList struct {
	ListMeta common.ListMeta `json:"listMeta"`
	// Unordered list of Limit Ranges
	Items []LimitRange `json:"items"`
}
    LimitRangeList contains a list of Limit Ranges in a cluster.
func GetLimitRangeList ¶
func GetLimitRangeList(client *client.Client, nsQuery *common.NamespaceQuery, dsQuery *dataselect.DataSelectQuery) (*LimitRangeList, error)
GetLimitRangeList returns a list of all Limit Ranges in the cluster.
func GetLimitRangeListFromChannels ¶
func GetLimitRangeListFromChannels(channels *common.ResourceChannels, nsQuery *common.NamespaceQuery, dsQuery *dataselect.DataSelectQuery) (*LimitRangeList, error)
GetLimitRangeListFromChannels returns a list of all Limit Ranges in the cluster reading required resource list once from the channels.
       Source Files
      ¶
      Source Files
      ¶
    
- limitrangecommon.go
- limitrangedetail.go
- limitrangelist.go
 Click to show internal directories. 
   Click to hide internal directories.