flux v2.9.5

ImagePolicy

ImagePolicy is the Schema for the imagepolicies API

5 fields
ImagePolicy 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

ImagePolicySpec defines the parameters for calculating the ImagePolicy.

  • x-kubernetes-validations: [{"message":"spec.interval is only accepted when spec.digestReflectionPolicy is set to 'Always'","rule":"!has(self.interval) || (has(self.digestReflectionPolicy) \u0026\u0026 self.digestReflectionPolicy == 'Always')"},{"message":"spec.interval must be set when spec.digestReflectionPolicy is set to 'Always'","rule":"has(self.interval) || !has(self.digestReflectionPolicy) || self.digestReflectionPolicy != 'Always'"}]
object

ImagePolicyStatus defines the observed state of ImagePolicy

  • default: {"observedGeneration":-1}