Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=compute.gcp-beta.max4t.xyz +versionName=v1beta1
Index ¶
- Constants
- Variables
- type ForwardingRule
- func (in *ForwardingRule) DeepCopy() *ForwardingRule
- func (in *ForwardingRule) DeepCopyInto(out *ForwardingRule)
- func (in *ForwardingRule) DeepCopyObject() runtime.Object
- func (mg *ForwardingRule) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *ForwardingRule) GetConnectionDetailsMapping() map[string]string
- func (mg *ForwardingRule) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *ForwardingRule) GetID() string
- func (tr *ForwardingRule) GetObservation() (map[string]any, error)
- func (tr *ForwardingRule) GetParameters() (map[string]any, error)
- func (mg *ForwardingRule) GetProviderConfigReference() *xpv1.Reference
- func (mg *ForwardingRule) GetProviderReference() *xpv1.Reference
- func (mg *ForwardingRule) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *ForwardingRule) GetTerraformResourceType() string
- func (tr *ForwardingRule) GetTerraformSchemaVersion() int
- func (mg *ForwardingRule) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *ForwardingRule) LateInitialize(attrs []byte) (bool, error)
- func (mg *ForwardingRule) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *ForwardingRule) SetConditions(c ...xpv1.Condition)
- func (mg *ForwardingRule) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *ForwardingRule) SetObservation(obs map[string]any) error
- func (tr *ForwardingRule) SetParameters(params map[string]any) error
- func (mg *ForwardingRule) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *ForwardingRule) SetProviderReference(r *xpv1.Reference)
- func (mg *ForwardingRule) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *ForwardingRule) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ForwardingRuleList
- type ForwardingRuleObservation
- type ForwardingRuleParameters
- type ForwardingRuleSpec
- type ForwardingRuleStatus
- type RegionTargetTCPProxy
- func (in *RegionTargetTCPProxy) DeepCopy() *RegionTargetTCPProxy
- func (in *RegionTargetTCPProxy) DeepCopyInto(out *RegionTargetTCPProxy)
- func (in *RegionTargetTCPProxy) DeepCopyObject() runtime.Object
- func (mg *RegionTargetTCPProxy) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *RegionTargetTCPProxy) GetConnectionDetailsMapping() map[string]string
- func (mg *RegionTargetTCPProxy) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *RegionTargetTCPProxy) GetID() string
- func (tr *RegionTargetTCPProxy) GetObservation() (map[string]any, error)
- func (tr *RegionTargetTCPProxy) GetParameters() (map[string]any, error)
- func (mg *RegionTargetTCPProxy) GetProviderConfigReference() *xpv1.Reference
- func (mg *RegionTargetTCPProxy) GetProviderReference() *xpv1.Reference
- func (mg *RegionTargetTCPProxy) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *RegionTargetTCPProxy) GetTerraformResourceType() string
- func (tr *RegionTargetTCPProxy) GetTerraformSchemaVersion() int
- func (mg *RegionTargetTCPProxy) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *RegionTargetTCPProxy) LateInitialize(attrs []byte) (bool, error)
- func (mg *RegionTargetTCPProxy) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *RegionTargetTCPProxy) SetConditions(c ...xpv1.Condition)
- func (mg *RegionTargetTCPProxy) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *RegionTargetTCPProxy) SetObservation(obs map[string]any) error
- func (tr *RegionTargetTCPProxy) SetParameters(params map[string]any) error
- func (mg *RegionTargetTCPProxy) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *RegionTargetTCPProxy) SetProviderReference(r *xpv1.Reference)
- func (mg *RegionTargetTCPProxy) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *RegionTargetTCPProxy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type RegionTargetTCPProxyList
- type RegionTargetTCPProxyObservation
- type RegionTargetTCPProxyParameters
- type RegionTargetTCPProxySpec
- type RegionTargetTCPProxyStatus
- type ServiceDirectoryRegistrationsObservation
- type ServiceDirectoryRegistrationsParameters
Constants ¶
const ( CRDGroup = "compute.gcp-beta.max4t.xyz" CRDVersion = "v1beta1" )
Package type metadata.
Variables ¶
var ( ForwardingRule_Kind = "ForwardingRule" ForwardingRule_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ForwardingRule_Kind}.String() ForwardingRule_KindAPIVersion = ForwardingRule_Kind + "." + CRDGroupVersion.String() ForwardingRule_GroupVersionKind = CRDGroupVersion.WithKind(ForwardingRule_Kind) )
Repository type metadata.
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( RegionTargetTCPProxy_Kind = "RegionTargetTCPProxy" RegionTargetTCPProxy_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: RegionTargetTCPProxy_Kind}.String() RegionTargetTCPProxy_KindAPIVersion = RegionTargetTCPProxy_Kind + "." + CRDGroupVersion.String() RegionTargetTCPProxy_GroupVersionKind = CRDGroupVersion.WithKind(RegionTargetTCPProxy_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type ForwardingRule ¶
type ForwardingRule struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ForwardingRuleSpec `json:"spec"` Status ForwardingRuleStatus `json:"status,omitempty"` }
ForwardingRule is the Schema for the ForwardingRules API. A ForwardingRule resource. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,gcp-beta}
func (*ForwardingRule) DeepCopy ¶
func (in *ForwardingRule) DeepCopy() *ForwardingRule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ForwardingRule.
func (*ForwardingRule) DeepCopyInto ¶
func (in *ForwardingRule) DeepCopyInto(out *ForwardingRule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ForwardingRule) DeepCopyObject ¶
func (in *ForwardingRule) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ForwardingRule) GetCondition ¶
func (mg *ForwardingRule) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this ForwardingRule.
func (*ForwardingRule) GetConnectionDetailsMapping ¶
func (tr *ForwardingRule) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this ForwardingRule
func (*ForwardingRule) GetDeletionPolicy ¶
func (mg *ForwardingRule) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this ForwardingRule.
func (*ForwardingRule) GetID ¶
func (tr *ForwardingRule) GetID() string
GetID returns ID of underlying Terraform resource of this ForwardingRule
func (*ForwardingRule) GetObservation ¶
func (tr *ForwardingRule) GetObservation() (map[string]any, error)
GetObservation of this ForwardingRule
func (*ForwardingRule) GetParameters ¶
func (tr *ForwardingRule) GetParameters() (map[string]any, error)
GetParameters of this ForwardingRule
func (*ForwardingRule) GetProviderConfigReference ¶
func (mg *ForwardingRule) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this ForwardingRule.
func (*ForwardingRule) GetProviderReference ¶
func (mg *ForwardingRule) GetProviderReference() *xpv1.Reference
GetProviderReference of this ForwardingRule. Deprecated: Use GetProviderConfigReference.
func (*ForwardingRule) GetPublishConnectionDetailsTo ¶
func (mg *ForwardingRule) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this ForwardingRule.
func (*ForwardingRule) GetTerraformResourceType ¶
func (mg *ForwardingRule) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this ForwardingRule
func (*ForwardingRule) GetTerraformSchemaVersion ¶
func (tr *ForwardingRule) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*ForwardingRule) GetWriteConnectionSecretToReference ¶
func (mg *ForwardingRule) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this ForwardingRule.
func (*ForwardingRule) LateInitialize ¶
func (tr *ForwardingRule) LateInitialize(attrs []byte) (bool, error)
LateInitialize this ForwardingRule using its observed tfState. returns True if there are any spec changes for the resource.
func (*ForwardingRule) ResolveReferences ¶
ResolveReferences of this ForwardingRule.
func (*ForwardingRule) SetConditions ¶
func (mg *ForwardingRule) SetConditions(c ...xpv1.Condition)
SetConditions of this ForwardingRule.
func (*ForwardingRule) SetDeletionPolicy ¶
func (mg *ForwardingRule) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this ForwardingRule.
func (*ForwardingRule) SetObservation ¶
func (tr *ForwardingRule) SetObservation(obs map[string]any) error
SetObservation for this ForwardingRule
func (*ForwardingRule) SetParameters ¶
func (tr *ForwardingRule) SetParameters(params map[string]any) error
SetParameters for this ForwardingRule
func (*ForwardingRule) SetProviderConfigReference ¶
func (mg *ForwardingRule) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this ForwardingRule.
func (*ForwardingRule) SetProviderReference ¶
func (mg *ForwardingRule) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this ForwardingRule. Deprecated: Use SetProviderConfigReference.
func (*ForwardingRule) SetPublishConnectionDetailsTo ¶
func (mg *ForwardingRule) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this ForwardingRule.
func (*ForwardingRule) SetWriteConnectionSecretToReference ¶
func (mg *ForwardingRule) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this ForwardingRule.
type ForwardingRuleList ¶
type ForwardingRuleList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ForwardingRule `json:"items"` }
ForwardingRuleList contains a list of ForwardingRules
func (*ForwardingRuleList) DeepCopy ¶
func (in *ForwardingRuleList) DeepCopy() *ForwardingRuleList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ForwardingRuleList.
func (*ForwardingRuleList) DeepCopyInto ¶
func (in *ForwardingRuleList) DeepCopyInto(out *ForwardingRuleList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ForwardingRuleList) DeepCopyObject ¶
func (in *ForwardingRuleList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ForwardingRuleList) GetItems ¶
func (l *ForwardingRuleList) GetItems() []resource.Managed
GetItems of this ForwardingRuleList.
type ForwardingRuleObservation ¶
type ForwardingRuleObservation struct { // Creation timestamp in RFC3339 text format. CreationTimestamp *string `json:"creationTimestamp,omitempty" tf:"creation_timestamp,omitempty"` // an identifier for the resource with format projects/{{project}}/regions/{{region}}/forwardingRules/{{name}} ID *string `json:"id,omitempty" tf:"id,omitempty"` // (Beta) // The fingerprint used for optimistic locking of this resource. Used // internally during updates. LabelFingerprint *string `json:"labelFingerprint,omitempty" tf:"label_fingerprint,omitempty"` // The PSC connection id of the PSC Forwarding Rule. PscConnectionID *string `json:"pscConnectionId,omitempty" tf:"psc_connection_id,omitempty"` // The PSC connection status of the PSC Forwarding Rule. Possible values: STATUS_UNSPECIFIED, PENDING, ACCEPTED, REJECTED, CLOSED PscConnectionStatus *string `json:"pscConnectionStatus,omitempty" tf:"psc_connection_status,omitempty"` // The URI of the created resource. SelfLink *string `json:"selfLink,omitempty" tf:"self_link,omitempty"` // The internal fully qualified service name for this Forwarding Rule. // This field is only used for INTERNAL load balancing. ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*ForwardingRuleObservation) DeepCopy ¶
func (in *ForwardingRuleObservation) DeepCopy() *ForwardingRuleObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ForwardingRuleObservation.
func (*ForwardingRuleObservation) DeepCopyInto ¶
func (in *ForwardingRuleObservation) DeepCopyInto(out *ForwardingRuleObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ForwardingRuleParameters ¶
type ForwardingRuleParameters struct { // This field can be used with internal load balancer or network load balancer // when the forwarding rule references a backend service, or with the target // field when it references a TargetInstance. Set this to true to // allow packets addressed to any ports to be forwarded to the backends configured // with this forwarding rule. This can be used when the protocol is TCP/UDP, and it // must be set to true when the protocol is set to L3_DEFAULT. // Cannot be set if port or portRange are set. // +kubebuilder:validation:Optional AllPorts *bool `json:"allPorts,omitempty" tf:"all_ports,omitempty"` // If true, clients can access ILB from all regions. // Otherwise only allows from the local region the ILB is located at. // +kubebuilder:validation:Optional AllowGlobalAccess *bool `json:"allowGlobalAccess,omitempty" tf:"allow_global_access,omitempty"` // A BackendService to receive the matched traffic. This is used only // for INTERNAL load balancing. // +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/compute/v1beta1.BackendService // +crossplane:generate:reference:extractor=github.com/upbound/provider-gcp/config/common.SelfLinkExtractor() // +kubebuilder:validation:Optional BackendService *string `json:"backendService,omitempty" tf:"backend_service,omitempty"` // Reference to a BackendService in compute to populate backendService. // +kubebuilder:validation:Optional BackendServiceRef *v1.Reference `json:"backendServiceRef,omitempty" tf:"-"` // Selector for a BackendService in compute to populate backendService. // +kubebuilder:validation:Optional BackendServiceSelector *v1.Selector `json:"backendServiceSelector,omitempty" tf:"-"` // An optional description of this resource. Provide this property when // you create the resource. // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // The IP address that this forwarding rule serves. When a client sends // traffic to this IP address, the forwarding rule directs the traffic to // the target that you specify in the forwarding rule. The // loadBalancingScheme and the forwarding rule's target determine the // type of IP address that you can use. For detailed information, refer // to IP address specifications. // An address can be specified either by a literal IP address or a // reference to an existing Address resource. If you don't specify a // reserved IP address, an ephemeral IP address is assigned. // The value must be set to 0.0.0.0 when the target is a targetGrpcProxy // that has validateForProxyless field set to true. // For Private Service Connect forwarding rules that forward traffic to // Google APIs, IP address must be provided. // +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/compute/v1beta1.Address // +kubebuilder:validation:Optional IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"` // Reference to a Address in compute to populate ipAddress. // +kubebuilder:validation:Optional IPAddressRef *v1.Reference `json:"ipAddressRef,omitempty" tf:"-"` // Selector for a Address in compute to populate ipAddress. // +kubebuilder:validation:Optional IPAddressSelector *v1.Selector `json:"ipAddressSelector,omitempty" tf:"-"` // The IP protocol to which this rule applies. // When the load balancing scheme is INTERNAL, only TCP and UDP are // valid. // Possible values are TCP, UDP, ESP, AH, SCTP, ICMP, and L3_DEFAULT. // +kubebuilder:validation:Optional IPProtocol *string `json:"ipProtocol,omitempty" tf:"ip_protocol,omitempty"` // Indicates whether or not this load balancer can be used // as a collector for packet mirroring. To prevent mirroring loops, // instances behind this load balancer will not have their traffic // mirrored even if a PacketMirroring rule applies to them. This // can only be set to true for load balancers that have their // loadBalancingScheme set to INTERNAL. // +kubebuilder:validation:Optional IsMirroringCollector *bool `json:"isMirroringCollector,omitempty" tf:"is_mirroring_collector,omitempty"` // Labels to apply to this forwarding rule. A list of key->value pairs. // +kubebuilder:validation:Optional Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"` // This signifies what the ForwardingRule will be used for and can be // EXTERNAL, EXTERNAL_MANAGED, INTERNAL, or INTERNAL_MANAGED. EXTERNAL is used for Classic // Cloud VPN gateways, protocol forwarding to VMs from an external IP address, // and HTTP(S), SSL Proxy, TCP Proxy, and Network TCP/UDP load balancers. // INTERNAL is used for protocol forwarding to VMs from an internal IP address, // and internal TCP/UDP load balancers. // EXTERNAL_MANAGED is used for regional external HTTP(S) load balancers. // INTERNAL_MANAGED is used for internal HTTP(S) load balancers. // Default value is EXTERNAL. // Possible values are EXTERNAL, EXTERNAL_MANAGED, INTERNAL, and INTERNAL_MANAGED. // +kubebuilder:validation:Optional LoadBalancingScheme *string `json:"loadBalancingScheme,omitempty" tf:"load_balancing_scheme,omitempty"` // For internal load balancing, this field identifies the network that // the load balanced IP should belong to for this Forwarding Rule. If // this field is not specified, the default network will be used. // This field is only used for INTERNAL load balancing. // +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/compute/v1beta1.Network // +kubebuilder:validation:Optional Network *string `json:"network,omitempty" tf:"network,omitempty"` // Reference to a Network in compute to populate network. // +kubebuilder:validation:Optional NetworkRef *v1.Reference `json:"networkRef,omitempty" tf:"-"` // Selector for a Network in compute to populate network. // +kubebuilder:validation:Optional NetworkSelector *v1.Selector `json:"networkSelector,omitempty" tf:"-"` // The networking tier used for configuring this address. If this field is not // specified, it is assumed to be PREMIUM. // Possible values are PREMIUM and STANDARD. // +kubebuilder:validation:Optional NetworkTier *string `json:"networkTier,omitempty" tf:"network_tier,omitempty"` // This field is used along with the target field for TargetHttpProxy, // TargetHttpsProxy, TargetSslProxy, TargetTcpProxy, TargetVpnGateway, // TargetPool, TargetInstance. // Applicable only when IPProtocol is TCP, UDP, or SCTP, only packets // addressed to ports in the specified range will be forwarded to target. // Forwarding rules with the same [IPAddress, IPProtocol] pair must have // disjoint port ranges. // Some types of forwarding target have constraints on the acceptable // ports: // +kubebuilder:validation:Optional PortRange *string `json:"portRange,omitempty" tf:"port_range,omitempty"` // This field is used along with internal load balancing and network // load balancer when the forwarding rule references a backend service // and when protocol is not L3_DEFAULT. // A single port or a comma separated list of ports can be configured. // Only packets addressed to these ports will be forwarded to the backends // configured with this forwarding rule. // You can only use one of ports and portRange, or allPorts. // The three are mutually exclusive. // You may specify a maximum of up to 5 ports, which can be non-contiguous. // +kubebuilder:validation:Optional Ports []*string `json:"ports,omitempty" tf:"ports,omitempty"` // The ID of the project in which the resource belongs. // If it is not provided, the provider project is used. // +kubebuilder:validation:Optional Project *string `json:"project,omitempty" tf:"project,omitempty"` // A reference to the region where the regional forwarding rule resides. // This field is not applicable to global forwarding rules. // +kubebuilder:validation:Required Region *string `json:"region" tf:"region,omitempty"` // Service Directory resources to register this forwarding rule with. Currently, // only supports a single Service Directory resource. // Structure is documented below. // +kubebuilder:validation:Optional ServiceDirectoryRegistrations []ServiceDirectoryRegistrationsParameters `json:"serviceDirectoryRegistrations,omitempty" tf:"service_directory_registrations,omitempty"` // An optional prefix to the service name for this Forwarding Rule. // If specified, will be the first label of the fully qualified service // name. // The label must be 1-63 characters long, and comply with RFC1035. // Specifically, the label must be 1-63 characters long and match the // regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first // character must be a lowercase letter, and all following characters // must be a dash, lowercase letter, or digit, except the last // character, which cannot be a dash. // This field is only used for INTERNAL load balancing. // +kubebuilder:validation:Optional ServiceLabel *string `json:"serviceLabel,omitempty" tf:"service_label,omitempty"` // The subnetwork that the load balanced IP should belong to for this // Forwarding Rule. This field is only used for INTERNAL load balancing. // If the network specified is in auto subnet mode, this field is // optional. However, if the network is in custom subnet mode, a // subnetwork must be specified. // +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/compute/v1beta1.Subnetwork // +kubebuilder:validation:Optional Subnetwork *string `json:"subnetwork,omitempty" tf:"subnetwork,omitempty"` // Reference to a Subnetwork in compute to populate subnetwork. // +kubebuilder:validation:Optional SubnetworkRef *v1.Reference `json:"subnetworkRef,omitempty" tf:"-"` // Selector for a Subnetwork in compute to populate subnetwork. // +kubebuilder:validation:Optional SubnetworkSelector *v1.Selector `json:"subnetworkSelector,omitempty" tf:"-"` // The URL of the target resource to receive the matched traffic. // The target must live in the same region as the forwarding rule. // The forwarded traffic must be of a type appropriate to the target // object. // +crossplane:generate:reference:type=RegionTargetTCPProxy // +kubebuilder:validation:Optional Target *string `json:"target,omitempty" tf:"target,omitempty"` // Reference to a RegionTargetTCPProxy to populate target. // +kubebuilder:validation:Optional TargetRef *v1.Reference `json:"targetRef,omitempty" tf:"-"` // Selector for a RegionTargetTCPProxy to populate target. // +kubebuilder:validation:Optional TargetSelector *v1.Selector `json:"targetSelector,omitempty" tf:"-"` }
func (*ForwardingRuleParameters) DeepCopy ¶
func (in *ForwardingRuleParameters) DeepCopy() *ForwardingRuleParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ForwardingRuleParameters.
func (*ForwardingRuleParameters) DeepCopyInto ¶
func (in *ForwardingRuleParameters) DeepCopyInto(out *ForwardingRuleParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ForwardingRuleSpec ¶
type ForwardingRuleSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ForwardingRuleParameters `json:"forProvider"` }
ForwardingRuleSpec defines the desired state of ForwardingRule
func (*ForwardingRuleSpec) DeepCopy ¶
func (in *ForwardingRuleSpec) DeepCopy() *ForwardingRuleSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ForwardingRuleSpec.
func (*ForwardingRuleSpec) DeepCopyInto ¶
func (in *ForwardingRuleSpec) DeepCopyInto(out *ForwardingRuleSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ForwardingRuleStatus ¶
type ForwardingRuleStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ForwardingRuleObservation `json:"atProvider,omitempty"` }
ForwardingRuleStatus defines the observed state of ForwardingRule.
func (*ForwardingRuleStatus) DeepCopy ¶
func (in *ForwardingRuleStatus) DeepCopy() *ForwardingRuleStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ForwardingRuleStatus.
func (*ForwardingRuleStatus) DeepCopyInto ¶
func (in *ForwardingRuleStatus) DeepCopyInto(out *ForwardingRuleStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RegionTargetTCPProxy ¶
type RegionTargetTCPProxy struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RegionTargetTCPProxySpec `json:"spec"` Status RegionTargetTCPProxyStatus `json:"status,omitempty"` }
RegionTargetTCPProxy is the Schema for the RegionTargetTCPProxys API. Represents a RegionTargetTcpProxy resource, which is used by one or more forwarding rules to route incoming TCP requests to a regional TCP proxy load balancer. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,gcp-beta}
func (*RegionTargetTCPProxy) DeepCopy ¶
func (in *RegionTargetTCPProxy) DeepCopy() *RegionTargetTCPProxy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) DeepCopyInto ¶
func (in *RegionTargetTCPProxy) DeepCopyInto(out *RegionTargetTCPProxy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RegionTargetTCPProxy) DeepCopyObject ¶
func (in *RegionTargetTCPProxy) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RegionTargetTCPProxy) GetCondition ¶
func (mg *RegionTargetTCPProxy) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) GetConnectionDetailsMapping ¶
func (tr *RegionTargetTCPProxy) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this RegionTargetTCPProxy
func (*RegionTargetTCPProxy) GetDeletionPolicy ¶
func (mg *RegionTargetTCPProxy) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) GetID ¶
func (tr *RegionTargetTCPProxy) GetID() string
GetID returns ID of underlying Terraform resource of this RegionTargetTCPProxy
func (*RegionTargetTCPProxy) GetObservation ¶
func (tr *RegionTargetTCPProxy) GetObservation() (map[string]any, error)
GetObservation of this RegionTargetTCPProxy
func (*RegionTargetTCPProxy) GetParameters ¶
func (tr *RegionTargetTCPProxy) GetParameters() (map[string]any, error)
GetParameters of this RegionTargetTCPProxy
func (*RegionTargetTCPProxy) GetProviderConfigReference ¶
func (mg *RegionTargetTCPProxy) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) GetProviderReference ¶
func (mg *RegionTargetTCPProxy) GetProviderReference() *xpv1.Reference
GetProviderReference of this RegionTargetTCPProxy. Deprecated: Use GetProviderConfigReference.
func (*RegionTargetTCPProxy) GetPublishConnectionDetailsTo ¶
func (mg *RegionTargetTCPProxy) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) GetTerraformResourceType ¶
func (mg *RegionTargetTCPProxy) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this RegionTargetTCPProxy
func (*RegionTargetTCPProxy) GetTerraformSchemaVersion ¶
func (tr *RegionTargetTCPProxy) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*RegionTargetTCPProxy) GetWriteConnectionSecretToReference ¶
func (mg *RegionTargetTCPProxy) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) LateInitialize ¶
func (tr *RegionTargetTCPProxy) LateInitialize(attrs []byte) (bool, error)
LateInitialize this RegionTargetTCPProxy using its observed tfState. returns True if there are any spec changes for the resource.
func (*RegionTargetTCPProxy) ResolveReferences ¶
ResolveReferences of this RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) SetConditions ¶
func (mg *RegionTargetTCPProxy) SetConditions(c ...xpv1.Condition)
SetConditions of this RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) SetDeletionPolicy ¶
func (mg *RegionTargetTCPProxy) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) SetObservation ¶
func (tr *RegionTargetTCPProxy) SetObservation(obs map[string]any) error
SetObservation for this RegionTargetTCPProxy
func (*RegionTargetTCPProxy) SetParameters ¶
func (tr *RegionTargetTCPProxy) SetParameters(params map[string]any) error
SetParameters for this RegionTargetTCPProxy
func (*RegionTargetTCPProxy) SetProviderConfigReference ¶
func (mg *RegionTargetTCPProxy) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) SetProviderReference ¶
func (mg *RegionTargetTCPProxy) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this RegionTargetTCPProxy. Deprecated: Use SetProviderConfigReference.
func (*RegionTargetTCPProxy) SetPublishConnectionDetailsTo ¶
func (mg *RegionTargetTCPProxy) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this RegionTargetTCPProxy.
func (*RegionTargetTCPProxy) SetWriteConnectionSecretToReference ¶
func (mg *RegionTargetTCPProxy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this RegionTargetTCPProxy.
type RegionTargetTCPProxyList ¶
type RegionTargetTCPProxyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RegionTargetTCPProxy `json:"items"` }
RegionTargetTCPProxyList contains a list of RegionTargetTCPProxys
func (*RegionTargetTCPProxyList) DeepCopy ¶
func (in *RegionTargetTCPProxyList) DeepCopy() *RegionTargetTCPProxyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegionTargetTCPProxyList.
func (*RegionTargetTCPProxyList) DeepCopyInto ¶
func (in *RegionTargetTCPProxyList) DeepCopyInto(out *RegionTargetTCPProxyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RegionTargetTCPProxyList) DeepCopyObject ¶
func (in *RegionTargetTCPProxyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RegionTargetTCPProxyList) GetItems ¶
func (l *RegionTargetTCPProxyList) GetItems() []resource.Managed
GetItems of this RegionTargetTCPProxyList.
type RegionTargetTCPProxyObservation ¶
type RegionTargetTCPProxyObservation struct { // Creation timestamp in RFC3339 text format. CreationTimestamp *string `json:"creationTimestamp,omitempty" tf:"creation_timestamp,omitempty"` // an identifier for the resource with format projects/{{project}}/regions/{{region}}/targetTcpProxies/{{name}} ID *string `json:"id,omitempty" tf:"id,omitempty"` // The unique identifier for the resource. ProxyID *float64 `json:"proxyId,omitempty" tf:"proxy_id,omitempty"` // The URI of the created resource. SelfLink *string `json:"selfLink,omitempty" tf:"self_link,omitempty"` }
func (*RegionTargetTCPProxyObservation) DeepCopy ¶
func (in *RegionTargetTCPProxyObservation) DeepCopy() *RegionTargetTCPProxyObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegionTargetTCPProxyObservation.
func (*RegionTargetTCPProxyObservation) DeepCopyInto ¶
func (in *RegionTargetTCPProxyObservation) DeepCopyInto(out *RegionTargetTCPProxyObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RegionTargetTCPProxyParameters ¶
type RegionTargetTCPProxyParameters struct { // A reference to the BackendService resource. // +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/compute/v1beta1.BackendService // +crossplane:generate:reference:extractor=github.com/upbound/provider-gcp/config/common.SelfLinkExtractor() // +kubebuilder:validation:Optional BackendService *string `json:"backendService,omitempty" tf:"backend_service,omitempty"` // Reference to a BackendService in compute to populate backendService. // +kubebuilder:validation:Optional BackendServiceRef *v1.Reference `json:"backendServiceRef,omitempty" tf:"-"` // Selector for a BackendService in compute to populate backendService. // +kubebuilder:validation:Optional BackendServiceSelector *v1.Selector `json:"backendServiceSelector,omitempty" tf:"-"` // An optional description of this resource. // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // The ID of the project in which the resource belongs. // If it is not provided, the provider project is used. // +kubebuilder:validation:Optional Project *string `json:"project,omitempty" tf:"project,omitempty"` // This field only applies when the forwarding rule that references // this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. // +kubebuilder:validation:Optional ProxyBind *bool `json:"proxyBind,omitempty" tf:"proxy_bind,omitempty"` // Specifies the type of proxy header to append before sending data to // the backend. // Default value is NONE. // Possible values are NONE and PROXY_V1. // +kubebuilder:validation:Optional ProxyHeader *string `json:"proxyHeader,omitempty" tf:"proxy_header,omitempty"` // The Region in which the created target TCP proxy should reside. // If it is not provided, the provider region is used. // +kubebuilder:validation:Required Region *string `json:"region" tf:"region,omitempty"` }
func (*RegionTargetTCPProxyParameters) DeepCopy ¶
func (in *RegionTargetTCPProxyParameters) DeepCopy() *RegionTargetTCPProxyParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegionTargetTCPProxyParameters.
func (*RegionTargetTCPProxyParameters) DeepCopyInto ¶
func (in *RegionTargetTCPProxyParameters) DeepCopyInto(out *RegionTargetTCPProxyParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RegionTargetTCPProxySpec ¶
type RegionTargetTCPProxySpec struct { v1.ResourceSpec `json:",inline"` ForProvider RegionTargetTCPProxyParameters `json:"forProvider"` }
RegionTargetTCPProxySpec defines the desired state of RegionTargetTCPProxy
func (*RegionTargetTCPProxySpec) DeepCopy ¶
func (in *RegionTargetTCPProxySpec) DeepCopy() *RegionTargetTCPProxySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegionTargetTCPProxySpec.
func (*RegionTargetTCPProxySpec) DeepCopyInto ¶
func (in *RegionTargetTCPProxySpec) DeepCopyInto(out *RegionTargetTCPProxySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RegionTargetTCPProxyStatus ¶
type RegionTargetTCPProxyStatus struct { v1.ResourceStatus `json:",inline"` AtProvider RegionTargetTCPProxyObservation `json:"atProvider,omitempty"` }
RegionTargetTCPProxyStatus defines the observed state of RegionTargetTCPProxy.
func (*RegionTargetTCPProxyStatus) DeepCopy ¶
func (in *RegionTargetTCPProxyStatus) DeepCopy() *RegionTargetTCPProxyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegionTargetTCPProxyStatus.
func (*RegionTargetTCPProxyStatus) DeepCopyInto ¶
func (in *RegionTargetTCPProxyStatus) DeepCopyInto(out *RegionTargetTCPProxyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceDirectoryRegistrationsObservation ¶
type ServiceDirectoryRegistrationsObservation struct { }
func (*ServiceDirectoryRegistrationsObservation) DeepCopy ¶
func (in *ServiceDirectoryRegistrationsObservation) DeepCopy() *ServiceDirectoryRegistrationsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceDirectoryRegistrationsObservation.
func (*ServiceDirectoryRegistrationsObservation) DeepCopyInto ¶
func (in *ServiceDirectoryRegistrationsObservation) DeepCopyInto(out *ServiceDirectoryRegistrationsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceDirectoryRegistrationsParameters ¶
type ServiceDirectoryRegistrationsParameters struct { // Service Directory namespace to register the forwarding rule under. // +kubebuilder:validation:Optional Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"` // Service Directory service to register the forwarding rule under. // +kubebuilder:validation:Optional Service *string `json:"service,omitempty" tf:"service,omitempty"` }
func (*ServiceDirectoryRegistrationsParameters) DeepCopy ¶
func (in *ServiceDirectoryRegistrationsParameters) DeepCopy() *ServiceDirectoryRegistrationsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceDirectoryRegistrationsParameters.
func (*ServiceDirectoryRegistrationsParameters) DeepCopyInto ¶
func (in *ServiceDirectoryRegistrationsParameters) DeepCopyInto(out *ServiceDirectoryRegistrationsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.