Versions in this module Expand all Collapse all v1 v1.5.0 Oct 23, 2016 Changes in this version + const LabelArch + const LabelHostname + const LabelInstanceType + const LabelOS + const LabelZoneFailureDomain + const LabelZoneRegion + const StatusFailure + const StatusSuccess + var EmptyObjectKind = emptyObjectKind + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var SchemeGroupVersion = GroupVersion + func DeepCopy_unversioned_APIGroup(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_APIGroupList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_APIResource(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_APIResourceList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_APIVersions(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_Duration(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_ExportOptions(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_GroupKind(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_GroupResource(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_GroupVersion(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_GroupVersionForDiscovery(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_GroupVersionKind(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_GroupVersionResource(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_LabelSelector(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_LabelSelectorRequirement(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_ListMeta(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_Patch(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_RootPaths(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_ServerAddressByClientCIDR(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_Status(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_StatusCause(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_StatusDetails(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_Time(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_Timestamp(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_unversioned_TypeMeta(in interface{}, out interface{}, c *conversion.Cloner) error + func ExtractGroupVersions(l *APIGroupList) []string + func FieldSelectorQueryParam(version string) string + func FormatLabelSelector(labelSelector *LabelSelector) string + func LabelSelectorAsMap(ps *LabelSelector) (map[string]string, error) + func LabelSelectorAsSelector(ps *LabelSelector) (labels.Selector, error) + func LabelSelectorQueryParam(version string) string + func ParseResourceArg(arg string) (*GroupVersionResource, GroupResource) + type APIGroup struct + Name string + PreferredVersion GroupVersionForDiscovery + ServerAddressByClientCIDRs []ServerAddressByClientCIDR + Versions []GroupVersionForDiscovery + func (*APIGroup) Descriptor() ([]byte, []int) + func (*APIGroup) ProtoMessage() + func (APIGroup) SwaggerDoc() map[string]string + func (m *APIGroup) Marshal() (data []byte, err error) + func (m *APIGroup) MarshalTo(data []byte) (int, error) + func (m *APIGroup) Reset() + func (m *APIGroup) Size() (n int) + func (m *APIGroup) Unmarshal(data []byte) error + func (this *APIGroup) String() string + type APIGroupList struct + Groups []APIGroup + func (*APIGroupList) Descriptor() ([]byte, []int) + func (*APIGroupList) ProtoMessage() + func (APIGroupList) SwaggerDoc() map[string]string + func (m *APIGroupList) Marshal() (data []byte, err error) + func (m *APIGroupList) MarshalTo(data []byte) (int, error) + func (m *APIGroupList) Reset() + func (m *APIGroupList) Size() (n int) + func (m *APIGroupList) Unmarshal(data []byte) error + func (this *APIGroupList) String() string + type APIResource struct + Kind string + Name string + Namespaced bool + func (*APIResource) Descriptor() ([]byte, []int) + func (*APIResource) ProtoMessage() + func (APIResource) SwaggerDoc() map[string]string + func (m *APIResource) Marshal() (data []byte, err error) + func (m *APIResource) MarshalTo(data []byte) (int, error) + func (m *APIResource) Reset() + func (m *APIResource) Size() (n int) + func (m *APIResource) Unmarshal(data []byte) error + func (this *APIResource) String() string + type APIResourceList struct + APIResources []APIResource + GroupVersion string + func (*APIResourceList) Descriptor() ([]byte, []int) + func (*APIResourceList) ProtoMessage() + func (APIResourceList) SwaggerDoc() map[string]string + func (m *APIResourceList) Marshal() (data []byte, err error) + func (m *APIResourceList) MarshalTo(data []byte) (int, error) + func (m *APIResourceList) Reset() + func (m *APIResourceList) Size() (n int) + func (m *APIResourceList) Unmarshal(data []byte) error + func (this *APIResourceList) String() string + type APIVersions struct + ServerAddressByClientCIDRs []ServerAddressByClientCIDR + Versions []string + func (*APIVersions) Descriptor() ([]byte, []int) + func (*APIVersions) ProtoMessage() + func (APIVersions) SwaggerDoc() map[string]string + func (apiVersions APIVersions) GoString() string + func (apiVersions APIVersions) String() string + func (m *APIVersions) Marshal() (data []byte, err error) + func (m *APIVersions) MarshalTo(data []byte) (int, error) + func (m *APIVersions) Reset() + func (m *APIVersions) Size() (n int) + func (m *APIVersions) Unmarshal(data []byte) error + type CauseType string + const CauseTypeFieldValueDuplicate + const CauseTypeFieldValueInvalid + const CauseTypeFieldValueNotFound + const CauseTypeFieldValueNotSupported + const CauseTypeFieldValueRequired + const CauseTypeUnexpectedServerResponse + type Duration struct + func (*Duration) Descriptor() ([]byte, []int) + func (*Duration) ProtoMessage() + func (d *Duration) UnmarshalJSON(b []byte) error + func (d Duration) MarshalJSON() ([]byte, error) + func (m *Duration) Marshal() (data []byte, err error) + func (m *Duration) MarshalTo(data []byte) (int, error) + func (m *Duration) Reset() + func (m *Duration) Size() (n int) + func (m *Duration) Unmarshal(data []byte) error + func (this *Duration) String() string + type ExportOptions struct + Exact bool + Export bool + func (*ExportOptions) Descriptor() ([]byte, []int) + func (*ExportOptions) ProtoMessage() + func (ExportOptions) SwaggerDoc() map[string]string + func (m *ExportOptions) Marshal() (data []byte, err error) + func (m *ExportOptions) MarshalTo(data []byte) (int, error) + func (m *ExportOptions) Reset() + func (m *ExportOptions) Size() (n int) + func (m *ExportOptions) Unmarshal(data []byte) error + func (this *ExportOptions) String() string + type GroupKind struct + Group string + Kind string + func Kind(kind string) GroupKind + func (*GroupKind) Descriptor() ([]byte, []int) + func (*GroupKind) ProtoMessage() + func (gk *GroupKind) String() string + func (gk GroupKind) Empty() bool + func (gk GroupKind) WithVersion(version string) GroupVersionKind + func (m *GroupKind) Marshal() (data []byte, err error) + func (m *GroupKind) MarshalTo(data []byte) (int, error) + func (m *GroupKind) Reset() + func (m *GroupKind) Size() (n int) + func (m *GroupKind) Unmarshal(data []byte) error + type GroupResource struct + Group string + Resource string + func ParseGroupResource(gr string) GroupResource + func (*GroupResource) Descriptor() ([]byte, []int) + func (*GroupResource) ProtoMessage() + func (gr *GroupResource) String() string + func (gr GroupResource) Empty() bool + func (gr GroupResource) WithVersion(version string) GroupVersionResource + func (m *GroupResource) Marshal() (data []byte, err error) + func (m *GroupResource) MarshalTo(data []byte) (int, error) + func (m *GroupResource) Reset() + func (m *GroupResource) Size() (n int) + func (m *GroupResource) Unmarshal(data []byte) error + type GroupVersion struct + Group string + Version string + func ParseGroupVersion(gv string) (GroupVersion, error) + func (*GroupVersion) Descriptor() ([]byte, []int) + func (*GroupVersion) ProtoMessage() + func (gv *GroupVersion) UnmarshalJSON(value []byte) error + func (gv *GroupVersion) UnmarshalText(value []byte) error + func (gv GroupVersion) Empty() bool + func (gv GroupVersion) KindForGroupVersionKinds(kinds []GroupVersionKind) (target GroupVersionKind, ok bool) + func (gv GroupVersion) MarshalJSON() ([]byte, error) + func (gv GroupVersion) String() string + func (gv GroupVersion) WithKind(kind string) GroupVersionKind + func (gv GroupVersion) WithResource(resource string) GroupVersionResource + func (m *GroupVersion) Marshal() (data []byte, err error) + func (m *GroupVersion) MarshalTo(data []byte) (int, error) + func (m *GroupVersion) Reset() + func (m *GroupVersion) Size() (n int) + func (m *GroupVersion) Unmarshal(data []byte) error + type GroupVersionForDiscovery struct + GroupVersion string + Version string + func (*GroupVersionForDiscovery) Descriptor() ([]byte, []int) + func (*GroupVersionForDiscovery) ProtoMessage() + func (GroupVersionForDiscovery) SwaggerDoc() map[string]string + func (m *GroupVersionForDiscovery) Marshal() (data []byte, err error) + func (m *GroupVersionForDiscovery) MarshalTo(data []byte) (int, error) + func (m *GroupVersionForDiscovery) Reset() + func (m *GroupVersionForDiscovery) Size() (n int) + func (m *GroupVersionForDiscovery) Unmarshal(data []byte) error + func (this *GroupVersionForDiscovery) String() string + type GroupVersionKind struct + Group string + Kind string + Version string + func FromAPIVersionAndKind(apiVersion, kind string) GroupVersionKind + func (*GroupVersionKind) Descriptor() ([]byte, []int) + func (*GroupVersionKind) ProtoMessage() + func (gvk *GroupVersionKind) ToAPIVersionAndKind() (string, string) + func (gvk GroupVersionKind) Empty() bool + func (gvk GroupVersionKind) GroupKind() GroupKind + func (gvk GroupVersionKind) GroupVersion() GroupVersion + func (gvk GroupVersionKind) String() string + func (m *GroupVersionKind) Marshal() (data []byte, err error) + func (m *GroupVersionKind) MarshalTo(data []byte) (int, error) + func (m *GroupVersionKind) Reset() + func (m *GroupVersionKind) Size() (n int) + func (m *GroupVersionKind) Unmarshal(data []byte) error + type GroupVersionResource struct + Group string + Resource string + Version string + func (*GroupVersionResource) Descriptor() ([]byte, []int) + func (*GroupVersionResource) ProtoMessage() + func (gvr *GroupVersionResource) String() string + func (gvr GroupVersionResource) Empty() bool + func (gvr GroupVersionResource) GroupResource() GroupResource + func (gvr GroupVersionResource) GroupVersion() GroupVersion + func (m *GroupVersionResource) Marshal() (data []byte, err error) + func (m *GroupVersionResource) MarshalTo(data []byte) (int, error) + func (m *GroupVersionResource) Reset() + func (m *GroupVersionResource) Size() (n int) + func (m *GroupVersionResource) Unmarshal(data []byte) error + type GroupVersions []GroupVersion + func (gvs GroupVersions) KindForGroupVersionKinds(kinds []GroupVersionKind) (target GroupVersionKind, ok bool) + type LabelSelector struct + MatchExpressions []LabelSelectorRequirement + MatchLabels map[string]string + func ParseToLabelSelector(selector string) (*LabelSelector, error) + func SetAsLabelSelector(ls labels.Set) *LabelSelector + func (*LabelSelector) Descriptor() ([]byte, []int) + func (*LabelSelector) ProtoMessage() + func (LabelSelector) SwaggerDoc() map[string]string + func (m *LabelSelector) Marshal() (data []byte, err error) + func (m *LabelSelector) MarshalTo(data []byte) (int, error) + func (m *LabelSelector) Reset() + func (m *LabelSelector) Size() (n int) + func (m *LabelSelector) Unmarshal(data []byte) error + func (this *LabelSelector) String() string + type LabelSelectorOperator string + const LabelSelectorOpDoesNotExist + const LabelSelectorOpExists + const LabelSelectorOpIn + const LabelSelectorOpNotIn + type LabelSelectorRequirement struct + Key string + Operator LabelSelectorOperator + Values []string + func (*LabelSelectorRequirement) Descriptor() ([]byte, []int) + func (*LabelSelectorRequirement) ProtoMessage() + func (LabelSelectorRequirement) SwaggerDoc() map[string]string + func (m *LabelSelectorRequirement) Marshal() (data []byte, err error) + func (m *LabelSelectorRequirement) MarshalTo(data []byte) (int, error) + func (m *LabelSelectorRequirement) Reset() + func (m *LabelSelectorRequirement) Size() (n int) + func (m *LabelSelectorRequirement) Unmarshal(data []byte) error + func (this *LabelSelectorRequirement) String() string + type List interface + GetResourceVersion func() string + GetSelfLink func() string + SetResourceVersion func(version string) + SetSelfLink func(selfLink string) + type ListMeta struct + ResourceVersion string + SelfLink string + func (*ListMeta) Descriptor() ([]byte, []int) + func (*ListMeta) ProtoMessage() + func (ListMeta) SwaggerDoc() map[string]string + func (m *ListMeta) Marshal() (data []byte, err error) + func (m *ListMeta) MarshalTo(data []byte) (int, error) + func (m *ListMeta) Reset() + func (m *ListMeta) Size() (n int) + func (m *ListMeta) Unmarshal(data []byte) error + func (meta *ListMeta) GetResourceVersion() string + func (meta *ListMeta) GetSelfLink() string + func (meta *ListMeta) SetResourceVersion(version string) + func (meta *ListMeta) SetSelfLink(selfLink string) + func (obj *ListMeta) GetListMeta() List + func (this *ListMeta) String() string + type ListMetaAccessor interface + GetListMeta func() List + type ObjectKind interface + GroupVersionKind func() GroupVersionKind + SetGroupVersionKind func(kind GroupVersionKind) + type Patch struct + func (Patch) SwaggerDoc() map[string]string + type RootPaths struct + Paths []string + func (*RootPaths) Descriptor() ([]byte, []int) + func (*RootPaths) ProtoMessage() + func (RootPaths) SwaggerDoc() map[string]string + func (m *RootPaths) Marshal() (data []byte, err error) + func (m *RootPaths) MarshalTo(data []byte) (int, error) + func (m *RootPaths) Reset() + func (m *RootPaths) Size() (n int) + func (m *RootPaths) Unmarshal(data []byte) error + func (this *RootPaths) String() string + type ServerAddressByClientCIDR struct + ClientCIDR string + ServerAddress string + func (*ServerAddressByClientCIDR) Descriptor() ([]byte, []int) + func (*ServerAddressByClientCIDR) ProtoMessage() + func (ServerAddressByClientCIDR) SwaggerDoc() map[string]string + func (m *ServerAddressByClientCIDR) Marshal() (data []byte, err error) + func (m *ServerAddressByClientCIDR) MarshalTo(data []byte) (int, error) + func (m *ServerAddressByClientCIDR) Reset() + func (m *ServerAddressByClientCIDR) Size() (n int) + func (m *ServerAddressByClientCIDR) Unmarshal(data []byte) error + func (this *ServerAddressByClientCIDR) String() string + type Status struct + Code int32 + Details *StatusDetails + Message string + Reason StatusReason + Status string + func (*Status) Descriptor() ([]byte, []int) + func (*Status) ProtoMessage() + func (Status) SwaggerDoc() map[string]string + func (m *Status) Marshal() (data []byte, err error) + func (m *Status) MarshalTo(data []byte) (int, error) + func (m *Status) Reset() + func (m *Status) Size() (n int) + func (m *Status) Unmarshal(data []byte) error + func (this *Status) String() string + type StatusCause struct + Field string + Message string + Type CauseType + func (*StatusCause) Descriptor() ([]byte, []int) + func (*StatusCause) ProtoMessage() + func (StatusCause) SwaggerDoc() map[string]string + func (m *StatusCause) Marshal() (data []byte, err error) + func (m *StatusCause) MarshalTo(data []byte) (int, error) + func (m *StatusCause) Reset() + func (m *StatusCause) Size() (n int) + func (m *StatusCause) Unmarshal(data []byte) error + func (this *StatusCause) String() string + type StatusDetails struct + Causes []StatusCause + Group string + Kind string + Name string + RetryAfterSeconds int32 + func (*StatusDetails) Descriptor() ([]byte, []int) + func (*StatusDetails) ProtoMessage() + func (StatusDetails) SwaggerDoc() map[string]string + func (m *StatusDetails) Marshal() (data []byte, err error) + func (m *StatusDetails) MarshalTo(data []byte) (int, error) + func (m *StatusDetails) Reset() + func (m *StatusDetails) Size() (n int) + func (m *StatusDetails) Unmarshal(data []byte) error + func (this *StatusDetails) String() string + type StatusReason string + const StatusReasonAlreadyExists + const StatusReasonBadRequest + const StatusReasonConflict + const StatusReasonExpired + const StatusReasonForbidden + const StatusReasonGone + const StatusReasonInternalError + const StatusReasonInvalid + const StatusReasonMethodNotAllowed + const StatusReasonNotFound + const StatusReasonServerTimeout + const StatusReasonServiceUnavailable + const StatusReasonTimeout + const StatusReasonUnauthorized + const StatusReasonUnknown + type Time struct + func Date(year int, month time.Month, day, hour, min, sec, nsec int, loc *time.Location) Time + func NewTime(time time.Time) Time + func Now() Time + func Unix(sec int64, nsec int64) Time + func (*Time) Descriptor() ([]byte, []int) + func (*Time) ProtoMessage() + func (_ Time) OpenAPIDefinition() common.OpenAPIDefinition + func (m *Time) Marshal() (data []byte, err error) + func (m *Time) MarshalTo(data []byte) (int, error) + func (m *Time) ProtoTime() *Timestamp + func (m *Time) Reset() + func (m *Time) Size() (n int) + func (m *Time) Unmarshal(data []byte) error + func (t *Time) Fuzz(c fuzz.Continue) + func (t *Time) IsZero() bool + func (t *Time) UnmarshalJSON(b []byte) error + func (t *Time) UnmarshalQueryParameter(str string) error + func (t Time) Before(u Time) bool + func (t Time) DeepCopy() Time + func (t Time) Equal(u Time) bool + func (t Time) MarshalJSON() ([]byte, error) + func (t Time) MarshalQueryParameter() (string, error) + func (t Time) Rfc3339Copy() Time + func (t Time) String() string + type Timestamp struct + Nanos int32 + Seconds int64 + func (*Timestamp) Descriptor() ([]byte, []int) + func (*Timestamp) ProtoMessage() + func (m *Timestamp) Marshal() (data []byte, err error) + func (m *Timestamp) MarshalTo(data []byte) (int, error) + func (m *Timestamp) Reset() + func (m *Timestamp) Size() (n int) + func (m *Timestamp) Unmarshal(data []byte) error + func (this *Timestamp) String() string + type Type interface + GetAPIVersion func() string + GetKind func() string + SetAPIVersion func(version string) + SetKind func(kind string) + type TypeMeta struct + APIVersion string + Kind string + func (*TypeMeta) Descriptor() ([]byte, []int) + func (*TypeMeta) ProtoMessage() + func (TypeMeta) SwaggerDoc() map[string]string + func (m *TypeMeta) Marshal() (data []byte, err error) + func (m *TypeMeta) MarshalTo(data []byte) (int, error) + func (m *TypeMeta) Reset() + func (m *TypeMeta) Size() (n int) + func (m *TypeMeta) Unmarshal(data []byte) error + func (obj *TypeMeta) GetObjectKind() ObjectKind + func (obj *TypeMeta) GroupVersionKind() GroupVersionKind + func (obj *TypeMeta) SetGroupVersionKind(gvk GroupVersionKind) + func (this *TypeMeta) String() string