flux v2.9.5

ArtifactGenerator

ArtifactGenerator is the Schema for the artifactgenerators API.

5 fields
ArtifactGenerator fields and descriptions
Field / TypeDescription
apiVersion
string

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

kind
string

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

metadata
object

No description provided.

object

ArtifactGeneratorSpec defines the desired state of ArtifactGenerator.

  • x-kubernetes-validations: [{"message":"artifact names must be valid Kubernetes object names when pathPattern is not set","rule":"has(self.pathPattern) \u0026\u0026 size(self.pathPattern) \u003e 0 || self.artifacts.all(a, a.name.matches('^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$'))"}]
object

ArtifactGeneratorStatus defines the observed state of ArtifactGenerator.