Versions in this module Expand all Collapse all v1 v1.0.1 Mar 6, 2023 v1.0.0 Mar 6, 2023 Changes in this version + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + type APIGroup struct + Name *string + PreferredVersion *GroupVersionForDiscovery + ServerAddressByClientCIDRs []*ServerAddressByClientCIDR + Versions []*GroupVersionForDiscovery + XXX_unrecognized []byte + func (*APIGroup) Descriptor() ([]byte, []int) + func (*APIGroup) ProtoMessage() + func (m *APIGroup) GetName() string + func (m *APIGroup) GetPreferredVersion() *GroupVersionForDiscovery + func (m *APIGroup) GetServerAddressByClientCIDRs() []*ServerAddressByClientCIDR + func (m *APIGroup) GetVersions() []*GroupVersionForDiscovery + 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) String() string + func (m *APIGroup) Unmarshal(dAtA []byte) error + type APIGroupList struct + Groups []*APIGroup + XXX_unrecognized []byte + func (*APIGroupList) Descriptor() ([]byte, []int) + func (*APIGroupList) ProtoMessage() + func (m *APIGroupList) GetGroups() []*APIGroup + 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) String() string + func (m *APIGroupList) Unmarshal(dAtA []byte) error + type APIResource struct + Categories []string + Group *string + Kind *string + Name *string + Namespaced *bool + ShortNames []string + SingularName *string + Verbs *Verbs + Version *string + XXX_unrecognized []byte + func (*APIResource) Descriptor() ([]byte, []int) + func (*APIResource) ProtoMessage() + func (m *APIResource) GetCategories() []string + func (m *APIResource) GetGroup() string + func (m *APIResource) GetKind() string + func (m *APIResource) GetName() string + func (m *APIResource) GetNamespaced() bool + func (m *APIResource) GetShortNames() []string + func (m *APIResource) GetSingularName() string + func (m *APIResource) GetVerbs() *Verbs + func (m *APIResource) GetVersion() 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) String() string + func (m *APIResource) Unmarshal(dAtA []byte) error + type APIResourceList struct + GroupVersion *string + Resources []*APIResource + XXX_unrecognized []byte + func (*APIResourceList) Descriptor() ([]byte, []int) + func (*APIResourceList) ProtoMessage() + func (m *APIResourceList) GetGroupVersion() string + func (m *APIResourceList) GetResources() []*APIResource + 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) String() string + func (m *APIResourceList) Unmarshal(dAtA []byte) error + type APIVersions struct + ServerAddressByClientCIDRs []*ServerAddressByClientCIDR + Versions []string + XXX_unrecognized []byte + func (*APIVersions) Descriptor() ([]byte, []int) + func (*APIVersions) ProtoMessage() + func (m *APIVersions) GetServerAddressByClientCIDRs() []*ServerAddressByClientCIDR + func (m *APIVersions) GetVersions() []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) String() string + func (m *APIVersions) Unmarshal(dAtA []byte) error + type CreateOptions struct + DryRun []string + IncludeUninitialized *bool + XXX_unrecognized []byte + func (*CreateOptions) Descriptor() ([]byte, []int) + func (*CreateOptions) ProtoMessage() + func (m *CreateOptions) GetDryRun() []string + func (m *CreateOptions) GetIncludeUninitialized() bool + func (m *CreateOptions) Marshal() (dAtA []byte, err error) + func (m *CreateOptions) MarshalTo(dAtA []byte) (int, error) + func (m *CreateOptions) Reset() + func (m *CreateOptions) Size() (n int) + func (m *CreateOptions) String() string + func (m *CreateOptions) Unmarshal(dAtA []byte) error + type DeleteOptions struct + DryRun []string + GracePeriodSeconds *int64 + OrphanDependents *bool + Preconditions *Preconditions + PropagationPolicy *string + XXX_unrecognized []byte + func (*DeleteOptions) Descriptor() ([]byte, []int) + func (*DeleteOptions) ProtoMessage() + func (m *DeleteOptions) GetDryRun() []string + func (m *DeleteOptions) GetGracePeriodSeconds() int64 + func (m *DeleteOptions) GetOrphanDependents() bool + func (m *DeleteOptions) GetPreconditions() *Preconditions + func (m *DeleteOptions) GetPropagationPolicy() string + func (m *DeleteOptions) Marshal() (dAtA []byte, err error) + func (m *DeleteOptions) MarshalTo(dAtA []byte) (int, error) + func (m *DeleteOptions) Reset() + func (m *DeleteOptions) Size() (n int) + func (m *DeleteOptions) String() string + func (m *DeleteOptions) Unmarshal(dAtA []byte) error + type Duration struct + Duration *int64 + XXX_unrecognized []byte + func (*Duration) Descriptor() ([]byte, []int) + func (*Duration) ProtoMessage() + func (m *Duration) GetDuration() int64 + 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) String() string + func (m *Duration) Unmarshal(dAtA []byte) error + type ExportOptions struct + Exact *bool + Export *bool + XXX_unrecognized []byte + func (*ExportOptions) Descriptor() ([]byte, []int) + func (*ExportOptions) ProtoMessage() + func (m *ExportOptions) GetExact() bool + func (m *ExportOptions) GetExport() bool + 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) String() string + func (m *ExportOptions) Unmarshal(dAtA []byte) error + type GetOptions struct + IncludeUninitialized *bool + ResourceVersion *string + XXX_unrecognized []byte + func (*GetOptions) Descriptor() ([]byte, []int) + func (*GetOptions) ProtoMessage() + func (m *GetOptions) GetIncludeUninitialized() bool + func (m *GetOptions) GetResourceVersion() string + func (m *GetOptions) Marshal() (dAtA []byte, err error) + func (m *GetOptions) MarshalTo(dAtA []byte) (int, error) + func (m *GetOptions) Reset() + func (m *GetOptions) Size() (n int) + func (m *GetOptions) String() string + func (m *GetOptions) Unmarshal(dAtA []byte) error + type GroupKind struct + Group *string + Kind *string + XXX_unrecognized []byte + func (*GroupKind) Descriptor() ([]byte, []int) + func (*GroupKind) ProtoMessage() + func (m *GroupKind) GetGroup() string + func (m *GroupKind) GetKind() string + 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) String() string + func (m *GroupKind) Unmarshal(dAtA []byte) error + type GroupResource struct + Group *string + Resource *string + XXX_unrecognized []byte + func (*GroupResource) Descriptor() ([]byte, []int) + func (*GroupResource) ProtoMessage() + func (m *GroupResource) GetGroup() string + func (m *GroupResource) GetResource() string + 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) String() string + func (m *GroupResource) Unmarshal(dAtA []byte) error + type GroupVersion struct + Group *string + Version *string + XXX_unrecognized []byte + func (*GroupVersion) Descriptor() ([]byte, []int) + func (*GroupVersion) ProtoMessage() + func (m *GroupVersion) GetGroup() string + func (m *GroupVersion) GetVersion() string + 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) String() string + func (m *GroupVersion) Unmarshal(dAtA []byte) error + type GroupVersionForDiscovery struct + GroupVersion *string + Version *string + XXX_unrecognized []byte + func (*GroupVersionForDiscovery) Descriptor() ([]byte, []int) + func (*GroupVersionForDiscovery) ProtoMessage() + func (m *GroupVersionForDiscovery) GetGroupVersion() string + func (m *GroupVersionForDiscovery) GetVersion() 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) String() string + func (m *GroupVersionForDiscovery) Unmarshal(dAtA []byte) error + type GroupVersionKind struct + Group *string + Kind *string + Version *string + XXX_unrecognized []byte + func (*GroupVersionKind) Descriptor() ([]byte, []int) + func (*GroupVersionKind) ProtoMessage() + func (m *GroupVersionKind) GetGroup() string + func (m *GroupVersionKind) GetKind() string + func (m *GroupVersionKind) GetVersion() 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) String() string + func (m *GroupVersionKind) Unmarshal(dAtA []byte) error + type GroupVersionResource struct + Group *string + Resource *string + Version *string + XXX_unrecognized []byte + func (*GroupVersionResource) Descriptor() ([]byte, []int) + func (*GroupVersionResource) ProtoMessage() + func (m *GroupVersionResource) GetGroup() string + func (m *GroupVersionResource) GetResource() string + func (m *GroupVersionResource) GetVersion() string + 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) String() string + func (m *GroupVersionResource) Unmarshal(dAtA []byte) error + type Initializer struct + Name *string + XXX_unrecognized []byte + func (*Initializer) Descriptor() ([]byte, []int) + func (*Initializer) ProtoMessage() + func (m *Initializer) GetName() string + func (m *Initializer) Marshal() (dAtA []byte, err error) + func (m *Initializer) MarshalTo(dAtA []byte) (int, error) + func (m *Initializer) Reset() + func (m *Initializer) Size() (n int) + func (m *Initializer) String() string + func (m *Initializer) Unmarshal(dAtA []byte) error + type Initializers struct + Pending []*Initializer + Result *Status + XXX_unrecognized []byte + func (*Initializers) Descriptor() ([]byte, []int) + func (*Initializers) ProtoMessage() + func (m *Initializers) GetPending() []*Initializer + func (m *Initializers) GetResult() *Status + func (m *Initializers) Marshal() (dAtA []byte, err error) + func (m *Initializers) MarshalTo(dAtA []byte) (int, error) + func (m *Initializers) Reset() + func (m *Initializers) Size() (n int) + func (m *Initializers) String() string + func (m *Initializers) Unmarshal(dAtA []byte) error + type LabelSelector struct + MatchExpressions []*LabelSelectorRequirement + MatchLabels map[string]string + XXX_unrecognized []byte + func (*LabelSelector) Descriptor() ([]byte, []int) + func (*LabelSelector) ProtoMessage() + func (m *LabelSelector) GetMatchExpressions() []*LabelSelectorRequirement + func (m *LabelSelector) GetMatchLabels() 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) String() string + func (m *LabelSelector) Unmarshal(dAtA []byte) error + type LabelSelectorRequirement struct + Key *string + Operator *string + Values []string + XXX_unrecognized []byte + func (*LabelSelectorRequirement) Descriptor() ([]byte, []int) + func (*LabelSelectorRequirement) ProtoMessage() + func (m *LabelSelectorRequirement) GetKey() string + func (m *LabelSelectorRequirement) GetOperator() string + func (m *LabelSelectorRequirement) GetValues() []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) String() string + func (m *LabelSelectorRequirement) Unmarshal(dAtA []byte) error + type List struct + Items []*k8s_io_apimachinery_pkg_runtime.RawExtension + Metadata *ListMeta + XXX_unrecognized []byte + func (*List) Descriptor() ([]byte, []int) + func (*List) ProtoMessage() + func (m *List) GetItems() []*k8s_io_apimachinery_pkg_runtime.RawExtension + func (m *List) GetMetadata() *ListMeta + func (m *List) Marshal() (dAtA []byte, err error) + func (m *List) MarshalTo(dAtA []byte) (int, error) + func (m *List) Reset() + func (m *List) Size() (n int) + func (m *List) String() string + func (m *List) Unmarshal(dAtA []byte) error + type ListMeta struct + Continue *string + ResourceVersion *string + SelfLink *string + XXX_unrecognized []byte + func (*ListMeta) Descriptor() ([]byte, []int) + func (*ListMeta) ProtoMessage() + func (m *ListMeta) GetContinue() string + func (m *ListMeta) GetResourceVersion() string + func (m *ListMeta) GetSelfLink() 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) String() string + func (m *ListMeta) Unmarshal(dAtA []byte) error + type ListOptions struct + Continue *string + FieldSelector *string + IncludeUninitialized *bool + LabelSelector *string + Limit *int64 + ResourceVersion *string + TimeoutSeconds *int64 + Watch *bool + XXX_unrecognized []byte + func (*ListOptions) Descriptor() ([]byte, []int) + func (*ListOptions) ProtoMessage() + func (m *ListOptions) GetContinue() string + func (m *ListOptions) GetFieldSelector() string + func (m *ListOptions) GetIncludeUninitialized() bool + func (m *ListOptions) GetLabelSelector() string + func (m *ListOptions) GetLimit() int64 + func (m *ListOptions) GetResourceVersion() string + func (m *ListOptions) GetTimeoutSeconds() int64 + func (m *ListOptions) GetWatch() bool + func (m *ListOptions) Marshal() (dAtA []byte, err error) + func (m *ListOptions) MarshalTo(dAtA []byte) (int, error) + func (m *ListOptions) Reset() + func (m *ListOptions) Size() (n int) + func (m *ListOptions) String() string + func (m *ListOptions) Unmarshal(dAtA []byte) error + type MicroTime struct + Nanos *int32 + Seconds *int64 + XXX_unrecognized []byte + func (*MicroTime) Descriptor() ([]byte, []int) + func (*MicroTime) ProtoMessage() + func (m *MicroTime) GetNanos() int32 + func (m *MicroTime) GetSeconds() int64 + func (m *MicroTime) Marshal() (dAtA []byte, err error) + func (m *MicroTime) MarshalTo(dAtA []byte) (int, error) + func (m *MicroTime) Reset() + func (m *MicroTime) Size() (n int) + func (m *MicroTime) String() string + func (m *MicroTime) Unmarshal(dAtA []byte) error + type ObjectMeta struct + Annotations map[string]string + ClusterName *string + CreationTimestamp *Time + DeletionGracePeriodSeconds *int64 + DeletionTimestamp *Time + Finalizers []string + GenerateName *string + Generation *int64 + Initializers *Initializers + Labels map[string]string + Name *string + Namespace *string + OwnerReferences []*OwnerReference + ResourceVersion *string + SelfLink *string + Uid *string + XXX_unrecognized []byte + func (*ObjectMeta) Descriptor() ([]byte, []int) + func (*ObjectMeta) ProtoMessage() + func (m *ObjectMeta) GetAnnotations() map[string]string + func (m *ObjectMeta) GetClusterName() string + func (m *ObjectMeta) GetCreationTimestamp() *Time + func (m *ObjectMeta) GetDeletionGracePeriodSeconds() int64 + func (m *ObjectMeta) GetDeletionTimestamp() *Time + func (m *ObjectMeta) GetFinalizers() []string + func (m *ObjectMeta) GetGenerateName() string + func (m *ObjectMeta) GetGeneration() int64 + func (m *ObjectMeta) GetInitializers() *Initializers + func (m *ObjectMeta) GetLabels() map[string]string + func (m *ObjectMeta) GetName() string + func (m *ObjectMeta) GetNamespace() string + func (m *ObjectMeta) GetOwnerReferences() []*OwnerReference + func (m *ObjectMeta) GetResourceVersion() string + func (m *ObjectMeta) GetSelfLink() string + func (m *ObjectMeta) GetUid() string + func (m *ObjectMeta) Marshal() (dAtA []byte, err error) + func (m *ObjectMeta) MarshalTo(dAtA []byte) (int, error) + func (m *ObjectMeta) Reset() + func (m *ObjectMeta) Size() (n int) + func (m *ObjectMeta) String() string + func (m *ObjectMeta) Unmarshal(dAtA []byte) error + type OwnerReference struct + ApiVersion *string + BlockOwnerDeletion *bool + Controller *bool + Kind *string + Name *string + Uid *string + XXX_unrecognized []byte + func (*OwnerReference) Descriptor() ([]byte, []int) + func (*OwnerReference) ProtoMessage() + func (m *OwnerReference) GetApiVersion() string + func (m *OwnerReference) GetBlockOwnerDeletion() bool + func (m *OwnerReference) GetController() bool + func (m *OwnerReference) GetKind() string + func (m *OwnerReference) GetName() string + func (m *OwnerReference) GetUid() string + func (m *OwnerReference) Marshal() (dAtA []byte, err error) + func (m *OwnerReference) MarshalTo(dAtA []byte) (int, error) + func (m *OwnerReference) Reset() + func (m *OwnerReference) Size() (n int) + func (m *OwnerReference) String() string + func (m *OwnerReference) Unmarshal(dAtA []byte) error + type Patch struct + XXX_unrecognized []byte + func (*Patch) Descriptor() ([]byte, []int) + func (*Patch) ProtoMessage() + func (m *Patch) Marshal() (dAtA []byte, err error) + func (m *Patch) MarshalTo(dAtA []byte) (int, error) + func (m *Patch) Reset() + func (m *Patch) Size() (n int) + func (m *Patch) String() string + func (m *Patch) Unmarshal(dAtA []byte) error + type Preconditions struct + Uid *string + XXX_unrecognized []byte + func (*Preconditions) Descriptor() ([]byte, []int) + func (*Preconditions) ProtoMessage() + func (m *Preconditions) GetUid() string + func (m *Preconditions) Marshal() (dAtA []byte, err error) + func (m *Preconditions) MarshalTo(dAtA []byte) (int, error) + func (m *Preconditions) Reset() + func (m *Preconditions) Size() (n int) + func (m *Preconditions) String() string + func (m *Preconditions) Unmarshal(dAtA []byte) error + type RootPaths struct + Paths []string + XXX_unrecognized []byte + func (*RootPaths) Descriptor() ([]byte, []int) + func (*RootPaths) ProtoMessage() + func (m *RootPaths) GetPaths() []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) String() string + func (m *RootPaths) Unmarshal(dAtA []byte) error + type ServerAddressByClientCIDR struct + ClientCIDR *string + ServerAddress *string + XXX_unrecognized []byte + func (*ServerAddressByClientCIDR) Descriptor() ([]byte, []int) + func (*ServerAddressByClientCIDR) ProtoMessage() + func (m *ServerAddressByClientCIDR) GetClientCIDR() string + func (m *ServerAddressByClientCIDR) GetServerAddress() 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) String() string + func (m *ServerAddressByClientCIDR) Unmarshal(dAtA []byte) error + type Status struct + Code *int32 + Details *StatusDetails + Message *string + Metadata *ListMeta + Reason *string + Status *string + XXX_unrecognized []byte + func (*Status) Descriptor() ([]byte, []int) + func (*Status) ProtoMessage() + func (m *Status) GetCode() int32 + func (m *Status) GetDetails() *StatusDetails + func (m *Status) GetMessage() string + func (m *Status) GetMetadata() *ListMeta + func (m *Status) GetReason() string + func (m *Status) GetStatus() 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) String() string + func (m *Status) Unmarshal(dAtA []byte) error + func (s *Status) UnmarshalJSON(data []byte) error + type StatusCause struct + Field *string + Message *string + Reason *string + XXX_unrecognized []byte + func (*StatusCause) Descriptor() ([]byte, []int) + func (*StatusCause) ProtoMessage() + func (m *StatusCause) GetField() string + func (m *StatusCause) GetMessage() string + func (m *StatusCause) GetReason() 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) String() string + func (m *StatusCause) Unmarshal(dAtA []byte) error + type StatusDetails struct + Causes []*StatusCause + Group *string + Kind *string + Name *string + RetryAfterSeconds *int32 + Uid *string + XXX_unrecognized []byte + func (*StatusDetails) Descriptor() ([]byte, []int) + func (*StatusDetails) ProtoMessage() + func (m *StatusDetails) GetCauses() []*StatusCause + func (m *StatusDetails) GetGroup() string + func (m *StatusDetails) GetKind() string + func (m *StatusDetails) GetName() string + func (m *StatusDetails) GetRetryAfterSeconds() int32 + func (m *StatusDetails) GetUid() 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) String() string + func (m *StatusDetails) Unmarshal(dAtA []byte) error + type Time struct + Nanos *int32 + Seconds *int64 + XXX_unrecognized []byte + func (*Time) Descriptor() ([]byte, []int) + func (*Time) ProtoMessage() + func (m *Time) GetNanos() int32 + func (m *Time) GetSeconds() int64 + func (m *Time) Marshal() (dAtA []byte, err error) + func (m *Time) MarshalTo(dAtA []byte) (int, error) + func (m *Time) Reset() + func (m *Time) Size() (n int) + func (m *Time) String() string + func (m *Time) Unmarshal(dAtA []byte) error + func (t *Time) UnmarshalJSON(p []byte) error + func (t Time) MarshalJSON() ([]byte, error) + type Timestamp struct + Nanos *int32 + Seconds *int64 + XXX_unrecognized []byte + func (*Timestamp) Descriptor() ([]byte, []int) + func (*Timestamp) ProtoMessage() + func (m *Timestamp) GetNanos() int32 + func (m *Timestamp) GetSeconds() int64 + 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) String() string + func (m *Timestamp) Unmarshal(dAtA []byte) error + type TypeMeta struct + ApiVersion *string + Kind *string + XXX_unrecognized []byte + func (*TypeMeta) Descriptor() ([]byte, []int) + func (*TypeMeta) ProtoMessage() + func (m *TypeMeta) GetApiVersion() string + func (m *TypeMeta) GetKind() 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) String() string + func (m *TypeMeta) Unmarshal(dAtA []byte) error + type UpdateOptions struct + DryRun []string + XXX_unrecognized []byte + func (*UpdateOptions) Descriptor() ([]byte, []int) + func (*UpdateOptions) ProtoMessage() + func (m *UpdateOptions) GetDryRun() []string + func (m *UpdateOptions) Marshal() (dAtA []byte, err error) + func (m *UpdateOptions) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateOptions) Reset() + func (m *UpdateOptions) Size() (n int) + func (m *UpdateOptions) String() string + func (m *UpdateOptions) Unmarshal(dAtA []byte) error + type Verbs struct + Items []string + XXX_unrecognized []byte + func (*Verbs) Descriptor() ([]byte, []int) + func (*Verbs) ProtoMessage() + func (m *Verbs) GetItems() []string + func (m *Verbs) Marshal() (dAtA []byte, err error) + func (m *Verbs) MarshalTo(dAtA []byte) (int, error) + func (m *Verbs) Reset() + func (m *Verbs) Size() (n int) + func (m *Verbs) String() string + func (m *Verbs) Unmarshal(dAtA []byte) error + type WatchEvent struct + Object *k8s_io_apimachinery_pkg_runtime.RawExtension + Type *string + XXX_unrecognized []byte + func (*WatchEvent) Descriptor() ([]byte, []int) + func (*WatchEvent) ProtoMessage() + func (m *WatchEvent) GetObject() *k8s_io_apimachinery_pkg_runtime.RawExtension + func (m *WatchEvent) GetType() string + func (m *WatchEvent) Marshal() (dAtA []byte, err error) + func (m *WatchEvent) MarshalTo(dAtA []byte) (int, error) + func (m *WatchEvent) Reset() + func (m *WatchEvent) Size() (n int) + func (m *WatchEvent) String() string + func (m *WatchEvent) Unmarshal(dAtA []byte) error