package testing
import "k8s.io/kubernetes/pkg/apiserver/testing"
Index ¶
- type Simple
- func (x *Simple) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *Simple) CodecEncodeSelf(e *codec1978.Encoder)
- func (*Simple) IsAnAPIObject()
- type SimpleGetOptions
- func (x *SimpleGetOptions) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *SimpleGetOptions) CodecEncodeSelf(e *codec1978.Encoder)
- func (*SimpleGetOptions) IsAnAPIObject()
- func (SimpleGetOptions) SwaggerDoc() map[string]string
- type SimpleList
- func (x *SimpleList) CodecDecodeSelf(d *codec1978.Decoder)
- func (x *SimpleList) CodecEncodeSelf(e *codec1978.Encoder)
- func (*SimpleList) IsAnAPIObject()
- type SimpleRoot
Types ¶
type Simple ¶
type Simple struct { unversioned.TypeMeta `json:",inline"` api.ObjectMeta `json:"metadata"` Other string `json:"other,omitempty"` Labels map[string]string `json:"labels,omitempty"` }
func (*Simple) CodecDecodeSelf ¶
func (*Simple) CodecEncodeSelf ¶
func (*Simple) IsAnAPIObject ¶
func (*Simple) IsAnAPIObject()
type SimpleGetOptions ¶
type SimpleGetOptions struct { unversioned.TypeMeta `json:",inline"` Param1 string `json:"param1"` Param2 string `json:"param2"` Path string `json:"atAPath"` }
func (*SimpleGetOptions) CodecDecodeSelf ¶
func (x *SimpleGetOptions) CodecDecodeSelf(d *codec1978.Decoder)
func (*SimpleGetOptions) CodecEncodeSelf ¶
func (x *SimpleGetOptions) CodecEncodeSelf(e *codec1978.Encoder)
func (*SimpleGetOptions) IsAnAPIObject ¶
func (*SimpleGetOptions) IsAnAPIObject()
func (SimpleGetOptions) SwaggerDoc ¶
func (SimpleGetOptions) SwaggerDoc() map[string]string
type SimpleList ¶
type SimpleList struct { unversioned.TypeMeta `json:",inline"` unversioned.ListMeta `json:"metadata,inline"` Items []Simple `json:"items,omitempty"` }
func (*SimpleList) CodecDecodeSelf ¶
func (x *SimpleList) CodecDecodeSelf(d *codec1978.Decoder)
func (*SimpleList) CodecEncodeSelf ¶
func (x *SimpleList) CodecEncodeSelf(e *codec1978.Encoder)
func (*SimpleList) IsAnAPIObject ¶
func (*SimpleList) IsAnAPIObject()
type SimpleRoot ¶
type SimpleRoot struct { unversioned.TypeMeta `json:",inline"` api.ObjectMeta `json:"metadata"` Other string `json:"other,omitempty"` Labels map[string]string `json:"labels,omitempty"` }
func (*SimpleRoot) CodecDecodeSelf ¶
func (x *SimpleRoot) CodecDecodeSelf(d *codec1978.Decoder)
func (*SimpleRoot) CodecEncodeSelf ¶
func (x *SimpleRoot) CodecEncodeSelf(e *codec1978.Encoder)
func (*SimpleRoot) IsAnAPIObject ¶
func (*SimpleRoot) IsAnAPIObject()
Source Files ¶
types.generated.go types.go
- Version
- v1.2.0-alpha.5
- Published
- Dec 15, 2015
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 4 minutes ago –
Tools for package owners.