Versions in this module Expand all Collapse all v1 v1.1.0 Feb 27, 2017 v1.0.0 Jun 29, 2016 Changes in this version + const StatusFailure + const StatusSuccess + func FieldSelectorQueryParam(version string) string + func LabelSelectorQueryParam(version string) string + type APIGroup struct + Name string + PreferredVersion GroupVersionForDiscovery + Versions []GroupVersionForDiscovery + func (*APIGroup) IsAnAPIObject() + type APIGroupList struct + Groups []APIGroup + func (*APIGroupList) IsAnAPIObject() + type APIResource struct + Name string + Namespaced bool + type APIResourceList struct + APIResources []APIResource + GroupVersion string + func (*APIResourceList) IsAnAPIObject() + type APIVersions struct + Versions []string + func (*APIVersions) IsAnAPIObject() + func (apiVersions APIVersions) GoString() string + func (apiVersions APIVersions) String() string + type CauseType string + const CauseTypeFieldValueDuplicate + const CauseTypeFieldValueInvalid + const CauseTypeFieldValueNotFound + const CauseTypeFieldValueNotSupported + const CauseTypeFieldValueRequired + const CauseTypeUnexpectedServerResponse + type GroupVersionForDiscovery struct + GroupVersion string + Version string + type ListMeta struct + ResourceVersion string + SelfLink string + type Patch struct + type RootPaths struct + Paths []string + type Status struct + Code int + Details *StatusDetails + Message string + Reason StatusReason + Status string + func (*Status) IsAnAPIObject() + type StatusCause struct + Field string + Message string + Type CauseType + type StatusDetails struct + Causes []StatusCause + Kind string + Name string + RetryAfterSeconds int + type StatusReason string + const StatusReasonAlreadyExists + const StatusReasonBadRequest + const StatusReasonConflict + const StatusReasonExpired + const StatusReasonForbidden + 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 (t *Time) IsZero() bool + func (t *Time) UnmarshalJSON(b []byte) error + func (t Time) Before(u Time) bool + func (t Time) Equal(u Time) bool + func (t Time) MarshalJSON() ([]byte, error) + func (t Time) Rfc3339Copy() Time + type TypeMeta struct + APIVersion string + Kind string Incompatible versions in this module v2.0.0+incompatible Feb 27, 2017