--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.16.4 name: artifacts.runtime.wasmcloud.dev spec: group: runtime.wasmcloud.dev names: kind: Artifact listKind: ArtifactList plural: artifacts singular: artifact scope: Namespaced versions: - name: v1alpha1 schema: openAPIV3Schema: description: Artifact is the Schema for the artifacts API. properties: apiVersion: description: |- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: description: |- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: description: ArtifactSpec defines the desired state of Artifact. properties: image: type: string imagePullSecret: description: |- LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. properties: name: default: "" description: |- Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names type: string type: object x-kubernetes-map-type: atomic required: - image type: object status: description: ArtifactStatus defines the observed state of Artifact. properties: artifactUrl: type: string conditions: description: Conditions of the resource. items: description: A Condition that may apply to a resource. properties: lastProbeTime: description: Last time we probed the condition. format: date-time type: string lastTransitionTime: description: |- LastTransitionTime is the last time this condition transitioned from one status to another. format: date-time type: string message: description: |- A Message containing details about this condition's last transition from one status to another, if any. type: string observedGeneration: description: If set, this represents the .metadata.generation that the object condition was set based upon. format: int64 type: integer reason: description: A Reason for this condition's last transition from one status to another. type: string status: description: Status of this condition; is it currently True, False, or Unknown. type: string type: description: |- Type of this condition. At most one of each condition type may apply to a resource at any point in time. type: string required: - status - type type: object type: array observedGeneration: format: int64 type: integer type: object type: object served: true storage: true subresources: status: {}