Documentation ¶
Overview ¶
+kubebuilder:object:generate=true Package v1alpha1 is the v1alpha1 version of the ecr.services.k8s.aws API. +groupName=ecr.services.k8s.aws +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type EncryptionConfiguration
- type EncryptionType
- type FindingSeverity
- type Image
- type ImageActionType
- type ImageDetail
- type ImageFailureCode
- type ImageScanFinding
- type ImageScanningConfiguration
- type ImageTagMutability
- type LayerAvailability
- type LayerFailureCode
- type LifecyclePolicyPreviewStatus
- type Repository
- func (in *Repository) DeepCopy() *Repository
- func (in *Repository) DeepCopyInto(out *Repository)
- func (in *Repository) DeepCopyObject() runtime.Object
- func (mg *Repository) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *Repository) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *Repository) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *Repository) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *Repository) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *Repository) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *Repository) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *Repository) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *Repository) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *Repository) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type RepositoryList
- type RepositoryObservation
- type RepositoryParameters
- type RepositorySpec
- type RepositoryStatus
- type Repository_SDK
- type ScanStatus
- type Tag
- type TagStatus
Constants ¶
const ( Group = "ecr.services.k8s.aws" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( // GroupVersion is the API Group Version used to register the objects GroupVersion = schema.GroupVersion{Group: Group, Version: Version} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( RepositoryKind = "Repository" RepositoryGroupKind = schema.GroupKind{Group: Group, Kind: RepositoryKind}.String() RepositoryKindAPIVersion = RepositoryKind + "." + GroupVersion.String() RepositoryGroupVersionKind = GroupVersion.WithKind(RepositoryKind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type EncryptionConfiguration ¶
type EncryptionConfiguration struct { EncryptionType *string `json:"encryptionType,omitempty"` KMSKey *string `json:"kmsKey,omitempty"` }
func (*EncryptionConfiguration) DeepCopy ¶
func (in *EncryptionConfiguration) DeepCopy() *EncryptionConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionConfiguration.
func (*EncryptionConfiguration) DeepCopyInto ¶
func (in *EncryptionConfiguration) DeepCopyInto(out *EncryptionConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EncryptionType ¶
type EncryptionType string
const ( EncryptionType_AES256 EncryptionType = "AES256" EncryptionType_KMS EncryptionType = "KMS" )
type FindingSeverity ¶
type FindingSeverity string
const ( FindingSeverity_INFORMATIONAL FindingSeverity = "INFORMATIONAL" FindingSeverity_LOW FindingSeverity = "LOW" FindingSeverity_MEDIUM FindingSeverity = "MEDIUM" FindingSeverity_HIGH FindingSeverity = "HIGH" FindingSeverity_CRITICAL FindingSeverity = "CRITICAL" FindingSeverity_UNDEFINED FindingSeverity = "UNDEFINED" )
type Image ¶
type Image struct { RegistryID *string `json:"registryID,omitempty"` RepositoryName *string `json:"repositoryName,omitempty"` }
func (*Image) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Image.
func (*Image) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageActionType ¶
type ImageActionType string
const (
ImageActionType_EXPIRE ImageActionType = "EXPIRE"
)
type ImageDetail ¶
type ImageDetail struct { RegistryID *string `json:"registryID,omitempty"` RepositoryName *string `json:"repositoryName,omitempty"` }
func (*ImageDetail) DeepCopy ¶
func (in *ImageDetail) DeepCopy() *ImageDetail
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageDetail.
func (*ImageDetail) DeepCopyInto ¶
func (in *ImageDetail) DeepCopyInto(out *ImageDetail)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageFailureCode ¶
type ImageFailureCode string
const ( ImageFailureCode_InvalidImageDigest ImageFailureCode = "InvalidImageDigest" ImageFailureCode_InvalidImageTag ImageFailureCode = "InvalidImageTag" ImageFailureCode_ImageTagDoesNotMatchDigest ImageFailureCode = "ImageTagDoesNotMatchDigest" ImageFailureCode_ImageNotFound ImageFailureCode = "ImageNotFound" ImageFailureCode_MissingDigestAndTag ImageFailureCode = "MissingDigestAndTag" ImageFailureCode_ImageReferencedByManifestList ImageFailureCode = "ImageReferencedByManifestList" ImageFailureCode_KmsError ImageFailureCode = "KmsError" )
type ImageScanFinding ¶
type ImageScanFinding struct {
URI *string `json:"uri,omitempty"`
}
func (*ImageScanFinding) DeepCopy ¶
func (in *ImageScanFinding) DeepCopy() *ImageScanFinding
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageScanFinding.
func (*ImageScanFinding) DeepCopyInto ¶
func (in *ImageScanFinding) DeepCopyInto(out *ImageScanFinding)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageScanningConfiguration ¶
type ImageScanningConfiguration struct {
ScanOnPush *bool `json:"scanOnPush,omitempty"`
}
func (*ImageScanningConfiguration) DeepCopy ¶
func (in *ImageScanningConfiguration) DeepCopy() *ImageScanningConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageScanningConfiguration.
func (*ImageScanningConfiguration) DeepCopyInto ¶
func (in *ImageScanningConfiguration) DeepCopyInto(out *ImageScanningConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageTagMutability ¶
type ImageTagMutability string
const ( ImageTagMutability_MUTABLE ImageTagMutability = "MUTABLE" ImageTagMutability_IMMUTABLE ImageTagMutability = "IMMUTABLE" )
type LayerAvailability ¶
type LayerAvailability string
const ( LayerAvailability_AVAILABLE LayerAvailability = "AVAILABLE" LayerAvailability_UNAVAILABLE LayerAvailability = "UNAVAILABLE" )
type LayerFailureCode ¶
type LayerFailureCode string
const ( LayerFailureCode_InvalidLayerDigest LayerFailureCode = "InvalidLayerDigest" LayerFailureCode_MissingLayerDigest LayerFailureCode = "MissingLayerDigest" )
type LifecyclePolicyPreviewStatus ¶
type LifecyclePolicyPreviewStatus string
const ( LifecyclePolicyPreviewStatus_IN_PROGRESS LifecyclePolicyPreviewStatus = "IN_PROGRESS" LifecyclePolicyPreviewStatus_COMPLETE LifecyclePolicyPreviewStatus = "COMPLETE" LifecyclePolicyPreviewStatus_EXPIRED LifecyclePolicyPreviewStatus = "EXPIRED" LifecyclePolicyPreviewStatus_FAILED LifecyclePolicyPreviewStatus = "FAILED" )
type Repository ¶
type Repository struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RepositorySpec `json:"spec,omitempty"` Status RepositoryStatus `json:"status,omitempty"` }
Repository is the Schema for the Repositories API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,aws}
func (*Repository) DeepCopy ¶
func (in *Repository) DeepCopy() *Repository
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Repository.
func (*Repository) DeepCopyInto ¶
func (in *Repository) DeepCopyInto(out *Repository)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Repository) DeepCopyObject ¶
func (in *Repository) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Repository) GetCondition ¶
func (mg *Repository) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this Repository.
func (*Repository) GetDeletionPolicy ¶
func (mg *Repository) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this Repository.
func (*Repository) GetProviderConfigReference ¶
func (mg *Repository) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this Repository.
func (*Repository) GetProviderReference ¶
func (mg *Repository) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this Repository. Deprecated: Use GetProviderConfigReference.
func (*Repository) GetWriteConnectionSecretToReference ¶
func (mg *Repository) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this Repository.
func (*Repository) SetConditions ¶
func (mg *Repository) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this Repository.
func (*Repository) SetDeletionPolicy ¶
func (mg *Repository) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this Repository.
func (*Repository) SetProviderConfigReference ¶
func (mg *Repository) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this Repository.
func (*Repository) SetProviderReference ¶
func (mg *Repository) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this Repository. Deprecated: Use SetProviderConfigReference.
func (*Repository) SetWriteConnectionSecretToReference ¶
func (mg *Repository) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this Repository.
type RepositoryList ¶
type RepositoryList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Repository `json:"items"` }
RepositoryList contains a list of Repositories
func (*RepositoryList) DeepCopy ¶
func (in *RepositoryList) DeepCopy() *RepositoryList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryList.
func (*RepositoryList) DeepCopyInto ¶
func (in *RepositoryList) DeepCopyInto(out *RepositoryList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RepositoryList) DeepCopyObject ¶
func (in *RepositoryList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RepositoryList) GetItems ¶
func (l *RepositoryList) GetItems() []resource.Managed
GetItems of this RepositoryList.
type RepositoryObservation ¶
type RepositoryObservation struct { CreatedAt *metav1.Time `json:"createdAt,omitempty"` RegistryID *string `json:"registryID,omitempty"` RepositoryURI *string `json:"repositoryURI,omitempty"` }
RepositoryObservation defines the observed state of Repository
func (*RepositoryObservation) DeepCopy ¶
func (in *RepositoryObservation) DeepCopy() *RepositoryObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryObservation.
func (*RepositoryObservation) DeepCopyInto ¶
func (in *RepositoryObservation) DeepCopyInto(out *RepositoryObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RepositoryParameters ¶
type RepositoryParameters struct { EncryptionConfiguration *EncryptionConfiguration `json:"encryptionConfiguration,omitempty"` ImageScanningConfiguration *ImageScanningConfiguration `json:"imageScanningConfiguration,omitempty"` ImageTagMutability *string `json:"imageTagMutability,omitempty"` RepositoryName *string `json:"repositoryName,omitempty"` Tags []*Tag `json:"tags,omitempty"` }
RepositoryParameters defines the desired state of Repository
func (*RepositoryParameters) DeepCopy ¶
func (in *RepositoryParameters) DeepCopy() *RepositoryParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryParameters.
func (*RepositoryParameters) DeepCopyInto ¶
func (in *RepositoryParameters) DeepCopyInto(out *RepositoryParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RepositorySpec ¶
type RepositorySpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider RepositoryParameters `json:"forProvider"` }
RepositorySpec defines the desired state of Repository
func (*RepositorySpec) DeepCopy ¶
func (in *RepositorySpec) DeepCopy() *RepositorySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositorySpec.
func (*RepositorySpec) DeepCopyInto ¶
func (in *RepositorySpec) DeepCopyInto(out *RepositorySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RepositoryStatus ¶
type RepositoryStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider RepositoryObservation `json:"atProvider"` }
RepositoryStatus defines the observed state of Repository.
func (*RepositoryStatus) DeepCopy ¶
func (in *RepositoryStatus) DeepCopy() *RepositoryStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryStatus.
func (*RepositoryStatus) DeepCopyInto ¶
func (in *RepositoryStatus) DeepCopyInto(out *RepositoryStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Repository_SDK ¶
type Repository_SDK struct { CreatedAt *metav1.Time `json:"createdAt,omitempty"` EncryptionConfiguration *EncryptionConfiguration `json:"encryptionConfiguration,omitempty"` ImageScanningConfiguration *ImageScanningConfiguration `json:"imageScanningConfiguration,omitempty"` ImageTagMutability *string `json:"imageTagMutability,omitempty"` RegistryID *string `json:"registryID,omitempty"` RepositoryARN *string `json:"repositoryARN,omitempty"` RepositoryName *string `json:"repositoryName,omitempty"` RepositoryURI *string `json:"repositoryURI,omitempty"` }
func (*Repository_SDK) DeepCopy ¶
func (in *Repository_SDK) DeepCopy() *Repository_SDK
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Repository_SDK.
func (*Repository_SDK) DeepCopyInto ¶
func (in *Repository_SDK) DeepCopyInto(out *Repository_SDK)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ScanStatus ¶
type ScanStatus string
const ( ScanStatus_IN_PROGRESS ScanStatus = "IN_PROGRESS" ScanStatus_COMPLETE ScanStatus = "COMPLETE" ScanStatus_FAILED ScanStatus = "FAILED" )