Documentation ¶
Index ¶
- Variables
- type FieldsV1
- type ListMeta
- func (*ListMeta) Descriptor() ([]byte, []int)deprecated
- func (x *ListMeta) GetContinue() string
- func (x *ListMeta) GetRemainingItemCount() int64
- func (x *ListMeta) GetResourceVersion() string
- func (x *ListMeta) GetSelfLink() string
- func (*ListMeta) ProtoMessage()
- func (x *ListMeta) ProtoReflect() protoreflect.Message
- func (x *ListMeta) Reset()
- func (x *ListMeta) String() string
- type ManagedFieldsEntry
- func (*ManagedFieldsEntry) Descriptor() ([]byte, []int)deprecated
- func (x *ManagedFieldsEntry) GetApiVersion() string
- func (x *ManagedFieldsEntry) GetFieldsType() string
- func (x *ManagedFieldsEntry) GetFieldsV1() *FieldsV1
- func (x *ManagedFieldsEntry) GetManager() string
- func (x *ManagedFieldsEntry) GetOperation() string
- func (x *ManagedFieldsEntry) GetSubresource() string
- func (x *ManagedFieldsEntry) GetTime() *timestamppb.Timestamp
- func (*ManagedFieldsEntry) ProtoMessage()
- func (x *ManagedFieldsEntry) ProtoReflect() protoreflect.Message
- func (x *ManagedFieldsEntry) Reset()
- func (x *ManagedFieldsEntry) String() string
- type ObjectMeta
- func (*ObjectMeta) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectMeta) GetAnnotations() map[string]string
- func (x *ObjectMeta) GetCreationTimestamp() *timestamppb.Timestamp
- func (x *ObjectMeta) GetDeletionGracePeriodSeconds() int64
- func (x *ObjectMeta) GetDeletionTimestamp() *timestamppb.Timestamp
- func (x *ObjectMeta) GetFinalizers() []string
- func (x *ObjectMeta) GetGenerateName() string
- func (x *ObjectMeta) GetGeneration() int64
- func (x *ObjectMeta) GetLabels() map[string]string
- func (x *ObjectMeta) GetManagedFields() []*ManagedFieldsEntry
- func (x *ObjectMeta) GetName() string
- func (x *ObjectMeta) GetNamespace() string
- func (x *ObjectMeta) GetOwnerReferences() []*OwnerReference
- func (x *ObjectMeta) GetResourceVersion() string
- func (x *ObjectMeta) GetSelfLink() string
- func (x *ObjectMeta) GetUid() string
- func (*ObjectMeta) ProtoMessage()
- func (x *ObjectMeta) ProtoReflect() protoreflect.Message
- func (x *ObjectMeta) Reset()
- func (x *ObjectMeta) String() string
- type OwnerReference
- func (*OwnerReference) Descriptor() ([]byte, []int)deprecated
- func (x *OwnerReference) GetApiVersion() string
- func (x *OwnerReference) GetBlockOwnerDeletion() bool
- func (x *OwnerReference) GetController() bool
- func (x *OwnerReference) GetKind() string
- func (x *OwnerReference) GetName() string
- func (x *OwnerReference) GetUid() string
- func (*OwnerReference) ProtoMessage()
- func (x *OwnerReference) ProtoReflect() protoreflect.Message
- func (x *OwnerReference) Reset()
- func (x *OwnerReference) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_metav1_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FieldsV1 ¶
type FieldsV1 struct { Raw []byte `protobuf:"bytes,1,opt,name=raw,proto3,oneof" json:"raw,omitempty"` // contains filtered or unexported fields }
func (*FieldsV1) Descriptor
deprecated
func (*FieldsV1) ProtoMessage ¶
func (*FieldsV1) ProtoMessage()
func (*FieldsV1) ProtoReflect ¶
func (x *FieldsV1) ProtoReflect() protoreflect.Message
type ListMeta ¶
type ListMeta struct { SelfLink *string `protobuf:"bytes,1,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"` ResourceVersion *string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3,oneof" json:"resource_version,omitempty"` Continue *string `protobuf:"bytes,3,opt,name=continue,proto3,oneof" json:"continue,omitempty"` RemainingItemCount *int64 `protobuf:"varint,4,opt,name=remaining_item_count,json=remainingItemCount,proto3,oneof" json:"remaining_item_count,omitempty"` // contains filtered or unexported fields }
func (*ListMeta) Descriptor
deprecated
func (*ListMeta) GetContinue ¶
func (*ListMeta) GetRemainingItemCount ¶
func (*ListMeta) GetResourceVersion ¶
func (*ListMeta) GetSelfLink ¶
func (*ListMeta) ProtoMessage ¶
func (*ListMeta) ProtoMessage()
func (*ListMeta) ProtoReflect ¶
func (x *ListMeta) ProtoReflect() protoreflect.Message
type ManagedFieldsEntry ¶
type ManagedFieldsEntry struct { Manager *string `protobuf:"bytes,1,opt,name=manager,proto3,oneof" json:"manager,omitempty"` Operation *string `protobuf:"bytes,2,opt,name=operation,proto3,oneof" json:"operation,omitempty"` ApiVersion *string `protobuf:"bytes,3,opt,name=api_version,json=apiVersion,proto3,oneof" json:"api_version,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time,proto3,oneof" json:"time,omitempty"` FieldsType *string `protobuf:"bytes,6,opt,name=fields_type,json=fieldsType,proto3,oneof" json:"fields_type,omitempty"` FieldsV1 *FieldsV1 `protobuf:"bytes,7,opt,name=fields_v1,json=fieldsV1,proto3,oneof" json:"fields_v1,omitempty"` Subresource *string `protobuf:"bytes,8,opt,name=subresource,proto3,oneof" json:"subresource,omitempty"` // contains filtered or unexported fields }
func (*ManagedFieldsEntry) Descriptor
deprecated
func (*ManagedFieldsEntry) Descriptor() ([]byte, []int)
Deprecated: Use ManagedFieldsEntry.ProtoReflect.Descriptor instead.
func (*ManagedFieldsEntry) GetApiVersion ¶
func (x *ManagedFieldsEntry) GetApiVersion() string
func (*ManagedFieldsEntry) GetFieldsType ¶
func (x *ManagedFieldsEntry) GetFieldsType() string
func (*ManagedFieldsEntry) GetFieldsV1 ¶
func (x *ManagedFieldsEntry) GetFieldsV1() *FieldsV1
func (*ManagedFieldsEntry) GetManager ¶
func (x *ManagedFieldsEntry) GetManager() string
func (*ManagedFieldsEntry) GetOperation ¶
func (x *ManagedFieldsEntry) GetOperation() string
func (*ManagedFieldsEntry) GetSubresource ¶
func (x *ManagedFieldsEntry) GetSubresource() string
func (*ManagedFieldsEntry) GetTime ¶
func (x *ManagedFieldsEntry) GetTime() *timestamppb.Timestamp
func (*ManagedFieldsEntry) ProtoMessage ¶
func (*ManagedFieldsEntry) ProtoMessage()
func (*ManagedFieldsEntry) ProtoReflect ¶
func (x *ManagedFieldsEntry) ProtoReflect() protoreflect.Message
func (*ManagedFieldsEntry) Reset ¶
func (x *ManagedFieldsEntry) Reset()
func (*ManagedFieldsEntry) String ¶
func (x *ManagedFieldsEntry) String() string
type ObjectMeta ¶
type ObjectMeta struct { Name *string `protobuf:"bytes,1,opt,name=name,proto3,oneof" json:"name,omitempty"` GenerateName *string `protobuf:"bytes,2,opt,name=generate_name,json=generateName,proto3,oneof" json:"generate_name,omitempty"` Namespace *string `protobuf:"bytes,3,opt,name=namespace,proto3,oneof" json:"namespace,omitempty"` SelfLink *string `protobuf:"bytes,4,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"` Uid *string `protobuf:"bytes,5,opt,name=uid,proto3,oneof" json:"uid,omitempty"` ResourceVersion *string `protobuf:"bytes,6,opt,name=resource_version,json=resourceVersion,proto3,oneof" json:"resource_version,omitempty"` Generation *int64 `protobuf:"varint,7,opt,name=generation,proto3,oneof" json:"generation,omitempty"` CreationTimestamp *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"` DeletionTimestamp *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=deletion_timestamp,json=deletionTimestamp,proto3,oneof" json:"deletion_timestamp,omitempty"` DeletionGracePeriodSeconds *int64 `` /* 151-byte string literal not displayed */ Labels map[string]string `` /* 154-byte string literal not displayed */ Annotations map[string]string `` /* 164-byte string literal not displayed */ OwnerReferences []*OwnerReference `protobuf:"bytes,13,rep,name=owner_references,json=ownerReferences,proto3" json:"owner_references,omitempty"` Finalizers []string `protobuf:"bytes,14,rep,name=finalizers,proto3" json:"finalizers,omitempty"` ManagedFields []*ManagedFieldsEntry `protobuf:"bytes,17,rep,name=managed_fields,json=managedFields,proto3" json:"managed_fields,omitempty"` // contains filtered or unexported fields }
func (*ObjectMeta) Descriptor
deprecated
func (*ObjectMeta) Descriptor() ([]byte, []int)
Deprecated: Use ObjectMeta.ProtoReflect.Descriptor instead.
func (*ObjectMeta) GetAnnotations ¶
func (x *ObjectMeta) GetAnnotations() map[string]string
func (*ObjectMeta) GetCreationTimestamp ¶
func (x *ObjectMeta) GetCreationTimestamp() *timestamppb.Timestamp
func (*ObjectMeta) GetDeletionGracePeriodSeconds ¶
func (x *ObjectMeta) GetDeletionGracePeriodSeconds() int64
func (*ObjectMeta) GetDeletionTimestamp ¶
func (x *ObjectMeta) GetDeletionTimestamp() *timestamppb.Timestamp
func (*ObjectMeta) GetFinalizers ¶
func (x *ObjectMeta) GetFinalizers() []string
func (*ObjectMeta) GetGenerateName ¶
func (x *ObjectMeta) GetGenerateName() string
func (*ObjectMeta) GetGeneration ¶
func (x *ObjectMeta) GetGeneration() int64
func (*ObjectMeta) GetLabels ¶
func (x *ObjectMeta) GetLabels() map[string]string
func (*ObjectMeta) GetManagedFields ¶
func (x *ObjectMeta) GetManagedFields() []*ManagedFieldsEntry
func (*ObjectMeta) GetName ¶
func (x *ObjectMeta) GetName() string
func (*ObjectMeta) GetNamespace ¶
func (x *ObjectMeta) GetNamespace() string
func (*ObjectMeta) GetOwnerReferences ¶
func (x *ObjectMeta) GetOwnerReferences() []*OwnerReference
func (*ObjectMeta) GetResourceVersion ¶
func (x *ObjectMeta) GetResourceVersion() string
func (*ObjectMeta) GetSelfLink ¶
func (x *ObjectMeta) GetSelfLink() string
func (*ObjectMeta) GetUid ¶
func (x *ObjectMeta) GetUid() string
func (*ObjectMeta) ProtoMessage ¶
func (*ObjectMeta) ProtoMessage()
func (*ObjectMeta) ProtoReflect ¶
func (x *ObjectMeta) ProtoReflect() protoreflect.Message
func (*ObjectMeta) Reset ¶
func (x *ObjectMeta) Reset()
func (*ObjectMeta) String ¶
func (x *ObjectMeta) String() string
type OwnerReference ¶
type OwnerReference struct { ApiVersion *string `protobuf:"bytes,5,opt,name=api_version,json=apiVersion,proto3,oneof" json:"api_version,omitempty"` Kind *string `protobuf:"bytes,1,opt,name=kind,proto3,oneof" json:"kind,omitempty"` Name *string `protobuf:"bytes,3,opt,name=name,proto3,oneof" json:"name,omitempty"` Uid *string `protobuf:"bytes,4,opt,name=uid,proto3,oneof" json:"uid,omitempty"` Controller *bool `protobuf:"varint,6,opt,name=controller,proto3,oneof" json:"controller,omitempty"` BlockOwnerDeletion *bool `protobuf:"varint,7,opt,name=block_owner_deletion,json=blockOwnerDeletion,proto3,oneof" json:"block_owner_deletion,omitempty"` // contains filtered or unexported fields }
func (*OwnerReference) Descriptor
deprecated
func (*OwnerReference) Descriptor() ([]byte, []int)
Deprecated: Use OwnerReference.ProtoReflect.Descriptor instead.
func (*OwnerReference) GetApiVersion ¶
func (x *OwnerReference) GetApiVersion() string
func (*OwnerReference) GetBlockOwnerDeletion ¶
func (x *OwnerReference) GetBlockOwnerDeletion() bool
func (*OwnerReference) GetController ¶
func (x *OwnerReference) GetController() bool
func (*OwnerReference) GetKind ¶
func (x *OwnerReference) GetKind() string
func (*OwnerReference) GetName ¶
func (x *OwnerReference) GetName() string
func (*OwnerReference) GetUid ¶
func (x *OwnerReference) GetUid() string
func (*OwnerReference) ProtoMessage ¶
func (*OwnerReference) ProtoMessage()
func (*OwnerReference) ProtoReflect ¶
func (x *OwnerReference) ProtoReflect() protoreflect.Message
func (*OwnerReference) Reset ¶
func (x *OwnerReference) Reset()
func (*OwnerReference) String ¶
func (x *OwnerReference) String() string
Click to show internal directories.
Click to hide internal directories.