Versions in this module Expand all Collapse all v0 v0.0.1 Jul 5, 2023retracted Changes in this version + const DefaultImageTag + const DockerImageLayersOrderAnnotation + const DockerImageLayersOrderAscending + const DockerImageLayersOrderDescending + const DockerImageRepositoryCheckAnnotation + const ExcludeImageSecretAnnotation + const ImageManifestBlobStoredAnnotation + const ImageSignatureTypeAtomicImageV1 + const ImporterPreferArchAnnotation + const ImporterPreferOSAnnotation + const InsecureRepositoryAnnotation + const LimitTypeImage + const LimitTypeImageStream + const ManagedByOpenShiftAnnotation + const ResourceImageStreamImages + const ResourceImageStreamTags + const ResourceImageStreams + var AddToScheme = schemeBuilder.AddToScheme + var DeprecatedInstallWithoutGroup = legacySchemeBuilder.AddToScheme + 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 GroupName = "image.openshift.io" + var GroupVersion = schema.GroupVersion + var Install = schemeBuilder.AddToScheme + var SchemeGroupVersion = GroupVersion + func Resource(resource string) schema.GroupResource + type DockerImageReference struct + ID string + Name string + Namespace string + Registry string + Tag string + func (*DockerImageReference) Descriptor() ([]byte, []int) + func (*DockerImageReference) ProtoMessage() + func (DockerImageReference) SwaggerDoc() map[string]string + func (in *DockerImageReference) DeepCopy() *DockerImageReference + func (in *DockerImageReference) DeepCopyInto(out *DockerImageReference) + func (m *DockerImageReference) Marshal() (dAtA []byte, err error) + func (m *DockerImageReference) MarshalTo(dAtA []byte) (int, error) + func (m *DockerImageReference) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DockerImageReference) Reset() + func (m *DockerImageReference) Size() (n int) + func (m *DockerImageReference) Unmarshal(dAtA []byte) error + func (m *DockerImageReference) XXX_DiscardUnknown() + func (m *DockerImageReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DockerImageReference) XXX_Merge(src proto.Message) + func (m *DockerImageReference) XXX_Size() int + func (m *DockerImageReference) XXX_Unmarshal(b []byte) error + func (this *DockerImageReference) String() string + type Image struct + DockerImageConfig string + DockerImageLayers []ImageLayer + DockerImageManifest string + DockerImageManifestMediaType string + DockerImageManifests []ImageManifest + DockerImageMetadata runtime.RawExtension + DockerImageMetadataVersion string + DockerImageReference string + DockerImageSignatures [][]byte + Signatures []ImageSignature + func (*Image) Descriptor() ([]byte, []int) + func (*Image) ProtoMessage() + func (Image) SwaggerDoc() map[string]string + func (in *Image) DeepCopy() *Image + func (in *Image) DeepCopyInto(out *Image) + func (in *Image) DeepCopyObject() runtime.Object + func (m *Image) Marshal() (dAtA []byte, err error) + func (m *Image) MarshalTo(dAtA []byte) (int, error) + func (m *Image) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Image) Reset() + func (m *Image) Size() (n int) + func (m *Image) Unmarshal(dAtA []byte) error + func (m *Image) XXX_DiscardUnknown() + func (m *Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Image) XXX_Merge(src proto.Message) + func (m *Image) XXX_Size() int + func (m *Image) XXX_Unmarshal(b []byte) error + func (this *Image) String() string + type ImageBlobReferences struct + Config *string + ImageMissing bool + Layers []string + Manifests []string + func (*ImageBlobReferences) Descriptor() ([]byte, []int) + func (*ImageBlobReferences) ProtoMessage() + func (ImageBlobReferences) SwaggerDoc() map[string]string + func (in *ImageBlobReferences) DeepCopy() *ImageBlobReferences + func (in *ImageBlobReferences) DeepCopyInto(out *ImageBlobReferences) + func (m *ImageBlobReferences) Marshal() (dAtA []byte, err error) + func (m *ImageBlobReferences) MarshalTo(dAtA []byte) (int, error) + func (m *ImageBlobReferences) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageBlobReferences) Reset() + func (m *ImageBlobReferences) Size() (n int) + func (m *ImageBlobReferences) Unmarshal(dAtA []byte) error + func (m *ImageBlobReferences) XXX_DiscardUnknown() + func (m *ImageBlobReferences) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageBlobReferences) XXX_Merge(src proto.Message) + func (m *ImageBlobReferences) XXX_Size() int + func (m *ImageBlobReferences) XXX_Unmarshal(b []byte) error + func (this *ImageBlobReferences) String() string + type ImageImportSpec struct + From corev1.ObjectReference + ImportPolicy TagImportPolicy + IncludeManifest bool + ReferencePolicy TagReferencePolicy + To *corev1.LocalObjectReference + func (*ImageImportSpec) Descriptor() ([]byte, []int) + func (*ImageImportSpec) ProtoMessage() + func (ImageImportSpec) SwaggerDoc() map[string]string + func (in *ImageImportSpec) DeepCopy() *ImageImportSpec + func (in *ImageImportSpec) DeepCopyInto(out *ImageImportSpec) + func (m *ImageImportSpec) Marshal() (dAtA []byte, err error) + func (m *ImageImportSpec) MarshalTo(dAtA []byte) (int, error) + func (m *ImageImportSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageImportSpec) Reset() + func (m *ImageImportSpec) Size() (n int) + func (m *ImageImportSpec) Unmarshal(dAtA []byte) error + func (m *ImageImportSpec) XXX_DiscardUnknown() + func (m *ImageImportSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageImportSpec) XXX_Merge(src proto.Message) + func (m *ImageImportSpec) XXX_Size() int + func (m *ImageImportSpec) XXX_Unmarshal(b []byte) error + func (this *ImageImportSpec) String() string + type ImageImportStatus struct + Image *Image + Manifests []Image + Status metav1.Status + Tag string + func (*ImageImportStatus) Descriptor() ([]byte, []int) + func (*ImageImportStatus) ProtoMessage() + func (ImageImportStatus) SwaggerDoc() map[string]string + func (in *ImageImportStatus) DeepCopy() *ImageImportStatus + func (in *ImageImportStatus) DeepCopyInto(out *ImageImportStatus) + func (m *ImageImportStatus) Marshal() (dAtA []byte, err error) + func (m *ImageImportStatus) MarshalTo(dAtA []byte) (int, error) + func (m *ImageImportStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageImportStatus) Reset() + func (m *ImageImportStatus) Size() (n int) + func (m *ImageImportStatus) Unmarshal(dAtA []byte) error + func (m *ImageImportStatus) XXX_DiscardUnknown() + func (m *ImageImportStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageImportStatus) XXX_Merge(src proto.Message) + func (m *ImageImportStatus) XXX_Size() int + func (m *ImageImportStatus) XXX_Unmarshal(b []byte) error + func (this *ImageImportStatus) String() string + type ImageLayer struct + LayerSize int64 + MediaType string + Name string + func (*ImageLayer) Descriptor() ([]byte, []int) + func (*ImageLayer) ProtoMessage() + func (ImageLayer) SwaggerDoc() map[string]string + func (in *ImageLayer) DeepCopy() *ImageLayer + func (in *ImageLayer) DeepCopyInto(out *ImageLayer) + func (m *ImageLayer) Marshal() (dAtA []byte, err error) + func (m *ImageLayer) MarshalTo(dAtA []byte) (int, error) + func (m *ImageLayer) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageLayer) Reset() + func (m *ImageLayer) Size() (n int) + func (m *ImageLayer) Unmarshal(dAtA []byte) error + func (m *ImageLayer) XXX_DiscardUnknown() + func (m *ImageLayer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageLayer) XXX_Merge(src proto.Message) + func (m *ImageLayer) XXX_Size() int + func (m *ImageLayer) XXX_Unmarshal(b []byte) error + func (this *ImageLayer) String() string + type ImageLayerData struct + LayerSize *int64 + MediaType string + func (*ImageLayerData) Descriptor() ([]byte, []int) + func (*ImageLayerData) ProtoMessage() + func (ImageLayerData) SwaggerDoc() map[string]string + func (in *ImageLayerData) DeepCopy() *ImageLayerData + func (in *ImageLayerData) DeepCopyInto(out *ImageLayerData) + func (m *ImageLayerData) Marshal() (dAtA []byte, err error) + func (m *ImageLayerData) MarshalTo(dAtA []byte) (int, error) + func (m *ImageLayerData) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageLayerData) Reset() + func (m *ImageLayerData) Size() (n int) + func (m *ImageLayerData) Unmarshal(dAtA []byte) error + func (m *ImageLayerData) XXX_DiscardUnknown() + func (m *ImageLayerData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageLayerData) XXX_Merge(src proto.Message) + func (m *ImageLayerData) XXX_Size() int + func (m *ImageLayerData) XXX_Unmarshal(b []byte) error + func (this *ImageLayerData) String() string + type ImageList struct + Items []Image + func (*ImageList) Descriptor() ([]byte, []int) + func (*ImageList) ProtoMessage() + func (ImageList) SwaggerDoc() map[string]string + func (in *ImageList) DeepCopy() *ImageList + func (in *ImageList) DeepCopyInto(out *ImageList) + func (in *ImageList) DeepCopyObject() runtime.Object + func (m *ImageList) Marshal() (dAtA []byte, err error) + func (m *ImageList) MarshalTo(dAtA []byte) (int, error) + func (m *ImageList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageList) Reset() + func (m *ImageList) Size() (n int) + func (m *ImageList) Unmarshal(dAtA []byte) error + func (m *ImageList) XXX_DiscardUnknown() + func (m *ImageList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageList) XXX_Merge(src proto.Message) + func (m *ImageList) XXX_Size() int + func (m *ImageList) XXX_Unmarshal(b []byte) error + func (this *ImageList) String() string + type ImageLookupPolicy struct + Local bool + func (*ImageLookupPolicy) Descriptor() ([]byte, []int) + func (*ImageLookupPolicy) ProtoMessage() + func (ImageLookupPolicy) SwaggerDoc() map[string]string + func (in *ImageLookupPolicy) DeepCopy() *ImageLookupPolicy + func (in *ImageLookupPolicy) DeepCopyInto(out *ImageLookupPolicy) + func (m *ImageLookupPolicy) Marshal() (dAtA []byte, err error) + func (m *ImageLookupPolicy) MarshalTo(dAtA []byte) (int, error) + func (m *ImageLookupPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageLookupPolicy) Reset() + func (m *ImageLookupPolicy) Size() (n int) + func (m *ImageLookupPolicy) Unmarshal(dAtA []byte) error + func (m *ImageLookupPolicy) XXX_DiscardUnknown() + func (m *ImageLookupPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageLookupPolicy) XXX_Merge(src proto.Message) + func (m *ImageLookupPolicy) XXX_Size() int + func (m *ImageLookupPolicy) XXX_Unmarshal(b []byte) error + func (this *ImageLookupPolicy) String() string + type ImageManifest struct + Architecture string + Digest string + ManifestSize int64 + MediaType string + OS string + Variant string + func (*ImageManifest) Descriptor() ([]byte, []int) + func (*ImageManifest) ProtoMessage() + func (ImageManifest) SwaggerDoc() map[string]string + func (in *ImageManifest) DeepCopy() *ImageManifest + func (in *ImageManifest) DeepCopyInto(out *ImageManifest) + func (m *ImageManifest) Marshal() (dAtA []byte, err error) + func (m *ImageManifest) MarshalTo(dAtA []byte) (int, error) + func (m *ImageManifest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageManifest) Reset() + func (m *ImageManifest) Size() (n int) + func (m *ImageManifest) Unmarshal(dAtA []byte) error + func (m *ImageManifest) XXX_DiscardUnknown() + func (m *ImageManifest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageManifest) XXX_Merge(src proto.Message) + func (m *ImageManifest) XXX_Size() int + func (m *ImageManifest) XXX_Unmarshal(b []byte) error + func (this *ImageManifest) String() string + type ImageSignature struct + Conditions []SignatureCondition + Content []byte + Created *metav1.Time + ImageIdentity string + IssuedBy *SignatureIssuer + IssuedTo *SignatureSubject + SignedClaims map[string]string + Type string + func (*ImageSignature) Descriptor() ([]byte, []int) + func (*ImageSignature) ProtoMessage() + func (ImageSignature) SwaggerDoc() map[string]string + func (in *ImageSignature) DeepCopy() *ImageSignature + func (in *ImageSignature) DeepCopyInto(out *ImageSignature) + func (in *ImageSignature) DeepCopyObject() runtime.Object + func (m *ImageSignature) Marshal() (dAtA []byte, err error) + func (m *ImageSignature) MarshalTo(dAtA []byte) (int, error) + func (m *ImageSignature) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageSignature) Reset() + func (m *ImageSignature) Size() (n int) + func (m *ImageSignature) Unmarshal(dAtA []byte) error + func (m *ImageSignature) XXX_DiscardUnknown() + func (m *ImageSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageSignature) XXX_Merge(src proto.Message) + func (m *ImageSignature) XXX_Size() int + func (m *ImageSignature) XXX_Unmarshal(b []byte) error + func (this *ImageSignature) String() string + type ImageStream struct + Spec ImageStreamSpec + Status ImageStreamStatus + func (*ImageStream) Descriptor() ([]byte, []int) + func (*ImageStream) ProtoMessage() + func (ImageStream) SwaggerDoc() map[string]string + func (in *ImageStream) DeepCopy() *ImageStream + func (in *ImageStream) DeepCopyInto(out *ImageStream) + func (in *ImageStream) DeepCopyObject() runtime.Object + func (m *ImageStream) Marshal() (dAtA []byte, err error) + func (m *ImageStream) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStream) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStream) Reset() + func (m *ImageStream) Size() (n int) + func (m *ImageStream) Unmarshal(dAtA []byte) error + func (m *ImageStream) XXX_DiscardUnknown() + func (m *ImageStream) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStream) XXX_Merge(src proto.Message) + func (m *ImageStream) XXX_Size() int + func (m *ImageStream) XXX_Unmarshal(b []byte) error + func (this *ImageStream) String() string + type ImageStreamImage struct + Image Image + func (*ImageStreamImage) Descriptor() ([]byte, []int) + func (*ImageStreamImage) ProtoMessage() + func (ImageStreamImage) SwaggerDoc() map[string]string + func (in *ImageStreamImage) DeepCopy() *ImageStreamImage + func (in *ImageStreamImage) DeepCopyInto(out *ImageStreamImage) + func (in *ImageStreamImage) DeepCopyObject() runtime.Object + func (m *ImageStreamImage) Marshal() (dAtA []byte, err error) + func (m *ImageStreamImage) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamImage) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamImage) Reset() + func (m *ImageStreamImage) Size() (n int) + func (m *ImageStreamImage) Unmarshal(dAtA []byte) error + func (m *ImageStreamImage) XXX_DiscardUnknown() + func (m *ImageStreamImage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamImage) XXX_Merge(src proto.Message) + func (m *ImageStreamImage) XXX_Size() int + func (m *ImageStreamImage) XXX_Unmarshal(b []byte) error + func (this *ImageStreamImage) String() string + type ImageStreamImport struct + Spec ImageStreamImportSpec + Status ImageStreamImportStatus + func (*ImageStreamImport) Descriptor() ([]byte, []int) + func (*ImageStreamImport) ProtoMessage() + func (ImageStreamImport) SwaggerDoc() map[string]string + func (in *ImageStreamImport) DeepCopy() *ImageStreamImport + func (in *ImageStreamImport) DeepCopyInto(out *ImageStreamImport) + func (in *ImageStreamImport) DeepCopyObject() runtime.Object + func (m *ImageStreamImport) Marshal() (dAtA []byte, err error) + func (m *ImageStreamImport) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamImport) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamImport) Reset() + func (m *ImageStreamImport) Size() (n int) + func (m *ImageStreamImport) Unmarshal(dAtA []byte) error + func (m *ImageStreamImport) XXX_DiscardUnknown() + func (m *ImageStreamImport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamImport) XXX_Merge(src proto.Message) + func (m *ImageStreamImport) XXX_Size() int + func (m *ImageStreamImport) XXX_Unmarshal(b []byte) error + func (this *ImageStreamImport) String() string + type ImageStreamImportSpec struct + Images []ImageImportSpec + Import bool + Repository *RepositoryImportSpec + func (*ImageStreamImportSpec) Descriptor() ([]byte, []int) + func (*ImageStreamImportSpec) ProtoMessage() + func (ImageStreamImportSpec) SwaggerDoc() map[string]string + func (in *ImageStreamImportSpec) DeepCopy() *ImageStreamImportSpec + func (in *ImageStreamImportSpec) DeepCopyInto(out *ImageStreamImportSpec) + func (m *ImageStreamImportSpec) Marshal() (dAtA []byte, err error) + func (m *ImageStreamImportSpec) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamImportSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamImportSpec) Reset() + func (m *ImageStreamImportSpec) Size() (n int) + func (m *ImageStreamImportSpec) Unmarshal(dAtA []byte) error + func (m *ImageStreamImportSpec) XXX_DiscardUnknown() + func (m *ImageStreamImportSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamImportSpec) XXX_Merge(src proto.Message) + func (m *ImageStreamImportSpec) XXX_Size() int + func (m *ImageStreamImportSpec) XXX_Unmarshal(b []byte) error + func (this *ImageStreamImportSpec) String() string + type ImageStreamImportStatus struct + Images []ImageImportStatus + Import *ImageStream + Repository *RepositoryImportStatus + func (*ImageStreamImportStatus) Descriptor() ([]byte, []int) + func (*ImageStreamImportStatus) ProtoMessage() + func (ImageStreamImportStatus) SwaggerDoc() map[string]string + func (in *ImageStreamImportStatus) DeepCopy() *ImageStreamImportStatus + func (in *ImageStreamImportStatus) DeepCopyInto(out *ImageStreamImportStatus) + func (m *ImageStreamImportStatus) Marshal() (dAtA []byte, err error) + func (m *ImageStreamImportStatus) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamImportStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamImportStatus) Reset() + func (m *ImageStreamImportStatus) Size() (n int) + func (m *ImageStreamImportStatus) Unmarshal(dAtA []byte) error + func (m *ImageStreamImportStatus) XXX_DiscardUnknown() + func (m *ImageStreamImportStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamImportStatus) XXX_Merge(src proto.Message) + func (m *ImageStreamImportStatus) XXX_Size() int + func (m *ImageStreamImportStatus) XXX_Unmarshal(b []byte) error + func (this *ImageStreamImportStatus) String() string + type ImageStreamLayers struct + Blobs map[string]ImageLayerData + Images map[string]ImageBlobReferences + func (*ImageStreamLayers) Descriptor() ([]byte, []int) + func (*ImageStreamLayers) ProtoMessage() + func (ImageStreamLayers) SwaggerDoc() map[string]string + func (in *ImageStreamLayers) DeepCopy() *ImageStreamLayers + func (in *ImageStreamLayers) DeepCopyInto(out *ImageStreamLayers) + func (in *ImageStreamLayers) DeepCopyObject() runtime.Object + func (m *ImageStreamLayers) Marshal() (dAtA []byte, err error) + func (m *ImageStreamLayers) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamLayers) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamLayers) Reset() + func (m *ImageStreamLayers) Size() (n int) + func (m *ImageStreamLayers) Unmarshal(dAtA []byte) error + func (m *ImageStreamLayers) XXX_DiscardUnknown() + func (m *ImageStreamLayers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamLayers) XXX_Merge(src proto.Message) + func (m *ImageStreamLayers) XXX_Size() int + func (m *ImageStreamLayers) XXX_Unmarshal(b []byte) error + func (this *ImageStreamLayers) String() string + type ImageStreamList struct + Items []ImageStream + func (*ImageStreamList) Descriptor() ([]byte, []int) + func (*ImageStreamList) ProtoMessage() + func (ImageStreamList) SwaggerDoc() map[string]string + func (in *ImageStreamList) DeepCopy() *ImageStreamList + func (in *ImageStreamList) DeepCopyInto(out *ImageStreamList) + func (in *ImageStreamList) DeepCopyObject() runtime.Object + func (m *ImageStreamList) Marshal() (dAtA []byte, err error) + func (m *ImageStreamList) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamList) Reset() + func (m *ImageStreamList) Size() (n int) + func (m *ImageStreamList) Unmarshal(dAtA []byte) error + func (m *ImageStreamList) XXX_DiscardUnknown() + func (m *ImageStreamList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamList) XXX_Merge(src proto.Message) + func (m *ImageStreamList) XXX_Size() int + func (m *ImageStreamList) XXX_Unmarshal(b []byte) error + func (this *ImageStreamList) String() string + type ImageStreamMapping struct + Image Image + Tag string + func (*ImageStreamMapping) Descriptor() ([]byte, []int) + func (*ImageStreamMapping) ProtoMessage() + func (ImageStreamMapping) SwaggerDoc() map[string]string + func (in *ImageStreamMapping) DeepCopy() *ImageStreamMapping + func (in *ImageStreamMapping) DeepCopyInto(out *ImageStreamMapping) + func (in *ImageStreamMapping) DeepCopyObject() runtime.Object + func (m *ImageStreamMapping) Marshal() (dAtA []byte, err error) + func (m *ImageStreamMapping) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamMapping) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamMapping) Reset() + func (m *ImageStreamMapping) Size() (n int) + func (m *ImageStreamMapping) Unmarshal(dAtA []byte) error + func (m *ImageStreamMapping) XXX_DiscardUnknown() + func (m *ImageStreamMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamMapping) XXX_Merge(src proto.Message) + func (m *ImageStreamMapping) XXX_Size() int + func (m *ImageStreamMapping) XXX_Unmarshal(b []byte) error + func (this *ImageStreamMapping) String() string + type ImageStreamSpec struct + DockerImageRepository string + LookupPolicy ImageLookupPolicy + Tags []TagReference + func (*ImageStreamSpec) Descriptor() ([]byte, []int) + func (*ImageStreamSpec) ProtoMessage() + func (ImageStreamSpec) SwaggerDoc() map[string]string + func (in *ImageStreamSpec) DeepCopy() *ImageStreamSpec + func (in *ImageStreamSpec) DeepCopyInto(out *ImageStreamSpec) + func (m *ImageStreamSpec) Marshal() (dAtA []byte, err error) + func (m *ImageStreamSpec) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamSpec) Reset() + func (m *ImageStreamSpec) Size() (n int) + func (m *ImageStreamSpec) Unmarshal(dAtA []byte) error + func (m *ImageStreamSpec) XXX_DiscardUnknown() + func (m *ImageStreamSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamSpec) XXX_Merge(src proto.Message) + func (m *ImageStreamSpec) XXX_Size() int + func (m *ImageStreamSpec) XXX_Unmarshal(b []byte) error + func (this *ImageStreamSpec) String() string + type ImageStreamStatus struct + DockerImageRepository string + PublicDockerImageRepository string + Tags []NamedTagEventList + func (*ImageStreamStatus) Descriptor() ([]byte, []int) + func (*ImageStreamStatus) ProtoMessage() + func (ImageStreamStatus) SwaggerDoc() map[string]string + func (in *ImageStreamStatus) DeepCopy() *ImageStreamStatus + func (in *ImageStreamStatus) DeepCopyInto(out *ImageStreamStatus) + func (m *ImageStreamStatus) Marshal() (dAtA []byte, err error) + func (m *ImageStreamStatus) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamStatus) Reset() + func (m *ImageStreamStatus) Size() (n int) + func (m *ImageStreamStatus) Unmarshal(dAtA []byte) error + func (m *ImageStreamStatus) XXX_DiscardUnknown() + func (m *ImageStreamStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamStatus) XXX_Merge(src proto.Message) + func (m *ImageStreamStatus) XXX_Size() int + func (m *ImageStreamStatus) XXX_Unmarshal(b []byte) error + func (this *ImageStreamStatus) String() string + type ImageStreamTag struct + Conditions []TagEventCondition + Generation int64 + Image Image + LookupPolicy ImageLookupPolicy + Tag *TagReference + func (*ImageStreamTag) Descriptor() ([]byte, []int) + func (*ImageStreamTag) ProtoMessage() + func (ImageStreamTag) SwaggerDoc() map[string]string + func (in *ImageStreamTag) DeepCopy() *ImageStreamTag + func (in *ImageStreamTag) DeepCopyInto(out *ImageStreamTag) + func (in *ImageStreamTag) DeepCopyObject() runtime.Object + func (m *ImageStreamTag) Marshal() (dAtA []byte, err error) + func (m *ImageStreamTag) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamTag) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamTag) Reset() + func (m *ImageStreamTag) Size() (n int) + func (m *ImageStreamTag) Unmarshal(dAtA []byte) error + func (m *ImageStreamTag) XXX_DiscardUnknown() + func (m *ImageStreamTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamTag) XXX_Merge(src proto.Message) + func (m *ImageStreamTag) XXX_Size() int + func (m *ImageStreamTag) XXX_Unmarshal(b []byte) error + func (this *ImageStreamTag) String() string + type ImageStreamTagList struct + Items []ImageStreamTag + func (*ImageStreamTagList) Descriptor() ([]byte, []int) + func (*ImageStreamTagList) ProtoMessage() + func (ImageStreamTagList) SwaggerDoc() map[string]string + func (in *ImageStreamTagList) DeepCopy() *ImageStreamTagList + func (in *ImageStreamTagList) DeepCopyInto(out *ImageStreamTagList) + func (in *ImageStreamTagList) DeepCopyObject() runtime.Object + func (m *ImageStreamTagList) Marshal() (dAtA []byte, err error) + func (m *ImageStreamTagList) MarshalTo(dAtA []byte) (int, error) + func (m *ImageStreamTagList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageStreamTagList) Reset() + func (m *ImageStreamTagList) Size() (n int) + func (m *ImageStreamTagList) Unmarshal(dAtA []byte) error + func (m *ImageStreamTagList) XXX_DiscardUnknown() + func (m *ImageStreamTagList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageStreamTagList) XXX_Merge(src proto.Message) + func (m *ImageStreamTagList) XXX_Size() int + func (m *ImageStreamTagList) XXX_Unmarshal(b []byte) error + func (this *ImageStreamTagList) String() string + type ImageTag struct + Image *Image + Spec *TagReference + Status *NamedTagEventList + func (*ImageTag) Descriptor() ([]byte, []int) + func (*ImageTag) ProtoMessage() + func (ImageTag) SwaggerDoc() map[string]string + func (in *ImageTag) DeepCopy() *ImageTag + func (in *ImageTag) DeepCopyInto(out *ImageTag) + func (in *ImageTag) DeepCopyObject() runtime.Object + func (m *ImageTag) Marshal() (dAtA []byte, err error) + func (m *ImageTag) MarshalTo(dAtA []byte) (int, error) + func (m *ImageTag) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageTag) Reset() + func (m *ImageTag) Size() (n int) + func (m *ImageTag) Unmarshal(dAtA []byte) error + func (m *ImageTag) XXX_DiscardUnknown() + func (m *ImageTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageTag) XXX_Merge(src proto.Message) + func (m *ImageTag) XXX_Size() int + func (m *ImageTag) XXX_Unmarshal(b []byte) error + func (this *ImageTag) String() string + type ImageTagList struct + Items []ImageTag + func (*ImageTagList) Descriptor() ([]byte, []int) + func (*ImageTagList) ProtoMessage() + func (ImageTagList) SwaggerDoc() map[string]string + func (in *ImageTagList) DeepCopy() *ImageTagList + func (in *ImageTagList) DeepCopyInto(out *ImageTagList) + func (in *ImageTagList) DeepCopyObject() runtime.Object + func (m *ImageTagList) Marshal() (dAtA []byte, err error) + func (m *ImageTagList) MarshalTo(dAtA []byte) (int, error) + func (m *ImageTagList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ImageTagList) Reset() + func (m *ImageTagList) Size() (n int) + func (m *ImageTagList) Unmarshal(dAtA []byte) error + func (m *ImageTagList) XXX_DiscardUnknown() + func (m *ImageTagList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImageTagList) XXX_Merge(src proto.Message) + func (m *ImageTagList) XXX_Size() int + func (m *ImageTagList) XXX_Unmarshal(b []byte) error + func (this *ImageTagList) String() string + type ImportModeType string + const ImportModeLegacy + const ImportModePreserveOriginal + type NamedTagEventList struct + Conditions []TagEventCondition + Items []TagEvent + Tag string + func (*NamedTagEventList) Descriptor() ([]byte, []int) + func (*NamedTagEventList) ProtoMessage() + func (NamedTagEventList) SwaggerDoc() map[string]string + func (in *NamedTagEventList) DeepCopy() *NamedTagEventList + func (in *NamedTagEventList) DeepCopyInto(out *NamedTagEventList) + func (m *NamedTagEventList) Marshal() (dAtA []byte, err error) + func (m *NamedTagEventList) MarshalTo(dAtA []byte) (int, error) + func (m *NamedTagEventList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *NamedTagEventList) Reset() + func (m *NamedTagEventList) Size() (n int) + func (m *NamedTagEventList) Unmarshal(dAtA []byte) error + func (m *NamedTagEventList) XXX_DiscardUnknown() + func (m *NamedTagEventList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NamedTagEventList) XXX_Merge(src proto.Message) + func (m *NamedTagEventList) XXX_Size() int + func (m *NamedTagEventList) XXX_Unmarshal(b []byte) error + func (this *NamedTagEventList) String() string + type RepositoryImportSpec struct + From corev1.ObjectReference + ImportPolicy TagImportPolicy + IncludeManifest bool + ReferencePolicy TagReferencePolicy + func (*RepositoryImportSpec) Descriptor() ([]byte, []int) + func (*RepositoryImportSpec) ProtoMessage() + func (RepositoryImportSpec) SwaggerDoc() map[string]string + func (in *RepositoryImportSpec) DeepCopy() *RepositoryImportSpec + func (in *RepositoryImportSpec) DeepCopyInto(out *RepositoryImportSpec) + func (m *RepositoryImportSpec) Marshal() (dAtA []byte, err error) + func (m *RepositoryImportSpec) MarshalTo(dAtA []byte) (int, error) + func (m *RepositoryImportSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RepositoryImportSpec) Reset() + func (m *RepositoryImportSpec) Size() (n int) + func (m *RepositoryImportSpec) Unmarshal(dAtA []byte) error + func (m *RepositoryImportSpec) XXX_DiscardUnknown() + func (m *RepositoryImportSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RepositoryImportSpec) XXX_Merge(src proto.Message) + func (m *RepositoryImportSpec) XXX_Size() int + func (m *RepositoryImportSpec) XXX_Unmarshal(b []byte) error + func (this *RepositoryImportSpec) String() string + type RepositoryImportStatus struct + AdditionalTags []string + Images []ImageImportStatus + Status metav1.Status + func (*RepositoryImportStatus) Descriptor() ([]byte, []int) + func (*RepositoryImportStatus) ProtoMessage() + func (RepositoryImportStatus) SwaggerDoc() map[string]string + func (in *RepositoryImportStatus) DeepCopy() *RepositoryImportStatus + func (in *RepositoryImportStatus) DeepCopyInto(out *RepositoryImportStatus) + func (m *RepositoryImportStatus) Marshal() (dAtA []byte, err error) + func (m *RepositoryImportStatus) MarshalTo(dAtA []byte) (int, error) + func (m *RepositoryImportStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RepositoryImportStatus) Reset() + func (m *RepositoryImportStatus) Size() (n int) + func (m *RepositoryImportStatus) Unmarshal(dAtA []byte) error + func (m *RepositoryImportStatus) XXX_DiscardUnknown() + func (m *RepositoryImportStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RepositoryImportStatus) XXX_Merge(src proto.Message) + func (m *RepositoryImportStatus) XXX_Size() int + func (m *RepositoryImportStatus) XXX_Unmarshal(b []byte) error + func (this *RepositoryImportStatus) String() string + type SecretList corev1.SecretList + func (*SecretList) Descriptor() ([]byte, []int) + func (*SecretList) ProtoMessage() + func (in *SecretList) DeepCopy() *SecretList + func (in *SecretList) DeepCopyInto(out *SecretList) + func (in *SecretList) DeepCopyObject() runtime.Object + func (m *SecretList) Marshal() (dAtA []byte, err error) + func (m *SecretList) MarshalTo(dAtA []byte) (int, error) + func (m *SecretList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SecretList) Reset() + func (m *SecretList) Size() (n int) + func (m *SecretList) Unmarshal(dAtA []byte) error + func (m *SecretList) XXX_DiscardUnknown() + func (m *SecretList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SecretList) XXX_Merge(src proto.Message) + func (m *SecretList) XXX_Size() int + func (m *SecretList) XXX_Unmarshal(b []byte) error + func (this *SecretList) String() string + type SignatureCondition struct + LastProbeTime metav1.Time + LastTransitionTime metav1.Time + Message string + Reason string + Status corev1.ConditionStatus + Type SignatureConditionType + func (*SignatureCondition) Descriptor() ([]byte, []int) + func (*SignatureCondition) ProtoMessage() + func (SignatureCondition) SwaggerDoc() map[string]string + func (in *SignatureCondition) DeepCopy() *SignatureCondition + func (in *SignatureCondition) DeepCopyInto(out *SignatureCondition) + func (m *SignatureCondition) Marshal() (dAtA []byte, err error) + func (m *SignatureCondition) MarshalTo(dAtA []byte) (int, error) + func (m *SignatureCondition) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SignatureCondition) Reset() + func (m *SignatureCondition) Size() (n int) + func (m *SignatureCondition) Unmarshal(dAtA []byte) error + func (m *SignatureCondition) XXX_DiscardUnknown() + func (m *SignatureCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignatureCondition) XXX_Merge(src proto.Message) + func (m *SignatureCondition) XXX_Size() int + func (m *SignatureCondition) XXX_Unmarshal(b []byte) error + func (this *SignatureCondition) String() string + type SignatureConditionType string + type SignatureGenericEntity struct + CommonName string + Organization string + func (*SignatureGenericEntity) Descriptor() ([]byte, []int) + func (*SignatureGenericEntity) ProtoMessage() + func (SignatureGenericEntity) SwaggerDoc() map[string]string + func (in *SignatureGenericEntity) DeepCopy() *SignatureGenericEntity + func (in *SignatureGenericEntity) DeepCopyInto(out *SignatureGenericEntity) + func (m *SignatureGenericEntity) Marshal() (dAtA []byte, err error) + func (m *SignatureGenericEntity) MarshalTo(dAtA []byte) (int, error) + func (m *SignatureGenericEntity) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SignatureGenericEntity) Reset() + func (m *SignatureGenericEntity) Size() (n int) + func (m *SignatureGenericEntity) Unmarshal(dAtA []byte) error + func (m *SignatureGenericEntity) XXX_DiscardUnknown() + func (m *SignatureGenericEntity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignatureGenericEntity) XXX_Merge(src proto.Message) + func (m *SignatureGenericEntity) XXX_Size() int + func (m *SignatureGenericEntity) XXX_Unmarshal(b []byte) error + func (this *SignatureGenericEntity) String() string + type SignatureIssuer struct + func (*SignatureIssuer) Descriptor() ([]byte, []int) + func (*SignatureIssuer) ProtoMessage() + func (SignatureIssuer) SwaggerDoc() map[string]string + func (in *SignatureIssuer) DeepCopy() *SignatureIssuer + func (in *SignatureIssuer) DeepCopyInto(out *SignatureIssuer) + func (m *SignatureIssuer) Marshal() (dAtA []byte, err error) + func (m *SignatureIssuer) MarshalTo(dAtA []byte) (int, error) + func (m *SignatureIssuer) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SignatureIssuer) Reset() + func (m *SignatureIssuer) Size() (n int) + func (m *SignatureIssuer) Unmarshal(dAtA []byte) error + func (m *SignatureIssuer) XXX_DiscardUnknown() + func (m *SignatureIssuer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignatureIssuer) XXX_Merge(src proto.Message) + func (m *SignatureIssuer) XXX_Size() int + func (m *SignatureIssuer) XXX_Unmarshal(b []byte) error + func (this *SignatureIssuer) String() string + type SignatureSubject struct + PublicKeyID string + func (*SignatureSubject) Descriptor() ([]byte, []int) + func (*SignatureSubject) ProtoMessage() + func (SignatureSubject) SwaggerDoc() map[string]string + func (in *SignatureSubject) DeepCopy() *SignatureSubject + func (in *SignatureSubject) DeepCopyInto(out *SignatureSubject) + func (m *SignatureSubject) Marshal() (dAtA []byte, err error) + func (m *SignatureSubject) MarshalTo(dAtA []byte) (int, error) + func (m *SignatureSubject) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SignatureSubject) Reset() + func (m *SignatureSubject) Size() (n int) + func (m *SignatureSubject) Unmarshal(dAtA []byte) error + func (m *SignatureSubject) XXX_DiscardUnknown() + func (m *SignatureSubject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignatureSubject) XXX_Merge(src proto.Message) + func (m *SignatureSubject) XXX_Size() int + func (m *SignatureSubject) XXX_Unmarshal(b []byte) error + func (this *SignatureSubject) String() string + type TagEvent struct + Created metav1.Time + DockerImageReference string + Generation int64 + Image string + func (*TagEvent) Descriptor() ([]byte, []int) + func (*TagEvent) ProtoMessage() + func (TagEvent) SwaggerDoc() map[string]string + func (in *TagEvent) DeepCopy() *TagEvent + func (in *TagEvent) DeepCopyInto(out *TagEvent) + func (m *TagEvent) Marshal() (dAtA []byte, err error) + func (m *TagEvent) MarshalTo(dAtA []byte) (int, error) + func (m *TagEvent) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TagEvent) Reset() + func (m *TagEvent) Size() (n int) + func (m *TagEvent) Unmarshal(dAtA []byte) error + func (m *TagEvent) XXX_DiscardUnknown() + func (m *TagEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagEvent) XXX_Merge(src proto.Message) + func (m *TagEvent) XXX_Size() int + func (m *TagEvent) XXX_Unmarshal(b []byte) error + func (this *TagEvent) String() string + type TagEventCondition struct + Generation int64 + LastTransitionTime metav1.Time + Message string + Reason string + Status corev1.ConditionStatus + Type TagEventConditionType + func (*TagEventCondition) Descriptor() ([]byte, []int) + func (*TagEventCondition) ProtoMessage() + func (TagEventCondition) SwaggerDoc() map[string]string + func (in *TagEventCondition) DeepCopy() *TagEventCondition + func (in *TagEventCondition) DeepCopyInto(out *TagEventCondition) + func (m *TagEventCondition) Marshal() (dAtA []byte, err error) + func (m *TagEventCondition) MarshalTo(dAtA []byte) (int, error) + func (m *TagEventCondition) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TagEventCondition) Reset() + func (m *TagEventCondition) Size() (n int) + func (m *TagEventCondition) Unmarshal(dAtA []byte) error + func (m *TagEventCondition) XXX_DiscardUnknown() + func (m *TagEventCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagEventCondition) XXX_Merge(src proto.Message) + func (m *TagEventCondition) XXX_Size() int + func (m *TagEventCondition) XXX_Unmarshal(b []byte) error + func (this *TagEventCondition) String() string + type TagEventConditionType string + const ImportSuccess + type TagImportPolicy struct + ImportMode ImportModeType + Insecure bool + Scheduled bool + func (*TagImportPolicy) Descriptor() ([]byte, []int) + func (*TagImportPolicy) ProtoMessage() + func (TagImportPolicy) SwaggerDoc() map[string]string + func (in *TagImportPolicy) DeepCopy() *TagImportPolicy + func (in *TagImportPolicy) DeepCopyInto(out *TagImportPolicy) + func (m *TagImportPolicy) Marshal() (dAtA []byte, err error) + func (m *TagImportPolicy) MarshalTo(dAtA []byte) (int, error) + func (m *TagImportPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TagImportPolicy) Reset() + func (m *TagImportPolicy) Size() (n int) + func (m *TagImportPolicy) Unmarshal(dAtA []byte) error + func (m *TagImportPolicy) XXX_DiscardUnknown() + func (m *TagImportPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagImportPolicy) XXX_Merge(src proto.Message) + func (m *TagImportPolicy) XXX_Size() int + func (m *TagImportPolicy) XXX_Unmarshal(b []byte) error + func (this *TagImportPolicy) String() string + type TagReference struct + Annotations map[string]string + From *corev1.ObjectReference + Generation *int64 + ImportPolicy TagImportPolicy + Name string + Reference bool + ReferencePolicy TagReferencePolicy + func (*TagReference) Descriptor() ([]byte, []int) + func (*TagReference) ProtoMessage() + func (TagReference) SwaggerDoc() map[string]string + func (in *TagReference) DeepCopy() *TagReference + func (in *TagReference) DeepCopyInto(out *TagReference) + func (m *TagReference) Marshal() (dAtA []byte, err error) + func (m *TagReference) MarshalTo(dAtA []byte) (int, error) + func (m *TagReference) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TagReference) Reset() + func (m *TagReference) Size() (n int) + func (m *TagReference) Unmarshal(dAtA []byte) error + func (m *TagReference) XXX_DiscardUnknown() + func (m *TagReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagReference) XXX_Merge(src proto.Message) + func (m *TagReference) XXX_Size() int + func (m *TagReference) XXX_Unmarshal(b []byte) error + func (this *TagReference) String() string + type TagReferencePolicy struct + Type TagReferencePolicyType + func (*TagReferencePolicy) Descriptor() ([]byte, []int) + func (*TagReferencePolicy) ProtoMessage() + func (TagReferencePolicy) SwaggerDoc() map[string]string + func (in *TagReferencePolicy) DeepCopy() *TagReferencePolicy + func (in *TagReferencePolicy) DeepCopyInto(out *TagReferencePolicy) + func (m *TagReferencePolicy) Marshal() (dAtA []byte, err error) + func (m *TagReferencePolicy) MarshalTo(dAtA []byte) (int, error) + func (m *TagReferencePolicy) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TagReferencePolicy) Reset() + func (m *TagReferencePolicy) Size() (n int) + func (m *TagReferencePolicy) Unmarshal(dAtA []byte) error + func (m *TagReferencePolicy) XXX_DiscardUnknown() + func (m *TagReferencePolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagReferencePolicy) XXX_Merge(src proto.Message) + func (m *TagReferencePolicy) XXX_Size() int + func (m *TagReferencePolicy) XXX_Unmarshal(b []byte) error + func (this *TagReferencePolicy) String() string + type TagReferencePolicyType string + const LocalTagReferencePolicy + const SourceTagReferencePolicy Incompatible versions in this module v3.9.0+incompatible Jan 19, 2018retracted