package metrics
import "k8s.io/kubernetes/pkg/apis/metrics"
Index ¶
- Constants
- Variables
- func AddToScheme(scheme *runtime.Scheme)
- func DeepCopy_metrics_RawNode(in RawNode, out *RawNode, c *conversion.Cloner) error
- func DeepCopy_metrics_RawPod(in RawPod, out *RawPod, c *conversion.Cloner) error
- func Kind(kind string) unversioned.GroupKind
- func Resource(resource string) unversioned.GroupResource
- type RawNode
- func (x *RawNode) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *RawNode) CodecEncodeSelf(e *codec1978.Encoder)
- func (obj *RawNode) GetObjectKind() unversioned.ObjectKind
- type RawPod
Constants ¶
const GroupName = "metrics"
GroupName is the group name use in this package
Variables ¶
var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func AddToScheme ¶
func DeepCopy_metrics_RawNode ¶
func DeepCopy_metrics_RawNode(in RawNode, out *RawNode, c *conversion.Cloner) error
func DeepCopy_metrics_RawPod ¶
func DeepCopy_metrics_RawPod(in RawPod, out *RawPod, c *conversion.Cloner) error
func Kind ¶
func Kind(kind string) unversioned.GroupKind
Kind takes an unqualified kind and returns back a Group qualified GroupKind
func Resource ¶
func Resource(resource string) unversioned.GroupResource
Resource takes an unqualified resource and returns back a Group qualified GroupResource
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
Source Files ¶
deep_copy_generated.go register.go types.generated.go types.go
Directories ¶
Path | Synopsis |
---|---|
pkg/apis/metrics/install | Package install installs the metrics API group, making it available as an option to all of the API encoding/decoding machinery. |
pkg/apis/metrics/v1alpha1 | +genconversion=true |
- Version
- v1.3.0-alpha.4
- Published
- May 17, 2016
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 34 seconds ago –
Tools for package owners.