cachepolicy
CachePolicy is the Schema for the CachePolicies API
Resource Structure
Interactive Tree
apiVersionstringAPIVersion 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
kindstringKind 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
metadataobjectspecobjectCachePolicySpec defines the desired state of CachePolicy.
A cache policy.
When it's attached to a cache behavior, the cache policy determines the following:
- The values that CloudFront includes in the cache key. These values can
include HTTP headers, cookies, and URL query strings. CloudFront uses
the cache key to find an object in its cache that it can return to the
viewer.
- The default, minimum, and maximum time to live (TTL) values that you
want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key
are also included in requests that CloudFront sends to the origin. CloudFront
sends a request when it can't find a valid object in its cache that matches
the request's cache key. If you want to send values to the origin but not
include them in the cache key, use OriginRequestPolicy.
statusobjectCachePolicyStatus defines the observed state of CachePolicy