Marketplace
BrowsePublish
Marketplace
You are viewing an outdated version of provider-azure.Go to Latest
upbound/provider-azure@v0.30.0
Endpoint
cdn.azure.upbound.io
Endpoint
upbound/provider-azure@v0.30.0cdn.azure.upbound.io

Endpoint is the Schema for the Endpoints API. Manages a CDN Endpoint.

Type

CRD

Group

cdn.azure.upbound.io

Version

v1beta1

apiVersion: cdn.azure.upbound.io/v1beta1

kind: Endpoint

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

EndpointSpec defines the desired state of Endpoint

forProvider
requiredobject
requiredobject

No description provided.

array

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.

array

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.

array

A cache_expiration_action block as defined above.

behavior
requiredstring
duration
string
array

A cache_key_query_string_action block as defined above.

behavior
requiredstring
array

A cookies_condition block as defined above.

array

List of string values. This is required if operator is not Any.

operator
requiredstring
selector
requiredstring
array

A list of transforms. Valid values are Lowercase and Uppercase.

array

A device_condition block as defined below.

matchValues
requiredarray
requiredarray

List of string values. This is required if operator is not Any.

operator
string
array

A http_version_condition block as defined below.

matchValues
requiredarray
requiredarray

List of string values. This is required if operator is not Any.

operator
string
array

A modify_request_header_action block as defined below.

action
requiredstring
name
requiredstring
value
string
array

A modify_response_header_action block as defined below.

action
requiredstring
name
requiredstring
value
string
name
requiredstring
order
requirednumber
array

A post_arg_condition block as defined below.

array

List of string values. This is required if operator is not Any.

operator
requiredstring
selector
requiredstring
array

A list of transforms. Valid values are Lowercase and Uppercase.

array

A query_string_condition block as defined below.

array

List of string values. This is required if operator is not Any.

operator
requiredstring
array

A list of transforms. Valid values are Lowercase and Uppercase.

array

A remote_address_condition block as defined below.

array

List of string values. This is required if operator is not Any.

operator
requiredstring
array

A request_body_condition block as defined below.

array

List of string values. This is required if operator is not Any.

operator
requiredstring
array

A list of transforms. Valid values are Lowercase and Uppercase.

array

A request_header_condition block as defined below.

array

List of string values. This is required if operator is not Any.

operator
requiredstring
selector
requiredstring
array

A list of transforms. Valid values are Lowercase and Uppercase.

array

A request_method_condition block as defined below.

matchValues
requiredarray
requiredarray

List of string values. This is required if operator is not Any.

operator
string
array

A request_scheme_condition block as defined below.

matchValues
requiredarray
requiredarray

List of string values. This is required if operator is not Any.

operator
string
array

A request_uri_condition block as defined below.

array

List of string values. This is required if operator is not Any.

operator
requiredstring
array

A list of transforms. Valid values are Lowercase and Uppercase.

array

A url_file_extension_condition block as defined below.

array

List of string values. This is required if operator is not Any.

operator
requiredstring
array

A list of transforms. Valid values are Lowercase and Uppercase.

array

A url_file_name_condition block as defined below.

array

List of string values. This is required if operator is not Any.

operator
requiredstring
array

A list of transforms. Valid values are Lowercase and Uppercase.

array

A url_path_condition block as defined below.

array

List of string values. This is required if operator is not Any.

operator
requiredstring
array

A list of transforms. Valid values are Lowercase and Uppercase.

array

A url_redirect_action block as defined below.

fragment
string
hostname
string
path
string
protocol
string
redirectType
requiredstring
array

A url_rewrite_action block as defined below.

destination
requiredstring
sourcePattern
requiredstring
array

A set of Geo Filters for this CDN Endpoint. Each geo_filter block supports fields documented below.

action
requiredstring
countryCodes
requiredarray
requiredarray

A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.

relativePath
requiredstring
array

Actions that are valid for all resources regardless of any conditions. A global_delivery_rule block as defined below.

array

A cache_expiration_action block as defined above.

behavior
requiredstring
duration
string
array

A cache_key_query_string_action block as defined above.

behavior
requiredstring
array

A modify_request_header_action block as defined below.

action
requiredstring
name
requiredstring
value
string
array

A modify_response_header_action block as defined below.

action
requiredstring
name
requiredstring
value
string
array

A url_redirect_action block as defined below.

fragment
string
hostname
string
path
string
protocol
string
redirectType
requiredstring
array

A url_rewrite_action block as defined below.

destination
requiredstring
sourcePattern
requiredstring
location
requiredstring
origin
requiredarray
requiredarray

The set of origins of the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options. Each origin block supports fields documented below. Changing this forces a new resource to be created.

hostName
requiredstring
httpPort
number
httpsPort
number
name
requiredstring
probePath
string
object

Reference to a Profile in cdn to populate profileName.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Profile in cdn to populate profileName.

policy
object
object

Policies for selection.

resolve
string
object

Reference to a ResourceGroup in azure to populate resourceGroupName.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a ResourceGroup in azure to populate resourceGroupName.

policy
object
object

Policies for selection.

resolve
string
tags
object
object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

configRef
object
object

SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
metadata
object
object

Metadata is the metadata for connection secret.

labels
object
type
string
name
requiredstring
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.

name
requiredstring
namespace
requiredstring
status
object
object

EndpointStatus defines the observed state of Endpoint.

object

No description provided.

fqdn
string
id
string
array

Conditions of the resource.

lastTransitionTime
requiredstring
message
string
reason
requiredstring
status
requiredstring
type
requiredstring
Marketplace

Discover the building blocks for your internal cloud platform.

© 2022 Upbound, Inc.

SolutionsProvidersConfigurations
LearnDocumentationTry for Free
MorePrivacy PolicyTerms & Conditions
Marketplace

© 2022 Upbound, Inc.

Marketplace

Discover the building blocksfor your internal cloud platform.