 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
- Variables
- func AddToScheme(scheme *runtime.Scheme)
- func Convert_metrics_RawNode_To_v1alpha1_RawNode(in *metrics.RawNode, out *RawNode, s conversion.Scope) error
- func Convert_metrics_RawPod_To_v1alpha1_RawPod(in *metrics.RawPod, out *RawPod, s conversion.Scope) error
- func Convert_v1alpha1_RawNode_To_metrics_RawNode(in *RawNode, out *metrics.RawNode, s conversion.Scope) error
- func Convert_v1alpha1_RawPod_To_metrics_RawPod(in *RawPod, out *metrics.RawPod, s conversion.Scope) error
- type RawNode
- type RawPod
Constants ¶
      View Source
      
  const GroupName = "metrics"
    GroupName is the group name use in this package
Variables ¶
      View Source
      
  var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: "v1alpha1"}
    SchemeGroupVersion is group version used to register these objects
Functions ¶
func AddToScheme ¶
Types ¶
type RawNode ¶
type RawNode struct {
	unversioned.TypeMeta `json:",inline"`
}
    Placeholder top-level node resource metrics.
func (*RawNode) CodecDecodeSelf ¶
func (*RawNode) CodecEncodeSelf ¶
func (*RawNode) GetObjectKind ¶
func (obj *RawNode) GetObjectKind() unversioned.ObjectKind
type RawPod ¶
type RawPod struct {
	unversioned.TypeMeta `json:",inline"`
}
    Placeholder top-level pod resource metrics.
func (*RawPod) CodecDecodeSelf ¶
func (*RawPod) CodecEncodeSelf ¶
func (*RawPod) GetObjectKind ¶
func (obj *RawPod) GetObjectKind() unversioned.ObjectKind
 Click to show internal directories. 
   Click to hide internal directories.