package metrics
import "k8s.io/kubernetes/pkg/apis/metrics"
Index ¶
- type RawNode
- func (x *RawNode) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *RawNode) CodecEncodeSelf(e *codec1978.Encoder)
- func (*RawNode) IsAnAPIObject()
- type RawPod
Types ¶
type RawNode ¶
type RawNode struct { unversioned.TypeMeta `json:",inline"` }
Placeholder top-level node resource metrics.
func (*RawNode) CodecDecodeSelf ¶
func (*RawNode) CodecEncodeSelf ¶
func (*RawNode) IsAnAPIObject ¶
func (*RawNode) IsAnAPIObject()
type RawPod ¶
type RawPod struct { unversioned.TypeMeta `json:",inline"` }
Placeholder top-level pod resource metrics.
func (*RawPod) CodecDecodeSelf ¶
func (*RawPod) CodecEncodeSelf ¶
func (*RawPod) IsAnAPIObject ¶
func (*RawPod) IsAnAPIObject()
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 |
- Version
- v1.2.0-alpha.4
- Published
- Nov 25, 2015
- Platform
- windows/amd64
- Imports
- 8 packages
- Last checked
- 15 minutes ago –
Tools for package owners.