Versions in this module Expand all Collapse all v0 v0.22.3 Sep 17, 2021 Changes in this version + const DryRunAll + const FinalizerDeleteDependents + const FinalizerOrphanDependents + const GroupName + const NamespaceAll + const NamespaceDefault + const NamespaceNone + const NamespacePublic + const NamespaceSystem + const ObjectNameField + const RFC3339Micro + const StatusFailure + const StatusSuccess + const WatchEventKind + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group") + var ParameterCodec = runtime.NewParameterCodec(scheme) + var SchemeGroupVersion = schema.GroupVersion + var Unversioned = schema.GroupVersion + func AddMetaToScheme(scheme *runtime.Scheme) error + func AddToGroupVersion(scheme *runtime.Scheme, groupVersion schema.GroupVersion) + func Convert_Map_string_To_string_To_v1_LabelSelector(in *map[string]string, out *LabelSelector, s conversion.Scope) error + func Convert_Pointer_bool_To_bool(in **bool, out *bool, s conversion.Scope) error + func Convert_Pointer_float64_To_float64(in **float64, out *float64, s conversion.Scope) error + func Convert_Pointer_int32_To_int32(in **int32, out *int32, s conversion.Scope) error + func Convert_Pointer_int64_To_int(in **int64, out *int, s conversion.Scope) error + func Convert_Pointer_int64_To_int64(in **int64, out *int64, s conversion.Scope) error + func Convert_Pointer_intstr_IntOrString_To_intstr_IntOrString(in **intstr.IntOrString, out *intstr.IntOrString, s conversion.Scope) error + func Convert_Pointer_string_To_string(in **string, out *string, s conversion.Scope) error + func Convert_Pointer_v1_Duration_To_v1_Duration(in **Duration, out *Duration, s conversion.Scope) error + func Convert_Slice_string_To_Pointer_v1_DeletionPropagation(in *[]string, out **DeletionPropagation, s conversion.Scope) error + func Convert_Slice_string_To_Pointer_v1_Time(in *[]string, out **Time, s conversion.Scope) error + func Convert_Slice_string_To_Slice_int32(in *[]string, out *[]int32, s conversion.Scope) error + func Convert_Slice_string_To_v1_IncludeObjectPolicy(in *[]string, out *IncludeObjectPolicy, s conversion.Scope) error + func Convert_Slice_string_To_v1_ResourceVersionMatch(in *[]string, out *ResourceVersionMatch, s conversion.Scope) error + func Convert_Slice_string_To_v1_Time(in *[]string, out *Time, s conversion.Scope) error + func Convert_bool_To_Pointer_bool(in *bool, out **bool, s conversion.Scope) error + func Convert_fields_Selector_To_string(in *fields.Selector, out *string, s conversion.Scope) error + func Convert_float64_To_Pointer_float64(in *float64, out **float64, s conversion.Scope) error + func Convert_int32_To_Pointer_int32(in *int32, out **int32, s conversion.Scope) error + func Convert_int64_To_Pointer_int64(in *int64, out **int64, s conversion.Scope) error + func Convert_int_To_Pointer_int64(in *int, out **int64, s conversion.Scope) error + func Convert_intstr_IntOrString_To_Pointer_intstr_IntOrString(in *intstr.IntOrString, out **intstr.IntOrString, s conversion.Scope) error + func Convert_intstr_IntOrString_To_intstr_IntOrString(in, out *intstr.IntOrString, s conversion.Scope) error + func Convert_labels_Selector_To_string(in *labels.Selector, out *string, s conversion.Scope) error + func Convert_resource_Quantity_To_resource_Quantity(in *resource.Quantity, out *resource.Quantity, s conversion.Scope) error + func Convert_string_To_Pointer_string(in *string, out **string, s conversion.Scope) error + func Convert_string_To_fields_Selector(in *string, out *fields.Selector, s conversion.Scope) error + func Convert_string_To_labels_Selector(in *string, out *labels.Selector, s conversion.Scope) error + func Convert_url_Values_To_v1_CreateOptions(in *url.Values, out *CreateOptions, s conversion.Scope) error + func Convert_url_Values_To_v1_DeleteOptions(in *url.Values, out *DeleteOptions, s conversion.Scope) error + func Convert_url_Values_To_v1_GetOptions(in *url.Values, out *GetOptions, s conversion.Scope) error + func Convert_url_Values_To_v1_ListOptions(in *url.Values, out *ListOptions, s conversion.Scope) error + func Convert_url_Values_To_v1_PatchOptions(in *url.Values, out *PatchOptions, s conversion.Scope) error + func Convert_url_Values_To_v1_TableOptions(in *url.Values, out *TableOptions, s conversion.Scope) error + func Convert_url_Values_To_v1_UpdateOptions(in *url.Values, out *UpdateOptions, s conversion.Scope) error + func Convert_v1_DeleteOptions_To_v1_DeleteOptions(in, out *DeleteOptions, s conversion.Scope) error + func Convert_v1_Duration_To_Pointer_v1_Duration(in *Duration, out **Duration, s conversion.Scope) error + func Convert_v1_InternalEvent_To_v1_WatchEvent(in *InternalEvent, out *WatchEvent, s conversion.Scope) error + func Convert_v1_LabelSelector_To_Map_string_To_string(in *LabelSelector, out *map[string]string, s conversion.Scope) error + func Convert_v1_ListMeta_To_v1_ListMeta(in, out *ListMeta, s conversion.Scope) error + func Convert_v1_MicroTime_To_v1_MicroTime(in *MicroTime, out *MicroTime, s conversion.Scope) error + func Convert_v1_Time_To_v1_Time(in *Time, out *Time, s conversion.Scope) error + func Convert_v1_TypeMeta_To_v1_TypeMeta(in, out *TypeMeta, s conversion.Scope) error + func Convert_v1_WatchEvent_To_v1_InternalEvent(in *WatchEvent, out *InternalEvent, s conversion.Scope) error + func Convert_v1_WatchEvent_To_watch_Event(in *WatchEvent, out *watch.Event, s conversion.Scope) error + func Convert_watch_Event_To_v1_WatchEvent(in *watch.Event, out *WatchEvent, s conversion.Scope) error + func ExtractGroupVersions(l *APIGroupList) []string + func FieldSelectorQueryParam(version string) string + func FormatLabelSelector(labelSelector *LabelSelector) string + func HasAnnotation(obj ObjectMeta, ann string) bool + func HasLabel(obj ObjectMeta, label string) bool + func HasObjectMetaSystemFieldValues(meta Object) bool + func IsControlledBy(obj Object, owner Object) bool + func Kind(kind string) schema.GroupKind + func LabelSelectorAsMap(ps *LabelSelector) (map[string]string, error) + func LabelSelectorAsSelector(ps *LabelSelector) (labels.Selector, error) + func LabelSelectorQueryParam(version string) string + func RegisterConversions(s *runtime.Scheme) error + func RegisterDefaults(scheme *runtime.Scheme) error + func ResetObjectMetaForStatus(meta, existingMeta Object) + func SelectorHasLabel(selector *LabelSelector, labelKey string) bool + func SetMetaDataAnnotation(obj *ObjectMeta, ann string, value string) + func SetMetaDataLabel(obj *ObjectMeta, label string, value string) + 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 (in *APIGroup) DeepCopy() *APIGroup + func (in *APIGroup) DeepCopyInto(out *APIGroup) + func (in *APIGroup) DeepCopyObject() runtime.Object + func (m *APIGroup) Marshal() (dAtA []byte, err error) + func (m *APIGroup) MarshalTo(dAtA []byte) (int, error) + func (m *APIGroup) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *APIGroup) Reset() + func (m *APIGroup) Size() (n int) + func (m *APIGroup) Unmarshal(dAtA []byte) error + func (m *APIGroup) XXX_DiscardUnknown() + func (m *APIGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *APIGroup) XXX_Merge(src proto.Message) + func (m *APIGroup) XXX_Size() int + func (m *APIGroup) XXX_Unmarshal(b []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 (in *APIGroupList) DeepCopy() *APIGroupList + func (in *APIGroupList) DeepCopyInto(out *APIGroupList) + func (in *APIGroupList) DeepCopyObject() runtime.Object + func (m *APIGroupList) Marshal() (dAtA []byte, err error) + func (m *APIGroupList) MarshalTo(dAtA []byte) (int, error) + func (m *APIGroupList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *APIGroupList) Reset() + func (m *APIGroupList) Size() (n int) + func (m *APIGroupList) Unmarshal(dAtA []byte) error + func (m *APIGroupList) XXX_DiscardUnknown() + func (m *APIGroupList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *APIGroupList) XXX_Merge(src proto.Message) + func (m *APIGroupList) XXX_Size() int + func (m *APIGroupList) XXX_Unmarshal(b []byte) error + func (this *APIGroupList) String() string + type APIResource struct + Categories []string + Group string + Kind string + Name string + Namespaced bool + ShortNames []string + SingularName string + StorageVersionHash string + Verbs Verbs + Version string + func (*APIResource) Descriptor() ([]byte, []int) + func (*APIResource) ProtoMessage() + func (APIResource) SwaggerDoc() map[string]string + func (in *APIResource) DeepCopy() *APIResource + func (in *APIResource) DeepCopyInto(out *APIResource) + func (m *APIResource) Marshal() (dAtA []byte, err error) + func (m *APIResource) MarshalTo(dAtA []byte) (int, error) + func (m *APIResource) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *APIResource) Reset() + func (m *APIResource) Size() (n int) + func (m *APIResource) Unmarshal(dAtA []byte) error + func (m *APIResource) XXX_DiscardUnknown() + func (m *APIResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *APIResource) XXX_Merge(src proto.Message) + func (m *APIResource) XXX_Size() int + func (m *APIResource) XXX_Unmarshal(b []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 (in *APIResourceList) DeepCopy() *APIResourceList + func (in *APIResourceList) DeepCopyInto(out *APIResourceList) + func (in *APIResourceList) DeepCopyObject() runtime.Object + func (m *APIResourceList) Marshal() (dAtA []byte, err error) + func (m *APIResourceList) MarshalTo(dAtA []byte) (int, error) + func (m *APIResourceList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *APIResourceList) Reset() + func (m *APIResourceList) Size() (n int) + func (m *APIResourceList) Unmarshal(dAtA []byte) error + func (m *APIResourceList) XXX_DiscardUnknown() + func (m *APIResourceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *APIResourceList) XXX_Merge(src proto.Message) + func (m *APIResourceList) XXX_Size() int + func (m *APIResourceList) XXX_Unmarshal(b []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 (in *APIVersions) DeepCopy() *APIVersions + func (in *APIVersions) DeepCopyInto(out *APIVersions) + func (in *APIVersions) DeepCopyObject() runtime.Object + func (m *APIVersions) Marshal() (dAtA []byte, err error) + func (m *APIVersions) MarshalTo(dAtA []byte) (int, error) + func (m *APIVersions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *APIVersions) Reset() + func (m *APIVersions) Size() (n int) + func (m *APIVersions) Unmarshal(dAtA []byte) error + func (m *APIVersions) XXX_DiscardUnknown() + func (m *APIVersions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *APIVersions) XXX_Merge(src proto.Message) + func (m *APIVersions) XXX_Size() int + func (m *APIVersions) XXX_Unmarshal(b []byte) error + type ApplyOptions struct + DryRun []string + FieldManager string + Force bool + func (*ApplyOptions) Descriptor() ([]byte, []int) + func (*ApplyOptions) ProtoMessage() + func (ApplyOptions) SwaggerDoc() map[string]string + func (in *ApplyOptions) DeepCopy() *ApplyOptions + func (in *ApplyOptions) DeepCopyInto(out *ApplyOptions) + func (m *ApplyOptions) Marshal() (dAtA []byte, err error) + func (m *ApplyOptions) MarshalTo(dAtA []byte) (int, error) + func (m *ApplyOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ApplyOptions) Reset() + func (m *ApplyOptions) Size() (n int) + func (m *ApplyOptions) Unmarshal(dAtA []byte) error + func (m *ApplyOptions) XXX_DiscardUnknown() + func (m *ApplyOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApplyOptions) XXX_Merge(src proto.Message) + func (m *ApplyOptions) XXX_Size() int + func (m *ApplyOptions) XXX_Unmarshal(b []byte) error + func (o ApplyOptions) ToPatchOptions() PatchOptions + func (this *ApplyOptions) String() string + type CauseType string + const CauseTypeFieldManagerConflict + const CauseTypeFieldValueDuplicate + const CauseTypeFieldValueInvalid + const CauseTypeFieldValueNotFound + const CauseTypeFieldValueNotSupported + const CauseTypeFieldValueRequired + const CauseTypeResourceVersionTooLarge + const CauseTypeUnexpectedServerResponse + type Common interface + GetResourceVersion func() string + GetSelfLink func() string + SetResourceVersion func(version string) + SetSelfLink func(selfLink string) + type Condition struct + LastTransitionTime Time + Message string + ObservedGeneration int64 + Reason string + Status ConditionStatus + Type string + func (*Condition) Descriptor() ([]byte, []int) + func (*Condition) ProtoMessage() + func (Condition) SwaggerDoc() map[string]string + func (in *Condition) DeepCopy() *Condition + func (in *Condition) DeepCopyInto(out *Condition) + func (m *Condition) Marshal() (dAtA []byte, err error) + func (m *Condition) MarshalTo(dAtA []byte) (int, error) + func (m *Condition) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Condition) Reset() + func (m *Condition) Size() (n int) + func (m *Condition) Unmarshal(dAtA []byte) error + func (m *Condition) XXX_DiscardUnknown() + func (m *Condition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Condition) XXX_Merge(src proto.Message) + func (m *Condition) XXX_Size() int + func (m *Condition) XXX_Unmarshal(b []byte) error + func (this *Condition) String() string + type ConditionStatus string + const ConditionFalse + const ConditionTrue + const ConditionUnknown + type CreateOptions struct + DryRun []string + FieldManager string + func (*CreateOptions) Descriptor() ([]byte, []int) + func (*CreateOptions) ProtoMessage() + func (CreateOptions) SwaggerDoc() map[string]string + func (in *CreateOptions) DeepCopy() *CreateOptions + func (in *CreateOptions) DeepCopyInto(out *CreateOptions) + func (in *CreateOptions) DeepCopyObject() runtime.Object + func (m *CreateOptions) Marshal() (dAtA []byte, err error) + func (m *CreateOptions) MarshalTo(dAtA []byte) (int, error) + func (m *CreateOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CreateOptions) Reset() + func (m *CreateOptions) Size() (n int) + func (m *CreateOptions) Unmarshal(dAtA []byte) error + func (m *CreateOptions) XXX_DiscardUnknown() + func (m *CreateOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateOptions) XXX_Merge(src proto.Message) + func (m *CreateOptions) XXX_Size() int + func (m *CreateOptions) XXX_Unmarshal(b []byte) error + func (this *CreateOptions) String() string + type DeleteOptions struct + DryRun []string + GracePeriodSeconds *int64 + OrphanDependents *bool + Preconditions *Preconditions + PropagationPolicy *DeletionPropagation + func NewDeleteOptions(grace int64) *DeleteOptions + func NewPreconditionDeleteOptions(uid string) *DeleteOptions + func NewRVDeletionPrecondition(rv string) *DeleteOptions + func (*DeleteOptions) Descriptor() ([]byte, []int) + func (*DeleteOptions) ProtoMessage() + func (DeleteOptions) SwaggerDoc() map[string]string + func (in *DeleteOptions) DeepCopy() *DeleteOptions + func (in *DeleteOptions) DeepCopyInto(out *DeleteOptions) + func (in *DeleteOptions) DeepCopyObject() runtime.Object + func (m *DeleteOptions) Marshal() (dAtA []byte, err error) + func (m *DeleteOptions) MarshalTo(dAtA []byte) (int, error) + func (m *DeleteOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DeleteOptions) Reset() + func (m *DeleteOptions) Size() (n int) + func (m *DeleteOptions) Unmarshal(dAtA []byte) error + func (m *DeleteOptions) XXX_DiscardUnknown() + func (m *DeleteOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteOptions) XXX_Merge(src proto.Message) + func (m *DeleteOptions) XXX_Size() int + func (m *DeleteOptions) XXX_Unmarshal(b []byte) error + func (this *DeleteOptions) String() string + type DeletionPropagation string + const DeletePropagationBackground + const DeletePropagationForeground + const DeletePropagationOrphan + type Duration struct + func (*Duration) Descriptor() ([]byte, []int) + func (*Duration) ProtoMessage() + func (_ Duration) OpenAPISchemaFormat() string + func (_ Duration) OpenAPISchemaType() []string + func (d *Duration) UnmarshalJSON(b []byte) error + func (d Duration) MarshalJSON() ([]byte, error) + func (d Duration) ToUnstructured() interface{} + func (in *Duration) DeepCopy() *Duration + func (in *Duration) DeepCopyInto(out *Duration) + func (m *Duration) Marshal() (dAtA []byte, err error) + func (m *Duration) MarshalTo(dAtA []byte) (int, error) + func (m *Duration) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Duration) Reset() + func (m *Duration) Size() (n int) + func (m *Duration) Unmarshal(dAtA []byte) error + func (m *Duration) XXX_DiscardUnknown() + func (m *Duration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Duration) XXX_Merge(src proto.Message) + func (m *Duration) XXX_Size() int + func (m *Duration) XXX_Unmarshal(b []byte) error + func (this *Duration) String() string + type FieldsV1 struct + Raw []byte + func (*FieldsV1) Descriptor() ([]byte, []int) + func (*FieldsV1) ProtoMessage() + func (FieldsV1) SwaggerDoc() map[string]string + func (f *FieldsV1) UnmarshalJSON(b []byte) error + func (f FieldsV1) MarshalJSON() ([]byte, error) + func (f FieldsV1) String() string + func (in *FieldsV1) DeepCopy() *FieldsV1 + func (in *FieldsV1) DeepCopyInto(out *FieldsV1) + func (m *FieldsV1) Marshal() (dAtA []byte, err error) + func (m *FieldsV1) MarshalTo(dAtA []byte) (int, error) + func (m *FieldsV1) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *FieldsV1) Reset() + func (m *FieldsV1) Size() (n int) + func (m *FieldsV1) Unmarshal(dAtA []byte) error + func (m *FieldsV1) XXX_DiscardUnknown() + func (m *FieldsV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FieldsV1) XXX_Merge(src proto.Message) + func (m *FieldsV1) XXX_Size() int + func (m *FieldsV1) XXX_Unmarshal(b []byte) error + type GetOptions struct + ResourceVersion string + func (*GetOptions) Descriptor() ([]byte, []int) + func (*GetOptions) ProtoMessage() + func (GetOptions) SwaggerDoc() map[string]string + func (in *GetOptions) DeepCopy() *GetOptions + func (in *GetOptions) DeepCopyInto(out *GetOptions) + func (in *GetOptions) DeepCopyObject() runtime.Object + func (m *GetOptions) Marshal() (dAtA []byte, err error) + func (m *GetOptions) MarshalTo(dAtA []byte) (int, error) + func (m *GetOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetOptions) Reset() + func (m *GetOptions) Size() (n int) + func (m *GetOptions) Unmarshal(dAtA []byte) error + func (m *GetOptions) XXX_DiscardUnknown() + func (m *GetOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetOptions) XXX_Merge(src proto.Message) + func (m *GetOptions) XXX_Size() int + func (m *GetOptions) XXX_Unmarshal(b []byte) error + func (this *GetOptions) String() string + type GroupKind struct + Group string + Kind string + func (*GroupKind) Descriptor() ([]byte, []int) + func (*GroupKind) ProtoMessage() + func (gk *GroupKind) String() string + func (in *GroupKind) DeepCopy() *GroupKind + func (in *GroupKind) DeepCopyInto(out *GroupKind) + func (m *GroupKind) Marshal() (dAtA []byte, err error) + func (m *GroupKind) MarshalTo(dAtA []byte) (int, error) + func (m *GroupKind) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GroupKind) Reset() + func (m *GroupKind) Size() (n int) + func (m *GroupKind) Unmarshal(dAtA []byte) error + func (m *GroupKind) XXX_DiscardUnknown() + func (m *GroupKind) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GroupKind) XXX_Merge(src proto.Message) + func (m *GroupKind) XXX_Size() int + func (m *GroupKind) XXX_Unmarshal(b []byte) error + type GroupResource struct + Group string + Resource string + func (*GroupResource) Descriptor() ([]byte, []int) + func (*GroupResource) ProtoMessage() + func (gr *GroupResource) String() string + func (in *GroupResource) DeepCopy() *GroupResource + func (in *GroupResource) DeepCopyInto(out *GroupResource) + func (m *GroupResource) Marshal() (dAtA []byte, err error) + func (m *GroupResource) MarshalTo(dAtA []byte) (int, error) + func (m *GroupResource) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GroupResource) Reset() + func (m *GroupResource) Size() (n int) + func (m *GroupResource) Unmarshal(dAtA []byte) error + func (m *GroupResource) XXX_DiscardUnknown() + func (m *GroupResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GroupResource) XXX_Merge(src proto.Message) + func (m *GroupResource) XXX_Size() int + func (m *GroupResource) XXX_Unmarshal(b []byte) error + type GroupVersion struct + Group string + Version string + 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) MarshalJSON() ([]byte, error) + func (gv GroupVersion) String() string + func (in *GroupVersion) DeepCopy() *GroupVersion + func (in *GroupVersion) DeepCopyInto(out *GroupVersion) + func (m *GroupVersion) Marshal() (dAtA []byte, err error) + func (m *GroupVersion) MarshalTo(dAtA []byte) (int, error) + func (m *GroupVersion) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GroupVersion) Reset() + func (m *GroupVersion) Size() (n int) + func (m *GroupVersion) Unmarshal(dAtA []byte) error + func (m *GroupVersion) XXX_DiscardUnknown() + func (m *GroupVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GroupVersion) XXX_Merge(src proto.Message) + func (m *GroupVersion) XXX_Size() int + func (m *GroupVersion) XXX_Unmarshal(b []byte) error + type GroupVersionForDiscovery struct + GroupVersion string + Version string + func (*GroupVersionForDiscovery) Descriptor() ([]byte, []int) + func (*GroupVersionForDiscovery) ProtoMessage() + func (GroupVersionForDiscovery) SwaggerDoc() map[string]string + func (in *GroupVersionForDiscovery) DeepCopy() *GroupVersionForDiscovery + func (in *GroupVersionForDiscovery) DeepCopyInto(out *GroupVersionForDiscovery) + func (m *GroupVersionForDiscovery) Marshal() (dAtA []byte, err error) + func (m *GroupVersionForDiscovery) MarshalTo(dAtA []byte) (int, error) + func (m *GroupVersionForDiscovery) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GroupVersionForDiscovery) Reset() + func (m *GroupVersionForDiscovery) Size() (n int) + func (m *GroupVersionForDiscovery) Unmarshal(dAtA []byte) error + func (m *GroupVersionForDiscovery) XXX_DiscardUnknown() + func (m *GroupVersionForDiscovery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GroupVersionForDiscovery) XXX_Merge(src proto.Message) + func (m *GroupVersionForDiscovery) XXX_Size() int + func (m *GroupVersionForDiscovery) XXX_Unmarshal(b []byte) error + func (this *GroupVersionForDiscovery) String() string + type GroupVersionKind struct + Group string + Kind string + Version string + func (*GroupVersionKind) Descriptor() ([]byte, []int) + func (*GroupVersionKind) ProtoMessage() + func (gvk GroupVersionKind) String() string + func (in *GroupVersionKind) DeepCopy() *GroupVersionKind + func (in *GroupVersionKind) DeepCopyInto(out *GroupVersionKind) + func (m *GroupVersionKind) Marshal() (dAtA []byte, err error) + func (m *GroupVersionKind) MarshalTo(dAtA []byte) (int, error) + func (m *GroupVersionKind) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GroupVersionKind) Reset() + func (m *GroupVersionKind) Size() (n int) + func (m *GroupVersionKind) Unmarshal(dAtA []byte) error + func (m *GroupVersionKind) XXX_DiscardUnknown() + func (m *GroupVersionKind) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GroupVersionKind) XXX_Merge(src proto.Message) + func (m *GroupVersionKind) XXX_Size() int + func (m *GroupVersionKind) XXX_Unmarshal(b []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 (in *GroupVersionResource) DeepCopy() *GroupVersionResource + func (in *GroupVersionResource) DeepCopyInto(out *GroupVersionResource) + func (m *GroupVersionResource) Marshal() (dAtA []byte, err error) + func (m *GroupVersionResource) MarshalTo(dAtA []byte) (int, error) + func (m *GroupVersionResource) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GroupVersionResource) Reset() + func (m *GroupVersionResource) Size() (n int) + func (m *GroupVersionResource) Unmarshal(dAtA []byte) error + func (m *GroupVersionResource) XXX_DiscardUnknown() + func (m *GroupVersionResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GroupVersionResource) XXX_Merge(src proto.Message) + func (m *GroupVersionResource) XXX_Size() int + func (m *GroupVersionResource) XXX_Unmarshal(b []byte) error + type IncludeObjectPolicy string + const IncludeMetadata + const IncludeNone + const IncludeObject + type InternalEvent watch.Event + func (e *InternalEvent) DeepCopyObject() runtime.Object + func (e *InternalEvent) GetObjectKind() schema.ObjectKind + func (in *InternalEvent) DeepCopy() *InternalEvent + func (in *InternalEvent) DeepCopyInto(out *InternalEvent) + type LabelSelector struct + MatchExpressions []LabelSelectorRequirement + MatchLabels map[string]string + func AddLabelToSelector(selector *LabelSelector, labelKey, labelValue string) *LabelSelector + func CloneSelectorAndAddLabel(selector *LabelSelector, labelKey, labelValue string) *LabelSelector + 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 (in *LabelSelector) DeepCopy() *LabelSelector + func (in *LabelSelector) DeepCopyInto(out *LabelSelector) + func (m *LabelSelector) Marshal() (dAtA []byte, err error) + func (m *LabelSelector) MarshalTo(dAtA []byte) (int, error) + func (m *LabelSelector) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LabelSelector) Reset() + func (m *LabelSelector) Size() (n int) + func (m *LabelSelector) Unmarshal(dAtA []byte) error + func (m *LabelSelector) XXX_DiscardUnknown() + func (m *LabelSelector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LabelSelector) XXX_Merge(src proto.Message) + func (m *LabelSelector) XXX_Size() int + func (m *LabelSelector) XXX_Unmarshal(b []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 (in *LabelSelectorRequirement) DeepCopy() *LabelSelectorRequirement + func (in *LabelSelectorRequirement) DeepCopyInto(out *LabelSelectorRequirement) + func (m *LabelSelectorRequirement) Marshal() (dAtA []byte, err error) + func (m *LabelSelectorRequirement) MarshalTo(dAtA []byte) (int, error) + func (m *LabelSelectorRequirement) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LabelSelectorRequirement) Reset() + func (m *LabelSelectorRequirement) Size() (n int) + func (m *LabelSelectorRequirement) Unmarshal(dAtA []byte) error + func (m *LabelSelectorRequirement) XXX_DiscardUnknown() + func (m *LabelSelectorRequirement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LabelSelectorRequirement) XXX_Merge(src proto.Message) + func (m *LabelSelectorRequirement) XXX_Size() int + func (m *LabelSelectorRequirement) XXX_Unmarshal(b []byte) error + func (this *LabelSelectorRequirement) String() string + type List struct + Items []runtime.RawExtension + func (*List) Descriptor() ([]byte, []int) + func (*List) ProtoMessage() + func (List) SwaggerDoc() map[string]string + func (in *List) DeepCopy() *List + func (in *List) DeepCopyInto(out *List) + func (in *List) DeepCopyObject() runtime.Object + func (m *List) Marshal() (dAtA []byte, err error) + func (m *List) MarshalTo(dAtA []byte) (int, error) + func (m *List) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *List) Reset() + func (m *List) Size() (n int) + func (m *List) Unmarshal(dAtA []byte) error + func (m *List) XXX_DiscardUnknown() + func (m *List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *List) XXX_Merge(src proto.Message) + func (m *List) XXX_Size() int + func (m *List) XXX_Unmarshal(b []byte) error + func (this *List) String() string + type ListInterface interface + GetContinue func() string + GetRemainingItemCount func() *int64 + GetResourceVersion func() string + GetSelfLink func() string + SetContinue func(c string) + SetRemainingItemCount func(c *int64) + SetResourceVersion func(version string) + SetSelfLink func(selfLink string) + type ListMeta struct + Continue string + RemainingItemCount *int64 + ResourceVersion string + SelfLink string + func (*ListMeta) Descriptor() ([]byte, []int) + func (*ListMeta) ProtoMessage() + func (ListMeta) SwaggerDoc() map[string]string + func (in *ListMeta) DeepCopy() *ListMeta + func (in *ListMeta) DeepCopyInto(out *ListMeta) + func (m *ListMeta) Marshal() (dAtA []byte, err error) + func (m *ListMeta) MarshalTo(dAtA []byte) (int, error) + func (m *ListMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListMeta) Reset() + func (m *ListMeta) Size() (n int) + func (m *ListMeta) Unmarshal(dAtA []byte) error + func (m *ListMeta) XXX_DiscardUnknown() + func (m *ListMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListMeta) XXX_Merge(src proto.Message) + func (m *ListMeta) XXX_Size() int + func (m *ListMeta) XXX_Unmarshal(b []byte) error + func (meta *ListMeta) GetContinue() string + func (meta *ListMeta) GetRemainingItemCount() *int64 + func (meta *ListMeta) GetResourceVersion() string + func (meta *ListMeta) GetSelfLink() string + func (meta *ListMeta) SetContinue(c string) + func (meta *ListMeta) SetRemainingItemCount(c *int64) + func (meta *ListMeta) SetResourceVersion(version string) + func (meta *ListMeta) SetSelfLink(selfLink string) + func (obj *ListMeta) GetListMeta() ListInterface + func (this *ListMeta) String() string + type ListMetaAccessor interface + GetListMeta func() ListInterface + type ListOptions struct + AllowWatchBookmarks bool + Continue string + FieldSelector string + LabelSelector string + Limit int64 + ResourceVersion string + ResourceVersionMatch ResourceVersionMatch + TimeoutSeconds *int64 + Watch bool + func SingleObject(meta ObjectMeta) ListOptions + func (*ListOptions) Descriptor() ([]byte, []int) + func (*ListOptions) ProtoMessage() + func (ListOptions) SwaggerDoc() map[string]string + func (in *ListOptions) DeepCopy() *ListOptions + func (in *ListOptions) DeepCopyInto(out *ListOptions) + func (in *ListOptions) DeepCopyObject() runtime.Object + func (m *ListOptions) Marshal() (dAtA []byte, err error) + func (m *ListOptions) MarshalTo(dAtA []byte) (int, error) + func (m *ListOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListOptions) Reset() + func (m *ListOptions) Size() (n int) + func (m *ListOptions) Unmarshal(dAtA []byte) error + func (m *ListOptions) XXX_DiscardUnknown() + func (m *ListOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListOptions) XXX_Merge(src proto.Message) + func (m *ListOptions) XXX_Size() int + func (m *ListOptions) XXX_Unmarshal(b []byte) error + func (this *ListOptions) String() string + type ManagedFieldsEntry struct + APIVersion string + FieldsType string + FieldsV1 *FieldsV1 + Manager string + Operation ManagedFieldsOperationType + Subresource string + Time *Time + func (*ManagedFieldsEntry) Descriptor() ([]byte, []int) + func (*ManagedFieldsEntry) ProtoMessage() + func (ManagedFieldsEntry) SwaggerDoc() map[string]string + func (in *ManagedFieldsEntry) DeepCopy() *ManagedFieldsEntry + func (in *ManagedFieldsEntry) DeepCopyInto(out *ManagedFieldsEntry) + func (m *ManagedFieldsEntry) Marshal() (dAtA []byte, err error) + func (m *ManagedFieldsEntry) MarshalTo(dAtA []byte) (int, error) + func (m *ManagedFieldsEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ManagedFieldsEntry) Reset() + func (m *ManagedFieldsEntry) Size() (n int) + func (m *ManagedFieldsEntry) Unmarshal(dAtA []byte) error + func (m *ManagedFieldsEntry) XXX_DiscardUnknown() + func (m *ManagedFieldsEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ManagedFieldsEntry) XXX_Merge(src proto.Message) + func (m *ManagedFieldsEntry) XXX_Size() int + func (m *ManagedFieldsEntry) XXX_Unmarshal(b []byte) error + func (this *ManagedFieldsEntry) String() string + type ManagedFieldsOperationType string + const ManagedFieldsOperationApply + const ManagedFieldsOperationUpdate + type MicroTime struct + func DateMicro(year int, month time.Month, day, hour, min, sec, nsec int, loc *time.Location) MicroTime + func NewMicroTime(time time.Time) MicroTime + func NowMicro() MicroTime + func UnixMicro(sec int64, nsec int64) MicroTime + func (*MicroTime) Descriptor() ([]byte, []int) + func (*MicroTime) ProtoMessage() + func (_ MicroTime) OpenAPISchemaFormat() string + func (_ MicroTime) OpenAPISchemaType() []string + func (in *MicroTime) DeepCopy() *MicroTime + func (m *MicroTime) Marshal() (data []byte, err error) + func (m *MicroTime) MarshalTo(data []byte) (int, error) + func (m *MicroTime) MarshalToSizedBuffer(data []byte) (int, error) + func (m *MicroTime) ProtoMicroTime() *Timestamp + func (m *MicroTime) Reset() + func (m *MicroTime) Size() (n int) + func (m *MicroTime) Unmarshal(data []byte) error + func (m *MicroTime) XXX_DiscardUnknown() + func (m *MicroTime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MicroTime) XXX_Merge(src proto.Message) + func (m *MicroTime) XXX_Size() int + func (m *MicroTime) XXX_Unmarshal(b []byte) error + func (t *MicroTime) Before(u *MicroTime) bool + func (t *MicroTime) BeforeTime(u *Time) bool + func (t *MicroTime) DeepCopyInto(out *MicroTime) + func (t *MicroTime) Equal(u *MicroTime) bool + func (t *MicroTime) EqualTime(u *Time) bool + func (t *MicroTime) Fuzz(c fuzz.Continue) + func (t *MicroTime) IsZero() bool + func (t *MicroTime) UnmarshalJSON(b []byte) error + func (t *MicroTime) UnmarshalQueryParameter(str string) error + func (t MicroTime) MarshalJSON() ([]byte, error) + func (t MicroTime) MarshalQueryParameter() (string, error) + type Object interface + GetAnnotations func() map[string]string + GetClusterName func() string + GetCreationTimestamp func() Time + GetDeletionGracePeriodSeconds func() *int64 + GetDeletionTimestamp func() *Time + GetFinalizers func() []string + GetGenerateName func() string + GetGeneration func() int64 + GetLabels func() map[string]string + GetManagedFields func() []ManagedFieldsEntry + GetName func() string + GetNamespace func() string + GetOwnerReferences func() []OwnerReference + GetResourceVersion func() string + GetSelfLink func() string + GetUID func() types.UID + SetAnnotations func(annotations map[string]string) + SetClusterName func(clusterName string) + SetCreationTimestamp func(timestamp Time) + SetDeletionGracePeriodSeconds func(*int64) + SetDeletionTimestamp func(timestamp *Time) + SetFinalizers func(finalizers []string) + SetGenerateName func(name string) + SetGeneration func(generation int64) + SetLabels func(labels map[string]string) + SetManagedFields func(managedFields []ManagedFieldsEntry) + SetName func(name string) + SetNamespace func(namespace string) + SetOwnerReferences func([]OwnerReference) + SetResourceVersion func(version string) + SetSelfLink func(selfLink string) + SetUID func(uid types.UID) + type ObjectMeta struct + Annotations map[string]string + ClusterName string + CreationTimestamp Time + DeletionGracePeriodSeconds *int64 + DeletionTimestamp *Time + Finalizers []string + GenerateName string + Generation int64 + Labels map[string]string + ManagedFields []ManagedFieldsEntry + Name string + Namespace string + OwnerReferences []OwnerReference + ResourceVersion string + SelfLink string + UID types.UID + func (*ObjectMeta) Descriptor() ([]byte, []int) + func (*ObjectMeta) ProtoMessage() + func (ObjectMeta) SwaggerDoc() map[string]string + func (in *ObjectMeta) DeepCopy() *ObjectMeta + func (in *ObjectMeta) DeepCopyInto(out *ObjectMeta) + func (m *ObjectMeta) Marshal() (dAtA []byte, err error) + func (m *ObjectMeta) MarshalTo(dAtA []byte) (int, error) + func (m *ObjectMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ObjectMeta) Reset() + func (m *ObjectMeta) Size() (n int) + func (m *ObjectMeta) Unmarshal(dAtA []byte) error + func (m *ObjectMeta) XXX_DiscardUnknown() + func (m *ObjectMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ObjectMeta) XXX_Merge(src proto.Message) + func (m *ObjectMeta) XXX_Size() int + func (m *ObjectMeta) XXX_Unmarshal(b []byte) error + func (meta *ObjectMeta) GetAnnotations() map[string]string + func (meta *ObjectMeta) GetClusterName() string + func (meta *ObjectMeta) GetCreationTimestamp() Time + func (meta *ObjectMeta) GetDeletionGracePeriodSeconds() *int64 + func (meta *ObjectMeta) GetDeletionTimestamp() *Time + func (meta *ObjectMeta) GetFinalizers() []string + func (meta *ObjectMeta) GetGenerateName() string + func (meta *ObjectMeta) GetGeneration() int64 + func (meta *ObjectMeta) GetLabels() map[string]string + func (meta *ObjectMeta) GetManagedFields() []ManagedFieldsEntry + func (meta *ObjectMeta) GetName() string + func (meta *ObjectMeta) GetNamespace() string + func (meta *ObjectMeta) GetOwnerReferences() []OwnerReference + func (meta *ObjectMeta) GetResourceVersion() string + func (meta *ObjectMeta) GetSelfLink() string + func (meta *ObjectMeta) GetUID() types.UID + func (meta *ObjectMeta) SetAnnotations(annotations map[string]string) + func (meta *ObjectMeta) SetClusterName(clusterName string) + func (meta *ObjectMeta) SetCreationTimestamp(creationTimestamp Time) + func (meta *ObjectMeta) SetDeletionGracePeriodSeconds(deletionGracePeriodSeconds *int64) + func (meta *ObjectMeta) SetDeletionTimestamp(deletionTimestamp *Time) + func (meta *ObjectMeta) SetFinalizers(finalizers []string) + func (meta *ObjectMeta) SetGenerateName(generateName string) + func (meta *ObjectMeta) SetGeneration(generation int64) + func (meta *ObjectMeta) SetLabels(labels map[string]string) + func (meta *ObjectMeta) SetManagedFields(managedFields []ManagedFieldsEntry) + func (meta *ObjectMeta) SetName(name string) + func (meta *ObjectMeta) SetNamespace(namespace string) + func (meta *ObjectMeta) SetOwnerReferences(references []OwnerReference) + func (meta *ObjectMeta) SetResourceVersion(version string) + func (meta *ObjectMeta) SetSelfLink(selfLink string) + func (meta *ObjectMeta) SetUID(uid types.UID) + func (obj *ObjectMeta) GetObjectMeta() Object + func (this *ObjectMeta) String() string + type ObjectMetaAccessor interface + GetObjectMeta func() Object + type OwnerReference struct + APIVersion string + BlockOwnerDeletion *bool + Controller *bool + Kind string + Name string + UID types.UID + func GetControllerOf(controllee Object) *OwnerReference + func GetControllerOfNoCopy(controllee Object) *OwnerReference + func NewControllerRef(owner Object, gvk schema.GroupVersionKind) *OwnerReference + func (*OwnerReference) Descriptor() ([]byte, []int) + func (*OwnerReference) ProtoMessage() + func (OwnerReference) SwaggerDoc() map[string]string + func (in *OwnerReference) DeepCopy() *OwnerReference + func (in *OwnerReference) DeepCopyInto(out *OwnerReference) + func (m *OwnerReference) Marshal() (dAtA []byte, err error) + func (m *OwnerReference) MarshalTo(dAtA []byte) (int, error) + func (m *OwnerReference) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *OwnerReference) Reset() + func (m *OwnerReference) Size() (n int) + func (m *OwnerReference) Unmarshal(dAtA []byte) error + func (m *OwnerReference) XXX_DiscardUnknown() + func (m *OwnerReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OwnerReference) XXX_Merge(src proto.Message) + func (m *OwnerReference) XXX_Size() int + func (m *OwnerReference) XXX_Unmarshal(b []byte) error + func (this *OwnerReference) String() string + type PartialObjectMetadata struct + func (*PartialObjectMetadata) Descriptor() ([]byte, []int) + func (*PartialObjectMetadata) ProtoMessage() + func (PartialObjectMetadata) SwaggerDoc() map[string]string + func (in *PartialObjectMetadata) DeepCopy() *PartialObjectMetadata + func (in *PartialObjectMetadata) DeepCopyInto(out *PartialObjectMetadata) + func (in *PartialObjectMetadata) DeepCopyObject() runtime.Object + func (m *PartialObjectMetadata) Marshal() (dAtA []byte, err error) + func (m *PartialObjectMetadata) MarshalTo(dAtA []byte) (int, error) + func (m *PartialObjectMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PartialObjectMetadata) Reset() + func (m *PartialObjectMetadata) Size() (n int) + func (m *PartialObjectMetadata) Unmarshal(dAtA []byte) error + func (m *PartialObjectMetadata) XXX_DiscardUnknown() + func (m *PartialObjectMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PartialObjectMetadata) XXX_Merge(src proto.Message) + func (m *PartialObjectMetadata) XXX_Size() int + func (m *PartialObjectMetadata) XXX_Unmarshal(b []byte) error + func (this *PartialObjectMetadata) String() string + type PartialObjectMetadataList struct + Items []PartialObjectMetadata + func (*PartialObjectMetadataList) Descriptor() ([]byte, []int) + func (*PartialObjectMetadataList) ProtoMessage() + func (PartialObjectMetadataList) SwaggerDoc() map[string]string + func (in *PartialObjectMetadataList) DeepCopy() *PartialObjectMetadataList + func (in *PartialObjectMetadataList) DeepCopyInto(out *PartialObjectMetadataList) + func (in *PartialObjectMetadataList) DeepCopyObject() runtime.Object + func (m *PartialObjectMetadataList) Marshal() (dAtA []byte, err error) + func (m *PartialObjectMetadataList) MarshalTo(dAtA []byte) (int, error) + func (m *PartialObjectMetadataList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PartialObjectMetadataList) Reset() + func (m *PartialObjectMetadataList) Size() (n int) + func (m *PartialObjectMetadataList) Unmarshal(dAtA []byte) error + func (m *PartialObjectMetadataList) XXX_DiscardUnknown() + func (m *PartialObjectMetadataList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PartialObjectMetadataList) XXX_Merge(src proto.Message) + func (m *PartialObjectMetadataList) XXX_Size() int + func (m *PartialObjectMetadataList) XXX_Unmarshal(b []byte) error + func (this *PartialObjectMetadataList) String() string + type Patch struct + func (*Patch) Descriptor() ([]byte, []int) + func (*Patch) ProtoMessage() + func (Patch) SwaggerDoc() map[string]string + func (in *Patch) DeepCopy() *Patch + func (in *Patch) DeepCopyInto(out *Patch) + func (m *Patch) Marshal() (dAtA []byte, err error) + func (m *Patch) MarshalTo(dAtA []byte) (int, error) + func (m *Patch) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Patch) Reset() + func (m *Patch) Size() (n int) + func (m *Patch) Unmarshal(dAtA []byte) error + func (m *Patch) XXX_DiscardUnknown() + func (m *Patch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Patch) XXX_Merge(src proto.Message) + func (m *Patch) XXX_Size() int + func (m *Patch) XXX_Unmarshal(b []byte) error + func (this *Patch) String() string + type PatchOptions struct + DryRun []string + FieldManager string + Force *bool + func (*PatchOptions) Descriptor() ([]byte, []int) + func (*PatchOptions) ProtoMessage() + func (PatchOptions) SwaggerDoc() map[string]string + func (in *PatchOptions) DeepCopy() *PatchOptions + func (in *PatchOptions) DeepCopyInto(out *PatchOptions) + func (in *PatchOptions) DeepCopyObject() runtime.Object + func (m *PatchOptions) Marshal() (dAtA []byte, err error) + func (m *PatchOptions) MarshalTo(dAtA []byte) (int, error) + func (m *PatchOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PatchOptions) Reset() + func (m *PatchOptions) Size() (n int) + func (m *PatchOptions) Unmarshal(dAtA []byte) error + func (m *PatchOptions) XXX_DiscardUnknown() + func (m *PatchOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PatchOptions) XXX_Merge(src proto.Message) + func (m *PatchOptions) XXX_Size() int + func (m *PatchOptions) XXX_Unmarshal(b []byte) error + func (this *PatchOptions) String() string + type Preconditions struct + ResourceVersion *string + UID *types.UID + func NewUIDPreconditions(uid string) *Preconditions + func (*Preconditions) Descriptor() ([]byte, []int) + func (*Preconditions) ProtoMessage() + func (Preconditions) SwaggerDoc() map[string]string + func (in *Preconditions) DeepCopy() *Preconditions + func (in *Preconditions) DeepCopyInto(out *Preconditions) + func (m *Preconditions) Marshal() (dAtA []byte, err error) + func (m *Preconditions) MarshalTo(dAtA []byte) (int, error) + func (m *Preconditions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Preconditions) Reset() + func (m *Preconditions) Size() (n int) + func (m *Preconditions) Unmarshal(dAtA []byte) error + func (m *Preconditions) XXX_DiscardUnknown() + func (m *Preconditions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Preconditions) XXX_Merge(src proto.Message) + func (m *Preconditions) XXX_Size() int + func (m *Preconditions) XXX_Unmarshal(b []byte) error + func (this *Preconditions) String() string + type ResourceVersionMatch string + const ResourceVersionMatchExact + const ResourceVersionMatchNotOlderThan + type RootPaths struct + Paths []string + func (*RootPaths) Descriptor() ([]byte, []int) + func (*RootPaths) ProtoMessage() + func (RootPaths) SwaggerDoc() map[string]string + func (in *RootPaths) DeepCopy() *RootPaths + func (in *RootPaths) DeepCopyInto(out *RootPaths) + func (m *RootPaths) Marshal() (dAtA []byte, err error) + func (m *RootPaths) MarshalTo(dAtA []byte) (int, error) + func (m *RootPaths) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RootPaths) Reset() + func (m *RootPaths) Size() (n int) + func (m *RootPaths) Unmarshal(dAtA []byte) error + func (m *RootPaths) XXX_DiscardUnknown() + func (m *RootPaths) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RootPaths) XXX_Merge(src proto.Message) + func (m *RootPaths) XXX_Size() int + func (m *RootPaths) XXX_Unmarshal(b []byte) error + func (this *RootPaths) String() string + type RowConditionType string + const RowCompleted + type ServerAddressByClientCIDR struct + ClientCIDR string + ServerAddress string + func (*ServerAddressByClientCIDR) Descriptor() ([]byte, []int) + func (*ServerAddressByClientCIDR) ProtoMessage() + func (ServerAddressByClientCIDR) SwaggerDoc() map[string]string + func (in *ServerAddressByClientCIDR) DeepCopy() *ServerAddressByClientCIDR + func (in *ServerAddressByClientCIDR) DeepCopyInto(out *ServerAddressByClientCIDR) + func (m *ServerAddressByClientCIDR) Marshal() (dAtA []byte, err error) + func (m *ServerAddressByClientCIDR) MarshalTo(dAtA []byte) (int, error) + func (m *ServerAddressByClientCIDR) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ServerAddressByClientCIDR) Reset() + func (m *ServerAddressByClientCIDR) Size() (n int) + func (m *ServerAddressByClientCIDR) Unmarshal(dAtA []byte) error + func (m *ServerAddressByClientCIDR) XXX_DiscardUnknown() + func (m *ServerAddressByClientCIDR) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServerAddressByClientCIDR) XXX_Merge(src proto.Message) + func (m *ServerAddressByClientCIDR) XXX_Size() int + func (m *ServerAddressByClientCIDR) XXX_Unmarshal(b []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 (in *Status) DeepCopy() *Status + func (in *Status) DeepCopyInto(out *Status) + func (in *Status) DeepCopyObject() runtime.Object + func (m *Status) Marshal() (dAtA []byte, err error) + func (m *Status) MarshalTo(dAtA []byte) (int, error) + func (m *Status) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Status) Reset() + func (m *Status) Size() (n int) + func (m *Status) Unmarshal(dAtA []byte) error + func (m *Status) XXX_DiscardUnknown() + func (m *Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Status) XXX_Merge(src proto.Message) + func (m *Status) XXX_Size() int + func (m *Status) XXX_Unmarshal(b []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 (in *StatusCause) DeepCopy() *StatusCause + func (in *StatusCause) DeepCopyInto(out *StatusCause) + func (m *StatusCause) Marshal() (dAtA []byte, err error) + func (m *StatusCause) MarshalTo(dAtA []byte) (int, error) + func (m *StatusCause) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StatusCause) Reset() + func (m *StatusCause) Size() (n int) + func (m *StatusCause) Unmarshal(dAtA []byte) error + func (m *StatusCause) XXX_DiscardUnknown() + func (m *StatusCause) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StatusCause) XXX_Merge(src proto.Message) + func (m *StatusCause) XXX_Size() int + func (m *StatusCause) XXX_Unmarshal(b []byte) error + func (this *StatusCause) String() string + type StatusDetails struct + Causes []StatusCause + Group string + Kind string + Name string + RetryAfterSeconds int32 + UID types.UID + func (*StatusDetails) Descriptor() ([]byte, []int) + func (*StatusDetails) ProtoMessage() + func (StatusDetails) SwaggerDoc() map[string]string + func (in *StatusDetails) DeepCopy() *StatusDetails + func (in *StatusDetails) DeepCopyInto(out *StatusDetails) + func (m *StatusDetails) Marshal() (dAtA []byte, err error) + func (m *StatusDetails) MarshalTo(dAtA []byte) (int, error) + func (m *StatusDetails) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StatusDetails) Reset() + func (m *StatusDetails) Size() (n int) + func (m *StatusDetails) Unmarshal(dAtA []byte) error + func (m *StatusDetails) XXX_DiscardUnknown() + func (m *StatusDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StatusDetails) XXX_Merge(src proto.Message) + func (m *StatusDetails) XXX_Size() int + func (m *StatusDetails) XXX_Unmarshal(b []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 StatusReasonNotAcceptable + const StatusReasonNotFound + const StatusReasonRequestEntityTooLarge + const StatusReasonServerTimeout + const StatusReasonServiceUnavailable + const StatusReasonTimeout + const StatusReasonTooManyRequests + const StatusReasonUnauthorized + const StatusReasonUnknown + const StatusReasonUnsupportedMediaType + type Table struct + ColumnDefinitions []TableColumnDefinition + Rows []TableRow + func (Table) SwaggerDoc() map[string]string + func (in *Table) DeepCopy() *Table + func (in *Table) DeepCopyInto(out *Table) + func (in *Table) DeepCopyObject() runtime.Object + type TableColumnDefinition struct + Description string + Format string + Name string + Priority int32 + Type string + func (TableColumnDefinition) SwaggerDoc() map[string]string + func (in *TableColumnDefinition) DeepCopy() *TableColumnDefinition + func (in *TableColumnDefinition) DeepCopyInto(out *TableColumnDefinition) + type TableOptions struct + IncludeObject IncludeObjectPolicy + NoHeaders bool + func (*TableOptions) Descriptor() ([]byte, []int) + func (*TableOptions) ProtoMessage() + func (TableOptions) SwaggerDoc() map[string]string + func (in *TableOptions) DeepCopy() *TableOptions + func (in *TableOptions) DeepCopyInto(out *TableOptions) + func (in *TableOptions) DeepCopyObject() runtime.Object + func (m *TableOptions) Marshal() (dAtA []byte, err error) + func (m *TableOptions) MarshalTo(dAtA []byte) (int, error) + func (m *TableOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TableOptions) Reset() + func (m *TableOptions) Size() (n int) + func (m *TableOptions) Unmarshal(dAtA []byte) error + func (m *TableOptions) XXX_DiscardUnknown() + func (m *TableOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TableOptions) XXX_Merge(src proto.Message) + func (m *TableOptions) XXX_Size() int + func (m *TableOptions) XXX_Unmarshal(b []byte) error + func (this *TableOptions) String() string + type TableRow struct + Cells []interface{} + Conditions []TableRowCondition + Object runtime.RawExtension + func (TableRow) SwaggerDoc() map[string]string + func (in *TableRow) DeepCopy() *TableRow + func (in *TableRow) DeepCopyInto(out *TableRow) + type TableRowCondition struct + Message string + Reason string + Status ConditionStatus + Type RowConditionType + func (TableRowCondition) SwaggerDoc() map[string]string + func (in *TableRowCondition) DeepCopy() *TableRowCondition + func (in *TableRowCondition) DeepCopyInto(out *TableRowCondition) + 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) OpenAPISchemaFormat() string + func (_ Time) OpenAPISchemaType() []string + func (in *Time) DeepCopy() *Time + func (m *Time) Marshal() (data []byte, err error) + func (m *Time) MarshalTo(data []byte) (int, error) + func (m *Time) MarshalToSizedBuffer(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 (m *Time) XXX_DiscardUnknown() + func (m *Time) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Time) XXX_Merge(src proto.Message) + func (m *Time) XXX_Size() int + func (m *Time) XXX_Unmarshal(b []byte) error + func (t *Time) Before(u *Time) bool + func (t *Time) DeepCopyInto(out *Time) + func (t *Time) Equal(u *Time) bool + 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) MarshalJSON() ([]byte, error) + func (t Time) MarshalQueryParameter() (string, error) + func (t Time) Rfc3339Copy() Time + func (t Time) ToUnstructured() interface{} + type Timestamp struct + Nanos int32 + Seconds int64 + func (*Timestamp) Descriptor() ([]byte, []int) + func (*Timestamp) ProtoMessage() + func (in *Timestamp) DeepCopy() *Timestamp + func (in *Timestamp) DeepCopyInto(out *Timestamp) + func (m *Timestamp) Marshal() (dAtA []byte, err error) + func (m *Timestamp) MarshalTo(dAtA []byte) (int, error) + func (m *Timestamp) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Timestamp) Reset() + func (m *Timestamp) Size() (n int) + func (m *Timestamp) Unmarshal(dAtA []byte) error + func (m *Timestamp) XXX_DiscardUnknown() + func (m *Timestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Timestamp) XXX_Merge(src proto.Message) + func (m *Timestamp) XXX_Size() int + func (m *Timestamp) XXX_Unmarshal(b []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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TypeMeta) Reset() + func (m *TypeMeta) Size() (n int) + func (m *TypeMeta) Unmarshal(dAtA []byte) error + func (m *TypeMeta) XXX_DiscardUnknown() + func (m *TypeMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TypeMeta) XXX_Merge(src proto.Message) + func (m *TypeMeta) XXX_Size() int + func (m *TypeMeta) XXX_Unmarshal(b []byte) error + func (obj *TypeMeta) GetObjectKind() schema.ObjectKind + func (obj *TypeMeta) GroupVersionKind() schema.GroupVersionKind + func (obj *TypeMeta) SetGroupVersionKind(gvk schema.GroupVersionKind) + func (this *TypeMeta) String() string + type UpdateOptions struct + DryRun []string + FieldManager string + func (*UpdateOptions) Descriptor() ([]byte, []int) + func (*UpdateOptions) ProtoMessage() + func (UpdateOptions) SwaggerDoc() map[string]string + func (in *UpdateOptions) DeepCopy() *UpdateOptions + func (in *UpdateOptions) DeepCopyInto(out *UpdateOptions) + func (in *UpdateOptions) DeepCopyObject() runtime.Object + func (m *UpdateOptions) Marshal() (dAtA []byte, err error) + func (m *UpdateOptions) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UpdateOptions) Reset() + func (m *UpdateOptions) Size() (n int) + func (m *UpdateOptions) Unmarshal(dAtA []byte) error + func (m *UpdateOptions) XXX_DiscardUnknown() + func (m *UpdateOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateOptions) XXX_Merge(src proto.Message) + func (m *UpdateOptions) XXX_Size() int + func (m *UpdateOptions) XXX_Unmarshal(b []byte) error + func (this *UpdateOptions) String() string + type Verbs []string + func (*Verbs) Descriptor() ([]byte, []int) + func (*Verbs) ProtoMessage() + func (in Verbs) DeepCopy() Verbs + func (in Verbs) DeepCopyInto(out *Verbs) + func (m *Verbs) Reset() + func (m *Verbs) Unmarshal(dAtA []byte) error + func (m *Verbs) XXX_DiscardUnknown() + func (m *Verbs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Verbs) XXX_Merge(src proto.Message) + func (m *Verbs) XXX_Size() int + func (m *Verbs) XXX_Unmarshal(b []byte) error + func (m Verbs) Marshal() (dAtA []byte, err error) + func (m Verbs) MarshalTo(dAtA []byte) (int, error) + func (m Verbs) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m Verbs) Size() (n int) + func (vs Verbs) String() string + type WatchEvent struct + Object runtime.RawExtension + Type string + func (*WatchEvent) Descriptor() ([]byte, []int) + func (*WatchEvent) ProtoMessage() + func (e *WatchEvent) GetObjectKind() schema.ObjectKind + func (in *WatchEvent) DeepCopy() *WatchEvent + func (in *WatchEvent) DeepCopyInto(out *WatchEvent) + func (in *WatchEvent) DeepCopyObject() runtime.Object + func (m *WatchEvent) Marshal() (dAtA []byte, err error) + func (m *WatchEvent) MarshalTo(dAtA []byte) (int, error) + func (m *WatchEvent) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *WatchEvent) Reset() + func (m *WatchEvent) Size() (n int) + func (m *WatchEvent) Unmarshal(dAtA []byte) error + func (m *WatchEvent) XXX_DiscardUnknown() + func (m *WatchEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WatchEvent) XXX_Merge(src proto.Message) + func (m *WatchEvent) XXX_Size() int + func (m *WatchEvent) XXX_Unmarshal(b []byte) error + func (this *WatchEvent) String() string