diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7445afb..0e3d73b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
+## 0.25.0
+* Renamed `upstream_proto` to `upstream_protocol` for `endpoint` resources
## 0.24.0
* Added support for Cloud Endpoints (currently in private beta).
+* Renamed `principal_id` to `principal` for `endpoint` resources
## 0.23.0
* Renamed the Policy Module to the Traffic Policy Module on HTTP Edge Routes, TCP Edges, and TLS Edges, which allows you to configure rules that can be used to influence and control traffic to and from your upstream service. The Traffic Policy itself is now specified as either a JSON or YAML string.
diff --git a/doc/NgrokAPI.html b/doc/NgrokAPI.html
index 7c3522f..40b575c 100644
--- a/doc/NgrokAPI.html
+++ b/doc/NgrokAPI.html
@@ -79,7 +79,7 @@
An IP restriction is a restriction placed on the CIDRs that are allowed to initiate traffic to a specific aspect of your ngrok account.
+
+
+
+
@@ -1680,12 +1758,12 @@
-147
-148
-149
+157
+158
+159
- # File 'lib/ngrokapi/client.rb', line 147
+ # File 'lib/ngrokapi/client.rb', line 157
def reserved_addrs
@_reserved_addrs ||= NgrokAPI :: Services :: ReservedAddrsClient . new ( client: @client )
@@ -1734,12 +1812,12 @@
-158
-159
-160
+168
+169
+170
- # File 'lib/ngrokapi/client.rb', line 158
+ # File 'lib/ngrokapi/client.rb', line 168
def reserved_domains
@_reserved_domains ||= NgrokAPI :: Services :: ReservedDomainsClient . new ( client: @client )
@@ -1788,12 +1866,12 @@
-167
-168
-169
+177
+178
+179
- # File 'lib/ngrokapi/client.rb', line 167
+ # File 'lib/ngrokapi/client.rb', line 177
def ssh_certificate_authorities
@_ssh_certificate_authorities ||= NgrokAPI :: Services :: SSHCertificateAuthoritiesClient . new ( client: @client )
@@ -1842,12 +1920,12 @@
-176
-177
-178
+186
+187
+188
- # File 'lib/ngrokapi/client.rb', line 176
+ # File 'lib/ngrokapi/client.rb', line 186
def ssh_credentials
@_ssh_credentials ||= NgrokAPI :: Services :: SSHCredentialsClient . new ( client: @client )
@@ -1896,12 +1974,12 @@
-186
-187
-188
+196
+197
+198
- # File 'lib/ngrokapi/client.rb', line 186
+ # File 'lib/ngrokapi/client.rb', line 196
def ssh_host_certificates
@_ssh_host_certificates ||= NgrokAPI :: Services :: SSHHostCertificatesClient . new ( client: @client )
@@ -1950,12 +2028,12 @@
-196
-197
-198
+206
+207
+208
- # File 'lib/ngrokapi/client.rb', line 196
+ # File 'lib/ngrokapi/client.rb', line 206
def ssh_user_certificates
@_ssh_user_certificates ||= NgrokAPI :: Services :: SSHUserCertificatesClient . new ( client: @client )
@@ -2004,12 +2082,12 @@
-208
-209
-210
+218
+219
+220
- # File 'lib/ngrokapi/client.rb', line 208
+ # File 'lib/ngrokapi/client.rb', line 218
def tls_certificates
@_tls_certificates ||= NgrokAPI :: Services :: TLSCertificatesClient . new ( client: @client )
@@ -2112,12 +2190,12 @@
-217
-218
-219
+227
+228
+229
- # File 'lib/ngrokapi/client.rb', line 217
+ # File 'lib/ngrokapi/client.rb', line 227
def tunnels
@_tunnels ||= NgrokAPI :: Services :: TunnelsClient . new ( client: @client )
@@ -2132,7 +2210,7 @@
diff --git a/doc/NgrokAPI/Error.html b/doc/NgrokAPI/Error.html
index 9e61667..893c61b 100644
--- a/doc/NgrokAPI/Error.html
+++ b/doc/NgrokAPI/Error.html
@@ -295,7 +295,7 @@
diff --git a/doc/NgrokAPI/Errors.html b/doc/NgrokAPI/Errors.html
index 58bba36..ae97dca 100644
--- a/doc/NgrokAPI/Errors.html
+++ b/doc/NgrokAPI/Errors.html
@@ -105,7 +105,7 @@
diff --git a/doc/NgrokAPI/Errors/NotFoundError.html b/doc/NgrokAPI/Errors/NotFoundError.html
index 4bf441c..f93ab7e 100644
--- a/doc/NgrokAPI/Errors/NotFoundError.html
+++ b/doc/NgrokAPI/Errors/NotFoundError.html
@@ -299,7 +299,7 @@
diff --git a/doc/NgrokAPI/HttpClient.html b/doc/NgrokAPI/HttpClient.html
index c060d4e..c2d0717 100644
--- a/doc/NgrokAPI/HttpClient.html
+++ b/doc/NgrokAPI/HttpClient.html
@@ -1267,7 +1267,7 @@
diff --git a/doc/NgrokAPI/Models.html b/doc/NgrokAPI/Models.html
index 8c45abe..c18cff5 100644
--- a/doc/NgrokAPI/Models.html
+++ b/doc/NgrokAPI/Models.html
@@ -79,7 +79,7 @@
Defined in:
lib/ngrokapi/models/ref.rb,
- lib/ngrokapi/models/tunnel.rb, lib/ngrokapi/models/api_key.rb, lib/ngrokapi/models/aws_auth.rb, lib/ngrokapi/models/aws_role.rb, lib/ngrokapi/models/bot_user.rb, lib/ngrokapi/models/endpoint.rb, lib/ngrokapi/models/listable.rb, lib/ngrokapi/models/location.rb, lib/ngrokapi/models/tcp_edge.rb, lib/ngrokapi/models/tls_edge.rb, lib/ngrokapi/models/ip_policy.rb, lib/ngrokapi/models/credential.rb, lib/ngrokapi/models/https_edge.rb, lib/ngrokapi/models/user_agent.rb, lib/ngrokapi/models/abuse_report.rb, lib/ngrokapi/models/event_source.rb, lib/ngrokapi/models/event_target.rb, lib/ngrokapi/models/agent_ingress.rb, lib/ngrokapi/models/endpoint_oidc.rb, lib/ngrokapi/models/endpoint_saml.rb, lib/ngrokapi/models/reserved_addr.rb, lib/ngrokapi/models/ip_policy_rule.rb, lib/ngrokapi/models/ip_restriction.rb, lib/ngrokapi/models/ssh_credential.rb, lib/ngrokapi/models/static_backend.rb, lib/ngrokapi/models/tunnel_session.rb, lib/ngrokapi/models/aws_credentials.rb, lib/ngrokapi/models/browser_session.rb, lib/ngrokapi/models/endpoint_o_auth.rb, lib/ngrokapi/models/reserved_domain.rb, lib/ngrokapi/models/tls_certificate.rb, lib/ngrokapi/models/application_user.rb, lib/ngrokapi/models/endpoint_backend.rb, lib/ngrokapi/models/failover_backend.rb, lib/ngrokapi/models/https_edge_route.rb, lib/ngrokapi/models/weighted_backend.rb, lib/ngrokapi/models/event_destination.rb, lib/ngrokapi/models/event_source_list.rb, lib/ngrokapi/models/identity_provider.rb, lib/ngrokapi/models/endpoint_ip_policy.rb, lib/ngrokapi/models/event_subscription.rb, lib/ngrokapi/models/static_backend_tls.rb, lib/ngrokapi/models/application_session.rb, lib/ngrokapi/models/endpoint_mutual_tls.rb, lib/ngrokapi/models/endpoint_compression.rb, lib/ngrokapi/models/endpoint_saml_mutate.rb, lib/ngrokapi/models/event_source_replace.rb, lib/ngrokapi/models/event_target_datadog.rb, lib/ngrokapi/models/event_target_kinesis.rb, lib/ngrokapi/models/ssh_host_certificate.rb, lib/ngrokapi/models/ssh_user_certificate.rb, lib/ngrokapi/models/tunnel_group_backend.rb, lib/ngrokapi/models/abuse_report_hostname.rb, lib/ngrokapi/models/certificate_authority.rb, lib/ngrokapi/models/event_target_firehose.rb, lib/ngrokapi/models/http_response_backend.rb, lib/ngrokapi/models/tls_certificate_sa_ns.rb, lib/ngrokapi/models/agent_ingress_cert_job.rb, lib/ngrokapi/models/endpoint_o_auth_amazon.rb, lib/ngrokapi/models/endpoint_o_auth_google.rb, lib/ngrokapi/models/endpoint_o_auth_twitch.rb, lib/ngrokapi/models/endpoint_backend_mutate.rb, lib/ngrokapi/models/endpoint_o_auth_git_hub.rb, lib/ngrokapi/models/endpoint_o_auth_git_lab.rb, lib/ngrokapi/models/endpoint_traffic_policy.rb, lib/ngrokapi/models/endpoint_circuit_breaker.rb, lib/ngrokapi/models/endpoint_o_auth_facebook.rb, lib/ngrokapi/models/endpoint_o_auth_provider.rb, lib/ngrokapi/models/endpoint_request_headers.rb, lib/ngrokapi/models/endpoint_tls_termination.rb, lib/ngrokapi/models/reserved_domain_cert_job.rb, lib/ngrokapi/models/agent_ingress_cert_policy.rb, lib/ngrokapi/models/agent_ingress_cert_status.rb, lib/ngrokapi/models/endpoint_ip_policy_mutate.rb, lib/ngrokapi/models/endpoint_o_auth_linked_in.rb, lib/ngrokapi/models/endpoint_o_auth_microsoft.rb, lib/ngrokapi/models/endpoint_response_headers.rb, lib/ngrokapi/models/ssh_certificate_authority.rb, lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb, lib/ngrokapi/models/endpoint_user_agent_filter.rb, lib/ngrokapi/models/endpoint_webhook_validation.rb, lib/ngrokapi/models/reserved_domain_cert_policy.rb, lib/ngrokapi/models/reserved_domain_cert_status.rb, lib/ngrokapi/models/event_target_cloudwatch_logs.rb, lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb, lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb, lib/ngrokapi/models/event_target_azure_logs_ingestion.rb
+ lib/ngrokapi/models/tunnel.rb, lib/ngrokapi/models/api_key.rb, lib/ngrokapi/models/aws_auth.rb, lib/ngrokapi/models/aws_role.rb, lib/ngrokapi/models/bot_user.rb, lib/ngrokapi/models/endpoint.rb, lib/ngrokapi/models/listable.rb, lib/ngrokapi/models/location.rb, lib/ngrokapi/models/tcp_edge.rb, lib/ngrokapi/models/tls_edge.rb, lib/ngrokapi/models/ip_policy.rb, lib/ngrokapi/models/credential.rb, lib/ngrokapi/models/https_edge.rb, lib/ngrokapi/models/user_agent.rb, lib/ngrokapi/models/abuse_report.rb, lib/ngrokapi/models/event_source.rb, lib/ngrokapi/models/event_target.rb, lib/ngrokapi/models/agent_ingress.rb, lib/ngrokapi/models/endpoint_oidc.rb, lib/ngrokapi/models/endpoint_saml.rb, lib/ngrokapi/models/reserved_addr.rb, lib/ngrokapi/models/ip_policy_rule.rb, lib/ngrokapi/models/ip_restriction.rb, lib/ngrokapi/models/ssh_credential.rb, lib/ngrokapi/models/static_backend.rb, lib/ngrokapi/models/tunnel_session.rb, lib/ngrokapi/models/aws_credentials.rb, lib/ngrokapi/models/browser_session.rb, lib/ngrokapi/models/endpoint_o_auth.rb, lib/ngrokapi/models/reserved_domain.rb, lib/ngrokapi/models/tls_certificate.rb, lib/ngrokapi/models/application_user.rb, lib/ngrokapi/models/endpoint_backend.rb, lib/ngrokapi/models/failover_backend.rb, lib/ngrokapi/models/https_edge_route.rb, lib/ngrokapi/models/weighted_backend.rb, lib/ngrokapi/models/event_destination.rb, lib/ngrokapi/models/event_source_list.rb, lib/ngrokapi/models/identity_provider.rb, lib/ngrokapi/models/endpoint_ip_policy.rb, lib/ngrokapi/models/event_subscription.rb, lib/ngrokapi/models/static_backend_tls.rb, lib/ngrokapi/models/application_session.rb, lib/ngrokapi/models/endpoint_mutual_tls.rb, lib/ngrokapi/models/kubernetes_operator.rb, lib/ngrokapi/models/endpoint_compression.rb, lib/ngrokapi/models/endpoint_saml_mutate.rb, lib/ngrokapi/models/event_source_replace.rb, lib/ngrokapi/models/event_target_datadog.rb, lib/ngrokapi/models/event_target_kinesis.rb, lib/ngrokapi/models/ssh_host_certificate.rb, lib/ngrokapi/models/ssh_user_certificate.rb, lib/ngrokapi/models/tunnel_group_backend.rb, lib/ngrokapi/models/abuse_report_hostname.rb, lib/ngrokapi/models/certificate_authority.rb, lib/ngrokapi/models/event_target_firehose.rb, lib/ngrokapi/models/http_response_backend.rb, lib/ngrokapi/models/tls_certificate_sa_ns.rb, lib/ngrokapi/models/agent_ingress_cert_job.rb, lib/ngrokapi/models/endpoint_o_auth_amazon.rb, lib/ngrokapi/models/endpoint_o_auth_google.rb, lib/ngrokapi/models/endpoint_o_auth_twitch.rb, lib/ngrokapi/models/endpoint_backend_mutate.rb, lib/ngrokapi/models/endpoint_o_auth_git_hub.rb, lib/ngrokapi/models/endpoint_o_auth_git_lab.rb, lib/ngrokapi/models/endpoint_traffic_policy.rb, lib/ngrokapi/models/endpoint_circuit_breaker.rb, lib/ngrokapi/models/endpoint_o_auth_facebook.rb, lib/ngrokapi/models/endpoint_o_auth_provider.rb, lib/ngrokapi/models/endpoint_request_headers.rb, lib/ngrokapi/models/endpoint_tls_termination.rb, lib/ngrokapi/models/kubernetes_operator_cert.rb, lib/ngrokapi/models/reserved_domain_cert_job.rb, lib/ngrokapi/models/agent_ingress_cert_policy.rb, lib/ngrokapi/models/agent_ingress_cert_status.rb, lib/ngrokapi/models/endpoint_ip_policy_mutate.rb, lib/ngrokapi/models/endpoint_o_auth_linked_in.rb, lib/ngrokapi/models/endpoint_o_auth_microsoft.rb, lib/ngrokapi/models/endpoint_response_headers.rb, lib/ngrokapi/models/ssh_certificate_authority.rb, lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb, lib/ngrokapi/models/endpoint_user_agent_filter.rb, lib/ngrokapi/models/endpoint_webhook_validation.rb, lib/ngrokapi/models/kubernetes_operator_binding.rb, lib/ngrokapi/models/reserved_domain_cert_policy.rb, lib/ngrokapi/models/reserved_domain_cert_status.rb, lib/ngrokapi/models/event_target_cloudwatch_logs.rb, lib/ngrokapi/models/kubernetes_operator_deployment.rb, lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb, lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb, lib/ngrokapi/models/event_target_azure_logs_ingestion.rb, lib/ngrokapi/models/kubernetes_operator_binding_create.rb, lib/ngrokapi/models/kubernetes_operator_binding_update.rb, lib/ngrokapi/models/kubernetes_operator_deployment_update.rb
@@ -91,7 +91,7 @@
- Classes: APIKey , AWSAuth , AWSCredentials , AWSRole , AbuseReport , AbuseReportHostname , AgentIngress , AgentIngressCertJob , AgentIngressCertPolicy , AgentIngressCertStatus , ApplicationSession , ApplicationUser , BotUser , BrowserSession , CertificateAuthority , Credential , Endpoint , EndpointBackend , EndpointBackendMutate , EndpointCircuitBreaker , EndpointCompression , EndpointIPPolicy , EndpointIPPolicyMutate , EndpointMutualTLS , EndpointMutualTLSMutate , EndpointOAuth , EndpointOAuthAmazon , EndpointOAuthFacebook , EndpointOAuthGitHub , EndpointOAuthGitLab , EndpointOAuthGoogle , EndpointOAuthLinkedIn , EndpointOAuthMicrosoft , EndpointOAuthProvider , EndpointOAuthTwitch , EndpointOIDC , EndpointRequestHeaders , EndpointResponseHeaders , EndpointSAML , EndpointSAMLMutate , EndpointTLSTermination , EndpointTLSTerminationAtEdge , EndpointTrafficPolicy , EndpointUserAgentFilter , EndpointWebhookValidation , EndpointWebsocketTCPConverter , EventDestination , EventSource , EventSourceList , EventSourceReplace , EventSubscription , EventTarget , EventTargetAzureLogsIngestion , EventTargetCloudwatchLogs , EventTargetDatadog , EventTargetFirehose , EventTargetKinesis , FailoverBackend , HTTPResponseBackend , HTTPSEdge , HTTPSEdgeRoute , IPPolicy , IPPolicyRule , IPRestriction , IdentityProvider , Listable , Location , Ref , ReservedAddr , ReservedDomain , ReservedDomainCertJob , ReservedDomainCertPolicy , ReservedDomainCertStatus , SSHCertificateAuthority , SSHCredential , SSHHostCertificate , SSHUserCertificate , StaticBackend , StaticBackendTLS , TCPEdge , TLSCertificate , TLSCertificateSANs , TLSEdge , Tunnel , TunnelGroupBackend , TunnelSession , UserAgent , WeightedBackend
+ Classes: APIKey , AWSAuth , AWSCredentials , AWSRole , AbuseReport , AbuseReportHostname , AgentIngress , AgentIngressCertJob , AgentIngressCertPolicy , AgentIngressCertStatus , ApplicationSession , ApplicationUser , BotUser , BrowserSession , CertificateAuthority , Credential , Endpoint , EndpointBackend , EndpointBackendMutate , EndpointCircuitBreaker , EndpointCompression , EndpointIPPolicy , EndpointIPPolicyMutate , EndpointMutualTLS , EndpointMutualTLSMutate , EndpointOAuth , EndpointOAuthAmazon , EndpointOAuthFacebook , EndpointOAuthGitHub , EndpointOAuthGitLab , EndpointOAuthGoogle , EndpointOAuthLinkedIn , EndpointOAuthMicrosoft , EndpointOAuthProvider , EndpointOAuthTwitch , EndpointOIDC , EndpointRequestHeaders , EndpointResponseHeaders , EndpointSAML , EndpointSAMLMutate , EndpointTLSTermination , EndpointTLSTerminationAtEdge , EndpointTrafficPolicy , EndpointUserAgentFilter , EndpointWebhookValidation , EndpointWebsocketTCPConverter , EventDestination , EventSource , EventSourceList , EventSourceReplace , EventSubscription , EventTarget , EventTargetAzureLogsIngestion , EventTargetCloudwatchLogs , EventTargetDatadog , EventTargetFirehose , EventTargetKinesis , FailoverBackend , HTTPResponseBackend , HTTPSEdge , HTTPSEdgeRoute , IPPolicy , IPPolicyRule , IPRestriction , IdentityProvider , KubernetesOperator , KubernetesOperatorBinding , KubernetesOperatorBindingCreate , KubernetesOperatorBindingUpdate , KubernetesOperatorCert , KubernetesOperatorDeployment , KubernetesOperatorDeploymentUpdate , Listable , Location , Ref , ReservedAddr , ReservedDomain , ReservedDomainCertJob , ReservedDomainCertPolicy , ReservedDomainCertStatus , SSHCertificateAuthority , SSHCredential , SSHHostCertificate , SSHUserCertificate , StaticBackend , StaticBackendTLS , TCPEdge , TLSCertificate , TLSCertificateSANs , TLSEdge , Tunnel , TunnelGroupBackend , TunnelSession , UserAgent , WeightedBackend
@@ -107,7 +107,7 @@
diff --git a/doc/NgrokAPI/Models/APIKey.html b/doc/NgrokAPI/Models/APIKey.html
index bc178a9..c8f768d 100644
--- a/doc/NgrokAPI/Models/APIKey.html
+++ b/doc/NgrokAPI/Models/APIKey.html
@@ -1189,7 +1189,7 @@
diff --git a/doc/NgrokAPI/Models/AWSAuth.html b/doc/NgrokAPI/Models/AWSAuth.html
index fa0a030..e7314c5 100644
--- a/doc/NgrokAPI/Models/AWSAuth.html
+++ b/doc/NgrokAPI/Models/AWSAuth.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/AWSCredentials.html b/doc/NgrokAPI/Models/AWSCredentials.html
index 91abc59..1a52e39 100644
--- a/doc/NgrokAPI/Models/AWSCredentials.html
+++ b/doc/NgrokAPI/Models/AWSCredentials.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/AWSRole.html b/doc/NgrokAPI/Models/AWSRole.html
index a720648..645b446 100644
--- a/doc/NgrokAPI/Models/AWSRole.html
+++ b/doc/NgrokAPI/Models/AWSRole.html
@@ -585,7 +585,7 @@
diff --git a/doc/NgrokAPI/Models/AbuseReport.html b/doc/NgrokAPI/Models/AbuseReport.html
index 1d49d6c..ec25a58 100644
--- a/doc/NgrokAPI/Models/AbuseReport.html
+++ b/doc/NgrokAPI/Models/AbuseReport.html
@@ -1033,7 +1033,7 @@
diff --git a/doc/NgrokAPI/Models/AbuseReportHostname.html b/doc/NgrokAPI/Models/AbuseReportHostname.html
index 5037d6f..d8481e2 100644
--- a/doc/NgrokAPI/Models/AbuseReportHostname.html
+++ b/doc/NgrokAPI/Models/AbuseReportHostname.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/AgentIngress.html b/doc/NgrokAPI/Models/AgentIngress.html
index a232266..3086aa5 100644
--- a/doc/NgrokAPI/Models/AgentIngress.html
+++ b/doc/NgrokAPI/Models/AgentIngress.html
@@ -1417,7 +1417,7 @@
diff --git a/doc/NgrokAPI/Models/AgentIngressCertJob.html b/doc/NgrokAPI/Models/AgentIngressCertJob.html
index 8fc5860..8c1ba3b 100644
--- a/doc/NgrokAPI/Models/AgentIngressCertJob.html
+++ b/doc/NgrokAPI/Models/AgentIngressCertJob.html
@@ -807,7 +807,7 @@
diff --git a/doc/NgrokAPI/Models/AgentIngressCertPolicy.html b/doc/NgrokAPI/Models/AgentIngressCertPolicy.html
index 83c9cd6..2988c62 100644
--- a/doc/NgrokAPI/Models/AgentIngressCertPolicy.html
+++ b/doc/NgrokAPI/Models/AgentIngressCertPolicy.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/AgentIngressCertStatus.html b/doc/NgrokAPI/Models/AgentIngressCertStatus.html
index 3be9ff0..9d460d1 100644
--- a/doc/NgrokAPI/Models/AgentIngressCertStatus.html
+++ b/doc/NgrokAPI/Models/AgentIngressCertStatus.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/ApplicationSession.html b/doc/NgrokAPI/Models/ApplicationSession.html
index 4d587f7..1c63e90 100644
--- a/doc/NgrokAPI/Models/ApplicationSession.html
+++ b/doc/NgrokAPI/Models/ApplicationSession.html
@@ -1404,7 +1404,7 @@
diff --git a/doc/NgrokAPI/Models/ApplicationUser.html b/doc/NgrokAPI/Models/ApplicationUser.html
index 710c470..84ed30a 100644
--- a/doc/NgrokAPI/Models/ApplicationUser.html
+++ b/doc/NgrokAPI/Models/ApplicationUser.html
@@ -1326,7 +1326,7 @@
diff --git a/doc/NgrokAPI/Models/BotUser.html b/doc/NgrokAPI/Models/BotUser.html
index 739a9f2..ae92e89 100644
--- a/doc/NgrokAPI/Models/BotUser.html
+++ b/doc/NgrokAPI/Models/BotUser.html
@@ -1041,7 +1041,7 @@
diff --git a/doc/NgrokAPI/Models/BrowserSession.html b/doc/NgrokAPI/Models/BrowserSession.html
index 9e9c3c1..0740a91 100644
--- a/doc/NgrokAPI/Models/BrowserSession.html
+++ b/doc/NgrokAPI/Models/BrowserSession.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/CertificateAuthority.html b/doc/NgrokAPI/Models/CertificateAuthority.html
index 37cce9d..f19907b 100644
--- a/doc/NgrokAPI/Models/CertificateAuthority.html
+++ b/doc/NgrokAPI/Models/CertificateAuthority.html
@@ -1485,7 +1485,7 @@
diff --git a/doc/NgrokAPI/Models/Credential.html b/doc/NgrokAPI/Models/Credential.html
index f0e363e..22cac34 100644
--- a/doc/NgrokAPI/Models/Credential.html
+++ b/doc/NgrokAPI/Models/Credential.html
@@ -1269,7 +1269,7 @@
diff --git a/doc/NgrokAPI/Models/Endpoint.html b/doc/NgrokAPI/Models/Endpoint.html
index fc85db0..ce1af04 100644
--- a/doc/NgrokAPI/Models/Endpoint.html
+++ b/doc/NgrokAPI/Models/Endpoint.html
@@ -509,35 +509,6 @@
Returns the value of attribute principal.
-
-
-
-
-
-
- #principal_id ⇒ Object
-
-
-
-
-
-
-
-
- readonly
-
-
-
-
-
-
-
-
-
-
-
Returns the value of attribute principal_id.
-
-
@@ -834,7 +805,7 @@
- #upstream_proto ⇒ Object
+ #upstream_protocol ⇒ Object
@@ -854,7 +825,7 @@
-
Returns the value of attribute upstream_proto.
+
Returns the value of attribute upstream_protocol.
@@ -1132,6 +1103,7 @@
+39
40
41
42
@@ -1164,12 +1136,10 @@
69
70
71
-72
-73
-74
+72
- # File 'lib/ngrokapi/models/endpoint.rb', line 40
+ # File 'lib/ngrokapi/models/endpoint.rb', line 39
def initialize ( client: nil , attrs: { } )
@client = client
@@ -1194,10 +1164,9 @@
@tunnel = @attrs [ ' tunnel ' ]
@edge = @attrs [ ' edge ' ]
@upstream_url = @attrs [ ' upstream_url ' ]
- @upstream_proto = @attrs [ ' upstream_proto ' ]
+ @upstream_protocol = @attrs [ ' upstream_protocol ' ]
@url = @attrs [ ' url ' ]
@principal = @attrs [ ' principal ' ]
- @principal_id = @attrs [ ' principal_id ' ]
@traffic_policy = @attrs [ ' traffic_policy ' ]
@bindings = @attrs [ ' bindings ' ]
@tunnel_session = @attrs [ ' tunnel_session ' ]
@@ -1819,49 +1788,6 @@
-
-
-
-
- #principal_id ⇒ Object
-
-
-
-
-
-
-
-
-
Returns the value of attribute principal_id.
-
-
-
-
-
-
-
-
-
-
-
-
-
-10
-11
-12
-
-
- # File 'lib/ngrokapi/models/endpoint.rb', line 10
-
-def principal_id
- @principal_id
-end
-
-
-
-
-
-
@@ -2294,9 +2220,9 @@
-
+
- #upstream_proto ⇒ Object
+ #upstream_protocol ⇒ Object
@@ -2305,7 +2231,7 @@
-
Returns the value of attribute upstream_proto.
+
Returns the value of attribute upstream_protocol.
@@ -2326,8 +2252,8 @@
# File 'lib/ngrokapi/models/endpoint.rb', line 10
-def upstream_proto
- @upstream_proto
+def upstream_protocol
+ @upstream_protocol
end
@@ -2485,12 +2411,12 @@
-76
-77
-78
+74
+75
+76
- # File 'lib/ngrokapi/models/endpoint.rb', line 76
+ # File 'lib/ngrokapi/models/endpoint.rb', line 74
def == ( other )
@attrs == other . attrs
@@ -2528,14 +2454,14 @@
+116
+117
118
119
-120
-121
-122
+120
- # File 'lib/ngrokapi/models/endpoint.rb', line 118
+ # File 'lib/ngrokapi/models/endpoint.rb', line 116
def delete
@client . delete (
@@ -2562,12 +2488,12 @@
-84
-85
-86
+82
+83
+84
- # File 'lib/ngrokapi/models/endpoint.rb', line 84
+ # File 'lib/ngrokapi/models/endpoint.rb', line 82
def to_h
@attrs . to_h
@@ -2592,12 +2518,12 @@
-80
-81
-82
+78
+79
+80
- # File 'lib/ngrokapi/models/endpoint.rb', line 80
+ # File 'lib/ngrokapi/models/endpoint.rb', line 78
def to_s
@attrs . to_s
@@ -2635,6 +2561,8 @@
+90
+91
92
93
94
@@ -2653,12 +2581,10 @@
107
108
109
-110
-111
-112
+110
- # File 'lib/ngrokapi/models/endpoint.rb', line 92
+ # File 'lib/ngrokapi/models/endpoint.rb', line 90
def update (
url: nil ,
@@ -2691,7 +2617,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointBackend.html b/doc/NgrokAPI/Models/EndpointBackend.html
index d38fa2b..f767cfa 100644
--- a/doc/NgrokAPI/Models/EndpointBackend.html
+++ b/doc/NgrokAPI/Models/EndpointBackend.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointBackendMutate.html b/doc/NgrokAPI/Models/EndpointBackendMutate.html
index 7e6db8d..9070d8c 100644
--- a/doc/NgrokAPI/Models/EndpointBackendMutate.html
+++ b/doc/NgrokAPI/Models/EndpointBackendMutate.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointCircuitBreaker.html b/doc/NgrokAPI/Models/EndpointCircuitBreaker.html
index 2fda0dc..043d662 100644
--- a/doc/NgrokAPI/Models/EndpointCircuitBreaker.html
+++ b/doc/NgrokAPI/Models/EndpointCircuitBreaker.html
@@ -955,7 +955,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointCompression.html b/doc/NgrokAPI/Models/EndpointCompression.html
index 735e8c5..54d7023 100644
--- a/doc/NgrokAPI/Models/EndpointCompression.html
+++ b/doc/NgrokAPI/Models/EndpointCompression.html
@@ -585,7 +585,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointIPPolicy.html b/doc/NgrokAPI/Models/EndpointIPPolicy.html
index 54d757d..396f080 100644
--- a/doc/NgrokAPI/Models/EndpointIPPolicy.html
+++ b/doc/NgrokAPI/Models/EndpointIPPolicy.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html b/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html
index 5054c23..26759ef 100644
--- a/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html
+++ b/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointMutualTLS.html b/doc/NgrokAPI/Models/EndpointMutualTLS.html
index 596b39d..4f47687 100644
--- a/doc/NgrokAPI/Models/EndpointMutualTLS.html
+++ b/doc/NgrokAPI/Models/EndpointMutualTLS.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html b/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html
index 2a3da13..efe3c4d 100644
--- a/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html
+++ b/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuth.html b/doc/NgrokAPI/Models/EndpointOAuth.html
index dcf0a72..6e5f81a 100644
--- a/doc/NgrokAPI/Models/EndpointOAuth.html
+++ b/doc/NgrokAPI/Models/EndpointOAuth.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthAmazon.html b/doc/NgrokAPI/Models/EndpointOAuthAmazon.html
index 11c02d3..54d73a4 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthAmazon.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthAmazon.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthFacebook.html b/doc/NgrokAPI/Models/EndpointOAuthFacebook.html
index fabde6e..17e846a 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthFacebook.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthFacebook.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthGitHub.html b/doc/NgrokAPI/Models/EndpointOAuthGitHub.html
index 68ed0da..37756f3 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthGitHub.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthGitHub.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthGitLab.html b/doc/NgrokAPI/Models/EndpointOAuthGitLab.html
index a799864..90eda38 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthGitLab.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthGitLab.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthGoogle.html b/doc/NgrokAPI/Models/EndpointOAuthGoogle.html
index 0bc9bcf..c6417d2 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthGoogle.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthGoogle.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html b/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html
index 107fdbb..5c2d7e6 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html b/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html
index 0bc5255..4e33dab 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthProvider.html b/doc/NgrokAPI/Models/EndpointOAuthProvider.html
index da946cf..ce9d8a0 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthProvider.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthProvider.html
@@ -1103,7 +1103,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthTwitch.html b/doc/NgrokAPI/Models/EndpointOAuthTwitch.html
index 638c9a2..c4c02ee 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthTwitch.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthTwitch.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOIDC.html b/doc/NgrokAPI/Models/EndpointOIDC.html
index 64e1639..a2a33c9 100644
--- a/doc/NgrokAPI/Models/EndpointOIDC.html
+++ b/doc/NgrokAPI/Models/EndpointOIDC.html
@@ -1177,7 +1177,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointRequestHeaders.html b/doc/NgrokAPI/Models/EndpointRequestHeaders.html
index e98dbc4..508cb5b 100644
--- a/doc/NgrokAPI/Models/EndpointRequestHeaders.html
+++ b/doc/NgrokAPI/Models/EndpointRequestHeaders.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointResponseHeaders.html b/doc/NgrokAPI/Models/EndpointResponseHeaders.html
index 027a4c5..e0f9c6b 100644
--- a/doc/NgrokAPI/Models/EndpointResponseHeaders.html
+++ b/doc/NgrokAPI/Models/EndpointResponseHeaders.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointSAML.html b/doc/NgrokAPI/Models/EndpointSAML.html
index 21676c7..9ff9ea2 100644
--- a/doc/NgrokAPI/Models/EndpointSAML.html
+++ b/doc/NgrokAPI/Models/EndpointSAML.html
@@ -1633,7 +1633,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointSAMLMutate.html b/doc/NgrokAPI/Models/EndpointSAMLMutate.html
index eeaf698..29108c7 100644
--- a/doc/NgrokAPI/Models/EndpointSAMLMutate.html
+++ b/doc/NgrokAPI/Models/EndpointSAMLMutate.html
@@ -1251,7 +1251,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointTLSTermination.html b/doc/NgrokAPI/Models/EndpointTLSTermination.html
index 5e858c2..962cc10 100644
--- a/doc/NgrokAPI/Models/EndpointTLSTermination.html
+++ b/doc/NgrokAPI/Models/EndpointTLSTermination.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html b/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
index 561862b..8737145 100644
--- a/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
+++ b/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointTrafficPolicy.html b/doc/NgrokAPI/Models/EndpointTrafficPolicy.html
index c5f6953..1f3baae 100644
--- a/doc/NgrokAPI/Models/EndpointTrafficPolicy.html
+++ b/doc/NgrokAPI/Models/EndpointTrafficPolicy.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointUserAgentFilter.html b/doc/NgrokAPI/Models/EndpointUserAgentFilter.html
index 60b9d74..a618547 100644
--- a/doc/NgrokAPI/Models/EndpointUserAgentFilter.html
+++ b/doc/NgrokAPI/Models/EndpointUserAgentFilter.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointWebhookValidation.html b/doc/NgrokAPI/Models/EndpointWebhookValidation.html
index d569936..8f22025 100644
--- a/doc/NgrokAPI/Models/EndpointWebhookValidation.html
+++ b/doc/NgrokAPI/Models/EndpointWebhookValidation.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html b/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
index 31093b8..02ed2ba 100644
--- a/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
+++ b/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
@@ -585,7 +585,7 @@
diff --git a/doc/NgrokAPI/Models/EventDestination.html b/doc/NgrokAPI/Models/EventDestination.html
index 06c493c..161b7ad 100644
--- a/doc/NgrokAPI/Models/EventDestination.html
+++ b/doc/NgrokAPI/Models/EventDestination.html
@@ -1104,7 +1104,7 @@
diff --git a/doc/NgrokAPI/Models/EventSource.html b/doc/NgrokAPI/Models/EventSource.html
index a8100c9..87b8c6f 100644
--- a/doc/NgrokAPI/Models/EventSource.html
+++ b/doc/NgrokAPI/Models/EventSource.html
@@ -663,7 +663,7 @@
diff --git a/doc/NgrokAPI/Models/EventSourceList.html b/doc/NgrokAPI/Models/EventSourceList.html
index 2eff9fe..39a7f74 100644
--- a/doc/NgrokAPI/Models/EventSourceList.html
+++ b/doc/NgrokAPI/Models/EventSourceList.html
@@ -663,7 +663,7 @@
diff --git a/doc/NgrokAPI/Models/EventSourceReplace.html b/doc/NgrokAPI/Models/EventSourceReplace.html
index d6dc417..aea3182 100644
--- a/doc/NgrokAPI/Models/EventSourceReplace.html
+++ b/doc/NgrokAPI/Models/EventSourceReplace.html
@@ -585,7 +585,7 @@
diff --git a/doc/NgrokAPI/Models/EventSubscription.html b/doc/NgrokAPI/Models/EventSubscription.html
index 387db49..b6b8918 100644
--- a/doc/NgrokAPI/Models/EventSubscription.html
+++ b/doc/NgrokAPI/Models/EventSubscription.html
@@ -1104,7 +1104,7 @@
diff --git a/doc/NgrokAPI/Models/EventTarget.html b/doc/NgrokAPI/Models/EventTarget.html
index 0253d56..e703198 100644
--- a/doc/NgrokAPI/Models/EventTarget.html
+++ b/doc/NgrokAPI/Models/EventTarget.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html b/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
index dca6e70..9c1d135 100644
--- a/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
+++ b/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
@@ -955,7 +955,7 @@
diff --git a/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html b/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html
index 9c86df7..70a1390 100644
--- a/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html
+++ b/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EventTargetDatadog.html b/doc/NgrokAPI/Models/EventTargetDatadog.html
index e9ae451..e54ef6e 100644
--- a/doc/NgrokAPI/Models/EventTargetDatadog.html
+++ b/doc/NgrokAPI/Models/EventTargetDatadog.html
@@ -807,7 +807,7 @@
diff --git a/doc/NgrokAPI/Models/EventTargetFirehose.html b/doc/NgrokAPI/Models/EventTargetFirehose.html
index 01be2cc..2909837 100644
--- a/doc/NgrokAPI/Models/EventTargetFirehose.html
+++ b/doc/NgrokAPI/Models/EventTargetFirehose.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EventTargetKinesis.html b/doc/NgrokAPI/Models/EventTargetKinesis.html
index a5de573..d156580 100644
--- a/doc/NgrokAPI/Models/EventTargetKinesis.html
+++ b/doc/NgrokAPI/Models/EventTargetKinesis.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/FailoverBackend.html b/doc/NgrokAPI/Models/FailoverBackend.html
index 13ab656..10a4688 100644
--- a/doc/NgrokAPI/Models/FailoverBackend.html
+++ b/doc/NgrokAPI/Models/FailoverBackend.html
@@ -1121,7 +1121,7 @@
diff --git a/doc/NgrokAPI/Models/HTTPResponseBackend.html b/doc/NgrokAPI/Models/HTTPResponseBackend.html
index 22cdef6..7d01081 100644
--- a/doc/NgrokAPI/Models/HTTPResponseBackend.html
+++ b/doc/NgrokAPI/Models/HTTPResponseBackend.html
@@ -1277,7 +1277,7 @@
diff --git a/doc/NgrokAPI/Models/HTTPSEdge.html b/doc/NgrokAPI/Models/HTTPSEdge.html
index db541a6..5e51626 100644
--- a/doc/NgrokAPI/Models/HTTPSEdge.html
+++ b/doc/NgrokAPI/Models/HTTPSEdge.html
@@ -1355,7 +1355,7 @@
diff --git a/doc/NgrokAPI/Models/HTTPSEdgeRoute.html b/doc/NgrokAPI/Models/HTTPSEdgeRoute.html
index 4338ffc..1fbfec1 100644
--- a/doc/NgrokAPI/Models/HTTPSEdgeRoute.html
+++ b/doc/NgrokAPI/Models/HTTPSEdgeRoute.html
@@ -2321,7 +2321,7 @@
diff --git a/doc/NgrokAPI/Models/IPPolicy.html b/doc/NgrokAPI/Models/IPPolicy.html
index ceae175..d99d36f 100644
--- a/doc/NgrokAPI/Models/IPPolicy.html
+++ b/doc/NgrokAPI/Models/IPPolicy.html
@@ -1041,7 +1041,7 @@
diff --git a/doc/NgrokAPI/Models/IPPolicyRule.html b/doc/NgrokAPI/Models/IPPolicyRule.html
index b3645d7..cd1aa50 100644
--- a/doc/NgrokAPI/Models/IPPolicyRule.html
+++ b/doc/NgrokAPI/Models/IPPolicyRule.html
@@ -1269,7 +1269,7 @@
diff --git a/doc/NgrokAPI/Models/IPRestriction.html b/doc/NgrokAPI/Models/IPRestriction.html
index 3560292..15987dd 100644
--- a/doc/NgrokAPI/Models/IPRestriction.html
+++ b/doc/NgrokAPI/Models/IPRestriction.html
@@ -1178,7 +1178,7 @@
diff --git a/doc/NgrokAPI/Models/IdentityProvider.html b/doc/NgrokAPI/Models/IdentityProvider.html
index 98661eb..e0f4ffe 100644
--- a/doc/NgrokAPI/Models/IdentityProvider.html
+++ b/doc/NgrokAPI/Models/IdentityProvider.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/KubernetesOperator.html b/doc/NgrokAPI/Models/KubernetesOperator.html
new file mode 100644
index 0000000..411dc2d
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperator.html
@@ -0,0 +1,1519 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperator
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperator
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #binding ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute binding.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #created_at ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute created_at.
+
+
+
+
+
+
+
+
+ #deployment ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute deployment.
+
+
+
+
+
+
+
+
+ #description ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute description.
+
+
+
+
+
+
+
+
+ #enabled_features ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute enabled_features.
+
+
+
+
+
+
+
+
+ #id ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute id.
+
+
+
+
+
+
+
+
+ #metadata ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute metadata.
+
+
+
+
+
+
+
+
+ #principal ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute principal.
+
+
+
+
+
+
+
+
+ #region ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute region.
+
+
+
+
+
+
+
+
+ #updated_at ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute updated_at.
+
+
+
+
+
+
+
+
+ #uri ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute uri.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client: nil, attrs: {}) ⇒ KubernetesOperator
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperator.
+
+
+
+
+
+
+
+
+
+
+
+
+
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 24
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @id = @attrs [ ' id ' ]
+ unless @attrs [ ' uri ' ] . nil?
+ @uri = URI ( @attrs [ ' uri ' ] )
+ end
+ @created_at = @attrs [ ' created_at ' ]
+ @updated_at = @attrs [ ' updated_at ' ]
+ @description = @attrs [ ' description ' ]
+ @metadata = @attrs [ ' metadata ' ]
+ @principal = @attrs [ ' principal ' ]
+ @enabled_features = @attrs [ ' enabled_features ' ]
+ @region = @attrs [ ' region ' ]
+ @deployment = @attrs [ ' deployment ' ]
+ @binding = @attrs [ ' binding ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #binding ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute binding.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def binding
+ @binding
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #created_at ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute created_at.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def created_at
+ @created_at
+end
+
+
+
+
+
+
+
+
+
+
+ #deployment ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute deployment.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def deployment
+ @deployment
+end
+
+
+
+
+
+
+
+
+
+
+ #description ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute description.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def description
+ @description
+end
+
+
+
+
+
+
+
+
+
+
+ #enabled_features ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute enabled_features.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def enabled_features
+ @enabled_features
+end
+
+
+
+
+
+
+
+
+
+
+ #id ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute id.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def id
+ @id
+end
+
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute metadata.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def metadata
+ @metadata
+end
+
+
+
+
+
+
+
+
+
+
+ #principal ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute principal.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def principal
+ @principal
+end
+
+
+
+
+
+
+
+
+
+
+ #region ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute region.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def region
+ @region
+end
+
+
+
+
+
+
+
+
+
+
+ #updated_at ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute updated_at.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def updated_at
+ @updated_at
+end
+
+
+
+
+
+
+
+
+
+
+ #uri ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute uri.
+
+
+
+
+
+
+
+
+
+
+
+
+
+10
+11
+12
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 10
+
+def uri
+ @uri
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+42
+43
+44
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 42
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #delete ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+87
+88
+89
+90
+91
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 87
+
+def delete
+ @client . delete (
+ id: @id
+ )
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+50
+51
+52
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 50
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+46
+47
+48
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 46
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+ #update (description: nil, metadata: nil, enabled_features: nil, region: nil, binding: nil, deployment: nil) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
+81
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator.rb', line 58
+
+def update (
+ description: nil ,
+ metadata: nil ,
+ enabled_features: nil ,
+ region: nil ,
+ binding: nil ,
+ deployment: nil
+)
+ @description = description if description
+ @metadata = metadata if metadata
+ @enabled_features = enabled_features if enabled_features
+ @region = region if region
+ @binding = binding if binding
+ @deployment = deployment if deployment
+ @client . update (
+ id: @id ,
+ description: description ,
+ metadata: metadata ,
+ enabled_features: enabled_features ,
+ region: region ,
+ binding: binding ,
+ deployment: deployment
+ )
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorBinding.html b/doc/NgrokAPI/Models/KubernetesOperatorBinding.html
new file mode 100644
index 0000000..fcc1844
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorBinding.html
@@ -0,0 +1,817 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorBinding
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorBinding
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorBinding
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_binding.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #allowed_urls ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute allowed_urls.
+
+
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #cert ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute cert.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client: nil, attrs: {}) ⇒ KubernetesOperatorBinding
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorBinding.
+
+
+
+
+
+
+
+
+
+
+
+
+
+15
+16
+17
+18
+19
+20
+21
+22
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 15
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @name = @attrs [ ' name ' ]
+ @allowed_urls = @attrs [ ' allowed_urls ' ]
+ @cert = @attrs [ ' cert ' ]
+ @ingress_endpoint = @attrs [ ' ingress_endpoint ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #allowed_urls ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute allowed_urls.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def allowed_urls
+ @allowed_urls
+end
+
+
+
+
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #cert ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute cert.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def cert
+ @cert
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def ingress_endpoint
+ @ingress_endpoint
+end
+
+
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 8
+
+def name
+ @name
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+24
+25
+26
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 24
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+32
+33
+34
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 32
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+28
+29
+30
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding.rb', line 28
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorBindingCreate.html b/doc/NgrokAPI/Models/KubernetesOperatorBindingCreate.html
new file mode 100644
index 0000000..b4e1998
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorBindingCreate.html
@@ -0,0 +1,817 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorBindingCreate
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorBindingCreate
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorBindingCreate
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_binding_create.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #allowed_urls ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute allowed_urls.
+
+
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #csr ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute csr.
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorBindingCreate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+15
+16
+17
+18
+19
+20
+21
+22
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 15
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @name = @attrs [ ' name ' ]
+ @allowed_urls = @attrs [ ' allowed_urls ' ]
+ @csr = @attrs [ ' csr ' ]
+ @ingress_endpoint = @attrs [ ' ingress_endpoint ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #allowed_urls ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute allowed_urls.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def allowed_urls
+ @allowed_urls
+end
+
+
+
+
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #csr ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute csr.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def csr
+ @csr
+end
+
+
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def ingress_endpoint
+ @ingress_endpoint
+end
+
+
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 8
+
+def name
+ @name
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+24
+25
+26
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 24
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+32
+33
+34
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 32
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+28
+29
+30
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_create.rb', line 28
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorBindingUpdate.html b/doc/NgrokAPI/Models/KubernetesOperatorBindingUpdate.html
new file mode 100644
index 0000000..5d64396
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorBindingUpdate.html
@@ -0,0 +1,817 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorBindingUpdate
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorBindingUpdate
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorBindingUpdate
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_binding_update.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #allowed_urls ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute allowed_urls.
+
+
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #csr ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute csr.
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorBindingUpdate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+15
+16
+17
+18
+19
+20
+21
+22
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 15
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @name = @attrs [ ' name ' ]
+ @allowed_urls = @attrs [ ' allowed_urls ' ]
+ @csr = @attrs [ ' csr ' ]
+ @ingress_endpoint = @attrs [ ' ingress_endpoint ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #allowed_urls ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute allowed_urls.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def allowed_urls
+ @allowed_urls
+end
+
+
+
+
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #csr ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute csr.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def csr
+ @csr
+end
+
+
+
+
+
+
+
+
+
+
+ #ingress_endpoint ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute ingress_endpoint.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def ingress_endpoint
+ @ingress_endpoint
+end
+
+
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 8
+
+def name
+ @name
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+24
+25
+26
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 24
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+32
+33
+34
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 32
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+28
+29
+30
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_binding_update.rb', line 28
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorCert.html b/doc/NgrokAPI/Models/KubernetesOperatorCert.html
new file mode 100644
index 0000000..2a891e7
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorCert.html
@@ -0,0 +1,743 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorCert
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorCert
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorCert
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_cert.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #cert ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute cert.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #not_after ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute not_after.
+
+
+
+
+
+
+
+
+ #not_before ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute not_before.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client: nil, attrs: {}) ⇒ KubernetesOperatorCert
+
+
+
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorCert.
+
+
+
+
+
+
+
+
+
+
+
+
+
+14
+15
+16
+17
+18
+19
+20
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 14
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @cert = @attrs [ ' cert ' ]
+ @not_before = @attrs [ ' not_before ' ]
+ @not_after = @attrs [ ' not_after ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #cert ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute cert.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 8
+
+def cert
+ @cert
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #not_after ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute not_after.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 8
+
+def not_after
+ @not_after
+end
+
+
+
+
+
+
+
+
+
+
+ #not_before ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute not_before.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 8
+
+def not_before
+ @not_before
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+22
+23
+24
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 22
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+30
+31
+32
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 30
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+26
+27
+28
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_cert.rb', line 26
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorDeployment.html b/doc/NgrokAPI/Models/KubernetesOperatorDeployment.html
new file mode 100644
index 0000000..9de4bb4
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorDeployment.html
@@ -0,0 +1,817 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorDeployment
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorDeployment
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorDeployment
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_deployment.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #cluster_name ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute cluster_name.
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+ #namespace ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute namespace.
+
+
+
+
+
+
+
+
+ #version ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute version.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorDeployment.
+
+
+
+
+
+
+
+
+
+
+
+
+
+15
+16
+17
+18
+19
+20
+21
+22
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 15
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @name = @attrs [ ' name ' ]
+ @namespace = @attrs [ ' namespace ' ]
+ @version = @attrs [ ' version ' ]
+ @cluster_name = @attrs [ ' cluster_name ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #cluster_name ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute cluster_name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def cluster_name
+ @cluster_name
+end
+
+
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def name
+ @name
+end
+
+
+
+
+
+
+
+
+
+
+ #namespace ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute namespace.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def namespace
+ @namespace
+end
+
+
+
+
+
+
+
+
+
+
+ #version ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 8
+
+def version
+ @version
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+24
+25
+26
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 24
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+32
+33
+34
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 32
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+28
+29
+30
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment.rb', line 28
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/KubernetesOperatorDeploymentUpdate.html b/doc/NgrokAPI/Models/KubernetesOperatorDeploymentUpdate.html
new file mode 100644
index 0000000..b4ae9a7
--- /dev/null
+++ b/doc/NgrokAPI/Models/KubernetesOperatorDeploymentUpdate.html
@@ -0,0 +1,595 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Models::KubernetesOperatorDeploymentUpdate
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Models::KubernetesOperatorDeploymentUpdate
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Models::KubernetesOperatorDeploymentUpdate
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/models/kubernetes_operator_deployment_update.rb
+
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorDeploymentUpdate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+12
+13
+14
+15
+16
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 12
+
+def initialize ( client: nil , attrs: { } )
+ @client = client
+ @attrs = attrs
+ @name = @attrs [ ' name ' ]
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #attrs ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute attrs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 8
+
+def attrs
+ @attrs
+end
+
+
+
+
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 8
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
+ #name ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+8
+9
+10
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 8
+
+def name
+ @name
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #== (other) ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+18
+19
+20
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 18
+
+def == ( other )
+ @attrs == other . attrs
+end
+
+
+
+
+
+
+
+
+ #to_h ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+26
+27
+28
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 26
+
+def to_h
+ @attrs . to_h
+end
+
+
+
+
+
+
+
+
+ #to_s ⇒ Object
+
+
+
+
+
+
+
+
+
+
+
+22
+23
+24
+
+
+ # File 'lib/ngrokapi/models/kubernetes_operator_deployment_update.rb', line 22
+
+def to_s
+ @attrs . to_s
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Models/Listable.html b/doc/NgrokAPI/Models/Listable.html
index b201256..835ef89 100644
--- a/doc/NgrokAPI/Models/Listable.html
+++ b/doc/NgrokAPI/Models/Listable.html
@@ -992,7 +992,7 @@
diff --git a/doc/NgrokAPI/Models/Location.html b/doc/NgrokAPI/Models/Location.html
index 3174235..ed1b235 100644
--- a/doc/NgrokAPI/Models/Location.html
+++ b/doc/NgrokAPI/Models/Location.html
@@ -807,7 +807,7 @@
diff --git a/doc/NgrokAPI/Models/Ref.html b/doc/NgrokAPI/Models/Ref.html
index 5cccf8b..73cfcec 100644
--- a/doc/NgrokAPI/Models/Ref.html
+++ b/doc/NgrokAPI/Models/Ref.html
@@ -663,7 +663,7 @@
diff --git a/doc/NgrokAPI/Models/ReservedAddr.html b/doc/NgrokAPI/Models/ReservedAddr.html
index 5a5f00d..1dd9652 100644
--- a/doc/NgrokAPI/Models/ReservedAddr.html
+++ b/doc/NgrokAPI/Models/ReservedAddr.html
@@ -1104,7 +1104,7 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomain.html b/doc/NgrokAPI/Models/ReservedDomain.html
index 082b1a4..1e8ede0 100644
--- a/doc/NgrokAPI/Models/ReservedDomain.html
+++ b/doc/NgrokAPI/Models/ReservedDomain.html
@@ -1474,7 +1474,7 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomainCertJob.html b/doc/NgrokAPI/Models/ReservedDomainCertJob.html
index 843130b..ae4570b 100644
--- a/doc/NgrokAPI/Models/ReservedDomainCertJob.html
+++ b/doc/NgrokAPI/Models/ReservedDomainCertJob.html
@@ -807,7 +807,7 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html b/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html
index bad3e3f..adfbb83 100644
--- a/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html
+++ b/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomainCertStatus.html b/doc/NgrokAPI/Models/ReservedDomainCertStatus.html
index d78e9b7..2bb043b 100644
--- a/doc/NgrokAPI/Models/ReservedDomainCertStatus.html
+++ b/doc/NgrokAPI/Models/ReservedDomainCertStatus.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/SSHCertificateAuthority.html b/doc/NgrokAPI/Models/SSHCertificateAuthority.html
index 7d3a991..740de87 100644
--- a/doc/NgrokAPI/Models/SSHCertificateAuthority.html
+++ b/doc/NgrokAPI/Models/SSHCertificateAuthority.html
@@ -1189,7 +1189,7 @@
diff --git a/doc/NgrokAPI/Models/SSHCredential.html b/doc/NgrokAPI/Models/SSHCredential.html
index f8e0015..9c0dc0e 100644
--- a/doc/NgrokAPI/Models/SSHCredential.html
+++ b/doc/NgrokAPI/Models/SSHCredential.html
@@ -1269,7 +1269,7 @@
diff --git a/doc/NgrokAPI/Models/SSHHostCertificate.html b/doc/NgrokAPI/Models/SSHHostCertificate.html
index c9103d3..10fa574 100644
--- a/doc/NgrokAPI/Models/SSHHostCertificate.html
+++ b/doc/NgrokAPI/Models/SSHHostCertificate.html
@@ -1559,7 +1559,7 @@
diff --git a/doc/NgrokAPI/Models/SSHUserCertificate.html b/doc/NgrokAPI/Models/SSHUserCertificate.html
index f29e62f..72478a8 100644
--- a/doc/NgrokAPI/Models/SSHUserCertificate.html
+++ b/doc/NgrokAPI/Models/SSHUserCertificate.html
@@ -1707,7 +1707,7 @@
diff --git a/doc/NgrokAPI/Models/StaticBackend.html b/doc/NgrokAPI/Models/StaticBackend.html
index 25668cd..7716e74 100644
--- a/doc/NgrokAPI/Models/StaticBackend.html
+++ b/doc/NgrokAPI/Models/StaticBackend.html
@@ -1201,7 +1201,7 @@
diff --git a/doc/NgrokAPI/Models/StaticBackendTLS.html b/doc/NgrokAPI/Models/StaticBackendTLS.html
index e331c3b..e475f29 100644
--- a/doc/NgrokAPI/Models/StaticBackendTLS.html
+++ b/doc/NgrokAPI/Models/StaticBackendTLS.html
@@ -585,7 +585,7 @@
diff --git a/doc/NgrokAPI/Models/TCPEdge.html b/doc/NgrokAPI/Models/TCPEdge.html
index a709742..681e400 100644
--- a/doc/NgrokAPI/Models/TCPEdge.html
+++ b/doc/NgrokAPI/Models/TCPEdge.html
@@ -1361,7 +1361,7 @@
diff --git a/doc/NgrokAPI/Models/TLSCertificate.html b/doc/NgrokAPI/Models/TLSCertificate.html
index 69065b4..e261c67 100644
--- a/doc/NgrokAPI/Models/TLSCertificate.html
+++ b/doc/NgrokAPI/Models/TLSCertificate.html
@@ -2225,7 +2225,7 @@
diff --git a/doc/NgrokAPI/Models/TLSCertificateSANs.html b/doc/NgrokAPI/Models/TLSCertificateSANs.html
index 3db90af..036e44f 100644
--- a/doc/NgrokAPI/Models/TLSCertificateSANs.html
+++ b/doc/NgrokAPI/Models/TLSCertificateSANs.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/TLSEdge.html b/doc/NgrokAPI/Models/TLSEdge.html
index d8a7139..e43c7fe 100644
--- a/doc/NgrokAPI/Models/TLSEdge.html
+++ b/doc/NgrokAPI/Models/TLSEdge.html
@@ -1521,7 +1521,7 @@
diff --git a/doc/NgrokAPI/Models/Tunnel.html b/doc/NgrokAPI/Models/Tunnel.html
index f65dfd6..5915b38 100644
--- a/doc/NgrokAPI/Models/Tunnel.html
+++ b/doc/NgrokAPI/Models/Tunnel.html
@@ -1329,7 +1329,7 @@
diff --git a/doc/NgrokAPI/Models/TunnelGroupBackend.html b/doc/NgrokAPI/Models/TunnelGroupBackend.html
index 05d40f3..f0ca162 100644
--- a/doc/NgrokAPI/Models/TunnelGroupBackend.html
+++ b/doc/NgrokAPI/Models/TunnelGroupBackend.html
@@ -1195,7 +1195,7 @@
diff --git a/doc/NgrokAPI/Models/TunnelSession.html b/doc/NgrokAPI/Models/TunnelSession.html
index 70d2b83..6bbf79e 100644
--- a/doc/NgrokAPI/Models/TunnelSession.html
+++ b/doc/NgrokAPI/Models/TunnelSession.html
@@ -1255,7 +1255,7 @@
diff --git a/doc/NgrokAPI/Models/UserAgent.html b/doc/NgrokAPI/Models/UserAgent.html
index 9d4da3a..6c4beac 100644
--- a/doc/NgrokAPI/Models/UserAgent.html
+++ b/doc/NgrokAPI/Models/UserAgent.html
@@ -955,7 +955,7 @@
diff --git a/doc/NgrokAPI/Models/WeightedBackend.html b/doc/NgrokAPI/Models/WeightedBackend.html
index 94ec998..9616a04 100644
--- a/doc/NgrokAPI/Models/WeightedBackend.html
+++ b/doc/NgrokAPI/Models/WeightedBackend.html
@@ -1121,7 +1121,7 @@
diff --git a/doc/NgrokAPI/PagedIterator.html b/doc/NgrokAPI/PagedIterator.html
index daa5957..5998be9 100644
--- a/doc/NgrokAPI/PagedIterator.html
+++ b/doc/NgrokAPI/PagedIterator.html
@@ -625,7 +625,7 @@
diff --git a/doc/NgrokAPI/Services.html b/doc/NgrokAPI/Services.html
index 5b21f28..a0ce304 100644
--- a/doc/NgrokAPI/Services.html
+++ b/doc/NgrokAPI/Services.html
@@ -79,7 +79,7 @@
Defined in:
lib/ngrokapi/services/tunnels_client.rb,
- lib/ngrokapi/services/api_keys_client.rb, lib/ngrokapi/services/bot_users_client.rb, lib/ngrokapi/services/edges_tcp_client.rb, lib/ngrokapi/services/edges_tls_client.rb, lib/ngrokapi/services/endpoints_client.rb, lib/ngrokapi/services/credentials_client.rb, lib/ngrokapi/services/edges_https_client.rb, lib/ngrokapi/services/ip_policies_client.rb, lib/ngrokapi/services/abuse_reports_client.rb, lib/ngrokapi/services/event_sources_client.rb, lib/ngrokapi/services/reserved_addrs_client.rb, lib/ngrokapi/services/agent_ingresses_client.rb, lib/ngrokapi/services/ip_policy_rules_client.rb, lib/ngrokapi/services/ip_restrictions_client.rb, lib/ngrokapi/services/ssh_credentials_client.rb, lib/ngrokapi/services/static_backends_client.rb, lib/ngrokapi/services/tunnel_sessions_client.rb, lib/ngrokapi/services/reserved_domains_client.rb, lib/ngrokapi/services/tls_certificates_client.rb, lib/ngrokapi/services/application_users_client.rb, lib/ngrokapi/services/failover_backends_client.rb, lib/ngrokapi/services/weighted_backends_client.rb, lib/ngrokapi/services/edges_https_routes_client.rb, lib/ngrokapi/services/event_destinations_client.rb, lib/ngrokapi/services/event_subscriptions_client.rb, lib/ngrokapi/services/application_sessions_client.rb, lib/ngrokapi/services/ssh_host_certificates_client.rb, lib/ngrokapi/services/ssh_user_certificates_client.rb, lib/ngrokapi/services/tunnel_group_backends_client.rb, lib/ngrokapi/services/edge_route_oidc_module_client.rb, lib/ngrokapi/services/edge_route_saml_module_client.rb, lib/ngrokapi/services/http_response_backends_client.rb, lib/ngrokapi/services/certificate_authorities_client.rb, lib/ngrokapi/services/tcp_edge_backend_module_client.rb, lib/ngrokapi/services/tls_edge_backend_module_client.rb, lib/ngrokapi/services/edge_route_o_auth_module_client.rb, lib/ngrokapi/services/edge_route_backend_module_client.rb, lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb, lib/ngrokapi/services/ssh_certificate_authorities_client.rb, lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb, lib/ngrokapi/services/edge_route_compression_module_client.rb, lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb, lib/ngrokapi/services/tcp_edge_traffic_policy_module_client.rb, lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb, lib/ngrokapi/services/tls_edge_traffic_policy_module_client.rb, lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb, lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb, lib/ngrokapi/services/edge_route_traffic_policy_module_client.rb, lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb, lib/ngrokapi/services/edge_route_request_headers_module_client.rb, lib/ngrokapi/services/https_edge_tls_termination_module_client.rb, lib/ngrokapi/services/edge_route_response_headers_module_client.rb, lib/ngrokapi/services/edge_route_user_agent_filter_module_client.rb, lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb, lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb
+ lib/ngrokapi/services/api_keys_client.rb, lib/ngrokapi/services/bot_users_client.rb, lib/ngrokapi/services/edges_tcp_client.rb, lib/ngrokapi/services/edges_tls_client.rb, lib/ngrokapi/services/endpoints_client.rb, lib/ngrokapi/services/credentials_client.rb, lib/ngrokapi/services/edges_https_client.rb, lib/ngrokapi/services/ip_policies_client.rb, lib/ngrokapi/services/abuse_reports_client.rb, lib/ngrokapi/services/event_sources_client.rb, lib/ngrokapi/services/reserved_addrs_client.rb, lib/ngrokapi/services/agent_ingresses_client.rb, lib/ngrokapi/services/ip_policy_rules_client.rb, lib/ngrokapi/services/ip_restrictions_client.rb, lib/ngrokapi/services/ssh_credentials_client.rb, lib/ngrokapi/services/static_backends_client.rb, lib/ngrokapi/services/tunnel_sessions_client.rb, lib/ngrokapi/services/reserved_domains_client.rb, lib/ngrokapi/services/tls_certificates_client.rb, lib/ngrokapi/services/application_users_client.rb, lib/ngrokapi/services/failover_backends_client.rb, lib/ngrokapi/services/weighted_backends_client.rb, lib/ngrokapi/services/edges_https_routes_client.rb, lib/ngrokapi/services/event_destinations_client.rb, lib/ngrokapi/services/event_subscriptions_client.rb, lib/ngrokapi/services/application_sessions_client.rb, lib/ngrokapi/services/kubernetes_operators_client.rb, lib/ngrokapi/services/ssh_host_certificates_client.rb, lib/ngrokapi/services/ssh_user_certificates_client.rb, lib/ngrokapi/services/tunnel_group_backends_client.rb, lib/ngrokapi/services/edge_route_oidc_module_client.rb, lib/ngrokapi/services/edge_route_saml_module_client.rb, lib/ngrokapi/services/http_response_backends_client.rb, lib/ngrokapi/services/certificate_authorities_client.rb, lib/ngrokapi/services/tcp_edge_backend_module_client.rb, lib/ngrokapi/services/tls_edge_backend_module_client.rb, lib/ngrokapi/services/edge_route_o_auth_module_client.rb, lib/ngrokapi/services/edge_route_backend_module_client.rb, lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb, lib/ngrokapi/services/ssh_certificate_authorities_client.rb, lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb, lib/ngrokapi/services/edge_route_compression_module_client.rb, lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb, lib/ngrokapi/services/tcp_edge_traffic_policy_module_client.rb, lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb, lib/ngrokapi/services/tls_edge_traffic_policy_module_client.rb, lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb, lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb, lib/ngrokapi/services/edge_route_traffic_policy_module_client.rb, lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb, lib/ngrokapi/services/edge_route_request_headers_module_client.rb, lib/ngrokapi/services/https_edge_tls_termination_module_client.rb, lib/ngrokapi/services/edge_route_response_headers_module_client.rb, lib/ngrokapi/services/edge_route_user_agent_filter_module_client.rb, lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb, lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb
@@ -91,7 +91,7 @@
- Classes: APIKeysClient , AbuseReportsClient , AgentIngressesClient , ApplicationSessionsClient , ApplicationUsersClient , BotUsersClient , CertificateAuthoritiesClient , CredentialsClient , EdgeRouteBackendModuleClient , EdgeRouteCircuitBreakerModuleClient , EdgeRouteCompressionModuleClient , EdgeRouteIPRestrictionModuleClient , EdgeRouteOAuthModuleClient , EdgeRouteOIDCModuleClient , EdgeRouteRequestHeadersModuleClient , EdgeRouteResponseHeadersModuleClient , EdgeRouteSAMLModuleClient , EdgeRouteTrafficPolicyModuleClient , EdgeRouteUserAgentFilterModuleClient , EdgeRouteWebhookVerificationModuleClient , EdgeRouteWebsocketTCPConverterModuleClient , EdgesHTTPSClient , EdgesHTTPSRoutesClient , EdgesTCPClient , EdgesTLSClient , EndpointsClient , EventDestinationsClient , EventSourcesClient , EventSubscriptionsClient , FailoverBackendsClient , HTTPResponseBackendsClient , HTTPSEdgeMutualTLSModuleClient , HTTPSEdgeTLSTerminationModuleClient , IPPoliciesClient , IPPolicyRulesClient , IPRestrictionsClient , ReservedAddrsClient , ReservedDomainsClient , SSHCertificateAuthoritiesClient , SSHCredentialsClient , SSHHostCertificatesClient , SSHUserCertificatesClient , StaticBackendsClient , TCPEdgeBackendModuleClient , TCPEdgeIPRestrictionModuleClient , TCPEdgeTrafficPolicyModuleClient , TLSCertificatesClient , TLSEdgeBackendModuleClient , TLSEdgeIPRestrictionModuleClient , TLSEdgeMutualTLSModuleClient , TLSEdgeTLSTerminationModuleClient , TLSEdgeTrafficPolicyModuleClient , TunnelGroupBackendsClient , TunnelSessionsClient , TunnelsClient , WeightedBackendsClient
+ Classes: APIKeysClient , AbuseReportsClient , AgentIngressesClient , ApplicationSessionsClient , ApplicationUsersClient , BotUsersClient , CertificateAuthoritiesClient , CredentialsClient , EdgeRouteBackendModuleClient , EdgeRouteCircuitBreakerModuleClient , EdgeRouteCompressionModuleClient , EdgeRouteIPRestrictionModuleClient , EdgeRouteOAuthModuleClient , EdgeRouteOIDCModuleClient , EdgeRouteRequestHeadersModuleClient , EdgeRouteResponseHeadersModuleClient , EdgeRouteSAMLModuleClient , EdgeRouteTrafficPolicyModuleClient , EdgeRouteUserAgentFilterModuleClient , EdgeRouteWebhookVerificationModuleClient , EdgeRouteWebsocketTCPConverterModuleClient , EdgesHTTPSClient , EdgesHTTPSRoutesClient , EdgesTCPClient , EdgesTLSClient , EndpointsClient , EventDestinationsClient , EventSourcesClient , EventSubscriptionsClient , FailoverBackendsClient , HTTPResponseBackendsClient , HTTPSEdgeMutualTLSModuleClient , HTTPSEdgeTLSTerminationModuleClient , IPPoliciesClient , IPPolicyRulesClient , IPRestrictionsClient , KubernetesOperatorsClient , ReservedAddrsClient , ReservedDomainsClient , SSHCertificateAuthoritiesClient , SSHCredentialsClient , SSHHostCertificatesClient , SSHUserCertificatesClient , StaticBackendsClient , TCPEdgeBackendModuleClient , TCPEdgeIPRestrictionModuleClient , TCPEdgeTrafficPolicyModuleClient , TLSCertificatesClient , TLSEdgeBackendModuleClient , TLSEdgeIPRestrictionModuleClient , TLSEdgeMutualTLSModuleClient , TLSEdgeTLSTerminationModuleClient , TLSEdgeTrafficPolicyModuleClient , TunnelGroupBackendsClient , TunnelSessionsClient , TunnelsClient , WeightedBackendsClient
@@ -107,7 +107,7 @@
diff --git a/doc/NgrokAPI/Services/APIKeysClient.html b/doc/NgrokAPI/Services/APIKeysClient.html
index 7687f84..b4aef27 100644
--- a/doc/NgrokAPI/Services/APIKeysClient.html
+++ b/doc/NgrokAPI/Services/APIKeysClient.html
@@ -1749,7 +1749,7 @@
diff --git a/doc/NgrokAPI/Services/AbuseReportsClient.html b/doc/NgrokAPI/Services/AbuseReportsClient.html
index 7d63260..cad21b2 100644
--- a/doc/NgrokAPI/Services/AbuseReportsClient.html
+++ b/doc/NgrokAPI/Services/AbuseReportsClient.html
@@ -833,7 +833,7 @@
diff --git a/doc/NgrokAPI/Services/AgentIngressesClient.html b/doc/NgrokAPI/Services/AgentIngressesClient.html
index b6e2752..bb9b214 100644
--- a/doc/NgrokAPI/Services/AgentIngressesClient.html
+++ b/doc/NgrokAPI/Services/AgentIngressesClient.html
@@ -1823,7 +1823,7 @@
diff --git a/doc/NgrokAPI/Services/ApplicationSessionsClient.html b/doc/NgrokAPI/Services/ApplicationSessionsClient.html
index 6c1d119..780f78a 100644
--- a/doc/NgrokAPI/Services/ApplicationSessionsClient.html
+++ b/doc/NgrokAPI/Services/ApplicationSessionsClient.html
@@ -1121,7 +1121,7 @@
diff --git a/doc/NgrokAPI/Services/ApplicationUsersClient.html b/doc/NgrokAPI/Services/ApplicationUsersClient.html
index f3205ab..f75534b 100644
--- a/doc/NgrokAPI/Services/ApplicationUsersClient.html
+++ b/doc/NgrokAPI/Services/ApplicationUsersClient.html
@@ -1121,7 +1121,7 @@
diff --git a/doc/NgrokAPI/Services/BotUsersClient.html b/doc/NgrokAPI/Services/BotUsersClient.html
index 3e1ad1a..7e19090 100644
--- a/doc/NgrokAPI/Services/BotUsersClient.html
+++ b/doc/NgrokAPI/Services/BotUsersClient.html
@@ -1707,7 +1707,7 @@
diff --git a/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
index 19b83ba..ded032b 100644
--- a/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
+++ b/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
@@ -1745,7 +1745,7 @@
diff --git a/doc/NgrokAPI/Services/CredentialsClient.html b/doc/NgrokAPI/Services/CredentialsClient.html
index 996f4a0..002337d 100644
--- a/doc/NgrokAPI/Services/CredentialsClient.html
+++ b/doc/NgrokAPI/Services/CredentialsClient.html
@@ -1829,7 +1829,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
index d85b82c..7a64c26 100644
--- a/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
index 361820a..8d510b2 100644
--- a/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
index f18da52..2c174dc 100644
--- a/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
index be57d58..27c39c3 100644
--- a/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
index 4033ba5..a99c49a 100644
--- a/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
index 76afda7..a09d050 100644
--- a/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
index 83b8195..1ff47ef 100644
--- a/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
index 649f9a2..a57c0fe 100644
--- a/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
index d02796e..8a03e81 100644
--- a/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
index 788f772..fdff2de 100644
--- a/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
index 73e5580..2dfd465 100644
--- a/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
index e69edea..0e56b3d 100644
--- a/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
index da9150a..3370e9a 100644
--- a/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgesHTTPSClient.html b/doc/NgrokAPI/Services/EdgesHTTPSClient.html
index 75ec4e6..91a8bce 100644
--- a/doc/NgrokAPI/Services/EdgesHTTPSClient.html
+++ b/doc/NgrokAPI/Services/EdgesHTTPSClient.html
@@ -1937,7 +1937,7 @@
diff --git a/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html b/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
index fa70669..c071307 100644
--- a/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
+++ b/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
@@ -2715,7 +2715,7 @@
diff --git a/doc/NgrokAPI/Services/EdgesTCPClient.html b/doc/NgrokAPI/Services/EdgesTCPClient.html
index 490efa2..757597a 100644
--- a/doc/NgrokAPI/Services/EdgesTCPClient.html
+++ b/doc/NgrokAPI/Services/EdgesTCPClient.html
@@ -2017,7 +2017,7 @@
diff --git a/doc/NgrokAPI/Services/EdgesTLSClient.html b/doc/NgrokAPI/Services/EdgesTLSClient.html
index ca3f7bc..e8b3162 100644
--- a/doc/NgrokAPI/Services/EdgesTLSClient.html
+++ b/doc/NgrokAPI/Services/EdgesTLSClient.html
@@ -2137,7 +2137,7 @@
diff --git a/doc/NgrokAPI/Services/EndpointsClient.html b/doc/NgrokAPI/Services/EndpointsClient.html
index 41818e2..e48dc79 100644
--- a/doc/NgrokAPI/Services/EndpointsClient.html
+++ b/doc/NgrokAPI/Services/EndpointsClient.html
@@ -207,7 +207,7 @@
- #create (url: "", type: "", traffic_policy: "", description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #create (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -231,7 +231,7 @@
- #create! (url: "", type: "", traffic_policy: "", description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #create! (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -575,7 +575,7 @@
- #create (url: "", type: "", traffic_policy: "", description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #create (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -603,8 +603,6 @@
(string )
- (defaults to: "" )
-
—
@@ -621,8 +619,6 @@
(string )
-
(defaults to: "" )
-
—
@@ -639,8 +635,6 @@
(string )
-
(defaults to: "" )
-
—
@@ -748,7 +742,7 @@
# File 'lib/ngrokapi/services/endpoints_client.rb', line 37
-def create ( url: " " , type: " " , traffic_policy: " " , description: nil , metadata: nil , bindings: nil )
+def create ( url: , type: , traffic_policy: , description: nil , metadata: nil , bindings: nil )
path = ' /endpoints '
replacements = {
}
@@ -770,7 +764,7 @@
- #create! (url: "", type: "", traffic_policy: "", description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
+ #create! (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -798,8 +792,6 @@
(string )
- (defaults to: "" )
-
—
@@ -816,8 +808,6 @@
(string )
-
(defaults to: "" )
-
—
@@ -834,8 +824,6 @@
(string )
-
(defaults to: "" )
-
—
@@ -943,7 +931,7 @@
# File 'lib/ngrokapi/services/endpoints_client.rb', line 65
-def create! ( url: " " , type: " " , traffic_policy: " " , description: nil , metadata: nil , bindings: nil )
+def create! ( url: , type: , traffic_policy: , description: nil , metadata: nil , bindings: nil )
path = ' /endpoints '
replacements = {
}
@@ -1999,7 +1987,7 @@
diff --git a/doc/NgrokAPI/Services/EventDestinationsClient.html b/doc/NgrokAPI/Services/EventDestinationsClient.html
index 5b0cf97..b405d24 100644
--- a/doc/NgrokAPI/Services/EventDestinationsClient.html
+++ b/doc/NgrokAPI/Services/EventDestinationsClient.html
@@ -1877,7 +1877,7 @@
diff --git a/doc/NgrokAPI/Services/EventSourcesClient.html b/doc/NgrokAPI/Services/EventSourcesClient.html
index a58771a..6650daf 100644
--- a/doc/NgrokAPI/Services/EventSourcesClient.html
+++ b/doc/NgrokAPI/Services/EventSourcesClient.html
@@ -1661,7 +1661,7 @@
diff --git a/doc/NgrokAPI/Services/EventSubscriptionsClient.html b/doc/NgrokAPI/Services/EventSubscriptionsClient.html
index de22f57..5264f89 100644
--- a/doc/NgrokAPI/Services/EventSubscriptionsClient.html
+++ b/doc/NgrokAPI/Services/EventSubscriptionsClient.html
@@ -1877,7 +1877,7 @@
diff --git a/doc/NgrokAPI/Services/FailoverBackendsClient.html b/doc/NgrokAPI/Services/FailoverBackendsClient.html
index 35b23e1..bd3768d 100644
--- a/doc/NgrokAPI/Services/FailoverBackendsClient.html
+++ b/doc/NgrokAPI/Services/FailoverBackendsClient.html
@@ -1789,7 +1789,7 @@
diff --git a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
index ed82101..04ef5e8 100644
--- a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
+++ b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
@@ -1927,7 +1927,7 @@
diff --git a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
index b030a93..e330dfd 100644
--- a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
+++ b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
index b7933f6..80270a8 100644
--- a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
+++ b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/IPPoliciesClient.html b/doc/NgrokAPI/Services/IPPoliciesClient.html
index fe2d841..e8a42ae 100644
--- a/doc/NgrokAPI/Services/IPPoliciesClient.html
+++ b/doc/NgrokAPI/Services/IPPoliciesClient.html
@@ -1709,7 +1709,7 @@
diff --git a/doc/NgrokAPI/Services/IPPolicyRulesClient.html b/doc/NgrokAPI/Services/IPPolicyRulesClient.html
index 3c81647..abcc11d 100644
--- a/doc/NgrokAPI/Services/IPPolicyRulesClient.html
+++ b/doc/NgrokAPI/Services/IPPolicyRulesClient.html
@@ -1857,7 +1857,7 @@
diff --git a/doc/NgrokAPI/Services/IPRestrictionsClient.html b/doc/NgrokAPI/Services/IPRestrictionsClient.html
index d111f0a..90892ca 100644
--- a/doc/NgrokAPI/Services/IPRestrictionsClient.html
+++ b/doc/NgrokAPI/Services/IPRestrictionsClient.html
@@ -1901,7 +1901,7 @@
diff --git a/doc/NgrokAPI/Services/KubernetesOperatorsClient.html b/doc/NgrokAPI/Services/KubernetesOperatorsClient.html
new file mode 100644
index 0000000..750619c
--- /dev/null
+++ b/doc/NgrokAPI/Services/KubernetesOperatorsClient.html
@@ -0,0 +1,2423 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Services::KubernetesOperatorsClient
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Services::KubernetesOperatorsClient
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Services::KubernetesOperatorsClient
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/services/kubernetes_operators_client.rb
+
+
+
+
+
Overview
+
+
+
+
+
+
+ Constant Summary
+ collapse
+
+
+
+
+ PATH =
+
+
+
+
The API path for the requests
+
+
+
+
+
+
+
+
+
+ ' /kubernetes_operators '
+
+ LIST_PROPERTY =
+
+
+
+
The List Property from the resulting API for list calls
+
+
+
+
+
+
+
+
+
+ ' operators '
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
+ #create (description: "", metadata: "", enabled_features: [], region: "", deployment: nil, binding: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Create a new Kubernetes Operator.
+
+
+
+
+
+
+
+
+ #create! (description: "", metadata: "", enabled_features: [], region: "", deployment: nil, binding: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Create a new Kubernetes Operator Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #delete (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Delete a Kubernetes Operator.
+
+
+
+
+
+
+
+
+ #delete! (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Delete a Kubernetes Operator Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #get (id: "") ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Get of a Kubernetes Operator.
+
+
+
+
+
+
+
+
+ #get! (id: "") ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Get of a Kubernetes Operator Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #get_bound_endpoints (id: "", before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List Endpoints bound to a Kubernetes Operator.
+
+
+
+
+
+
+
+
+ #get_bound_endpoints! (id: "", before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List Endpoints bound to a Kubernetes Operator Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #initialize (client:) ⇒ KubernetesOperatorsClient
+
+
+
+
+
+
+ constructor
+
+
+
+
+
+
+
+
+
+
A new instance of KubernetesOperatorsClient.
+
+
+
+
+
+
+
+
+ #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List all Kubernetes Operators owned by this account.
+
+
+
+
+
+
+
+
+ #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List all Kubernetes Operators owned by this account Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #update (id: "", description: nil, metadata: nil, enabled_features: nil, region: nil, binding: nil, deployment: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Update an existing Kubernetes operator by ID.
+
+
+
+
+
+
+
+
+ #update! (id: "", description: nil, metadata: nil, enabled_features: nil, region: nil, binding: nil, deployment: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Update an existing Kubernetes operator by ID.
+
+
+
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+
+
Returns a new instance of KubernetesOperatorsClient.
+
+
+
+
+
+
+
+
+
+
+
+
+
+21
+22
+23
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 21
+
+def initialize ( client: )
+ @client = client
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+19
+20
+21
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 19
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #create (description: "", metadata: "", enabled_features: [], region: "", deployment: nil, binding: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 37
+
+def create ( description: " " , metadata: " " , enabled_features: [ ] , region: " " , deployment: nil , binding: nil )
+ path = ' /kubernetes_operators '
+ replacements = {
+ }
+ data = { }
+ data [ :description ] = description if description
+ data [ :metadata ] = metadata if metadata
+ data [ :enabled_features ] = enabled_features if enabled_features
+ data [ :region ] = region if region
+ data [ :deployment ] = deployment if deployment
+ data [ :binding ] = binding if binding
+ result = @client . post ( path % replacements , data: data )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #create! (description: "", metadata: "", enabled_features: [], region: "", deployment: nil, binding: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 65
+
+def create! ( description: " " , metadata: " " , enabled_features: [ ] , region: " " , deployment: nil , binding: nil )
+ path = ' /kubernetes_operators '
+ replacements = {
+ }
+ data = { }
+ data [ :description ] = description if description
+ data [ :metadata ] = metadata if metadata
+ data [ :enabled_features ] = enabled_features if enabled_features
+ data [ :region ] = region if region
+ data [ :deployment ] = deployment if deployment
+ data [ :binding ] = binding if binding
+ result = @client . post ( path % replacements , data: data , danger: true )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #delete (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+146
+147
+148
+149
+150
+151
+152
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 146
+
+def delete ( id: " " )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ @client . delete ( path % replacements )
+end
+
+
+
+
+
+
+
+
+ #delete! (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+162
+163
+164
+165
+166
+167
+168
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 162
+
+def delete! ( id: " " )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ @client . delete ( path % replacements , danger: true )
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+177
+178
+179
+180
+181
+182
+183
+184
+185
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 177
+
+def get ( id: " " )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ result = @client . get ( path % replacements , data: data )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+195
+196
+197
+198
+199
+200
+201
+202
+203
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 195
+
+def get! ( id: " " )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ result = @client . get ( path % replacements , data: data , danger: true )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #get_bound_endpoints (id: "", before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+268
+269
+270
+271
+272
+273
+274
+275
+276
+277
+278
+279
+280
+281
+282
+283
+284
+285
+286
+287
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 268
+
+def get_bound_endpoints ( id: " " , before_id: nil , limit: nil , url: nil )
+ path = ' /kubernetes_operators/%{id}/bound_endpoints '
+ replacements = {
+ id: id ,
+ }
+ result = @client . list (
+ id: id ,
+ before_id: before_id ,
+ limit: limit ,
+ url: url ,
+ path: path % replacements
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ attrs: result ,
+ list_property: ' endpoints ' ,
+ klass: NgrokAPI :: Models :: Endpoint
+ )
+end
+
+
+
+
+
+
+
+
+ #get_bound_endpoints! (id: "", before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+300
+301
+302
+303
+304
+305
+306
+307
+308
+309
+310
+311
+312
+313
+314
+315
+316
+317
+318
+319
+320
+321
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 300
+
+def get_bound_endpoints! ( id: " " , before_id: nil , limit: nil , url: nil )
+ path = ' /kubernetes_operators/%{id}/bound_endpoints '
+ replacements = {
+ id: id ,
+ }
+ result = @client . list (
+ id: id ,
+ before_id: before_id ,
+ limit: limit ,
+ danger: true ,
+ url: url ,
+ path: path % replacements
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ attrs: result ,
+ list_property: ' endpoints ' ,
+ klass: NgrokAPI :: Models :: Endpoint ,
+ danger: true
+ )
+end
+
+
+
+
+
+
+
+
+ #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+214
+215
+216
+217
+218
+219
+220
+221
+222
+223
+224
+225
+226
+227
+228
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 214
+
+def list ( before_id: nil , limit: nil , url: nil )
+ result = @client . list (
+ before_id: before_id ,
+ limit: limit ,
+ url: url ,
+ path: PATH
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ attrs: result ,
+ list_property: LIST_PROPERTY ,
+ klass: NgrokAPI :: Models :: KubernetesOperator
+ )
+end
+
+
+
+
+
+
+
+
+ #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+240
+241
+242
+243
+244
+245
+246
+247
+248
+249
+250
+251
+252
+253
+254
+255
+256
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 240
+
+def list! ( before_id: nil , limit: nil , url: nil )
+ result = @client . list (
+ before_id: before_id ,
+ limit: limit ,
+ danger: true ,
+ url: url ,
+ path: PATH
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ attrs: result ,
+ list_property: LIST_PROPERTY ,
+ klass: NgrokAPI :: Models :: KubernetesOperator ,
+ danger: true
+ )
+end
+
+
+
+
+
+
+
+
+ #update (id: "", description: nil, metadata: nil, enabled_features: nil, region: nil, binding: nil, deployment: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+93
+94
+95
+96
+97
+98
+99
+100
+101
+102
+103
+104
+105
+106
+107
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 93
+
+def update ( id: " " , description: nil , metadata: nil , enabled_features: nil , region: nil , binding: nil , deployment: nil )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ data [ :description ] = description if description
+ data [ :metadata ] = metadata if metadata
+ data [ :enabled_features ] = enabled_features if enabled_features
+ data [ :region ] = region if region
+ data [ :binding ] = binding if binding
+ data [ :deployment ] = deployment if deployment
+ result = @client . patch ( path % replacements , data: data )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #update! (id: "", description: nil, metadata: nil, enabled_features: nil, region: nil, binding: nil, deployment: nil) ⇒ NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
+
+
+
+
+
+
+
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
+134
+135
+136
+137
+
+
+ # File 'lib/ngrokapi/services/kubernetes_operators_client.rb', line 123
+
+def update! ( id: " " , description: nil , metadata: nil , enabled_features: nil , region: nil , binding: nil , deployment: nil )
+ path = ' /kubernetes_operators/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ data [ :description ] = description if description
+ data [ :metadata ] = metadata if metadata
+ data [ :enabled_features ] = enabled_features if enabled_features
+ data [ :region ] = region if region
+ data [ :binding ] = binding if binding
+ data [ :deployment ] = deployment if deployment
+ result = @client . patch ( path % replacements , data: data , danger: true )
+ NgrokAPI :: Models :: KubernetesOperator . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Services/ReservedAddrsClient.html b/doc/NgrokAPI/Services/ReservedAddrsClient.html
index 8f50432..c9582b3 100644
--- a/doc/NgrokAPI/Services/ReservedAddrsClient.html
+++ b/doc/NgrokAPI/Services/ReservedAddrsClient.html
@@ -1749,7 +1749,7 @@
diff --git a/doc/NgrokAPI/Services/ReservedDomainsClient.html b/doc/NgrokAPI/Services/ReservedDomainsClient.html
index dddae27..4cf4afd 100644
--- a/doc/NgrokAPI/Services/ReservedDomainsClient.html
+++ b/doc/NgrokAPI/Services/ReservedDomainsClient.html
@@ -2409,7 +2409,7 @@
diff --git a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
index 1c411ff..72d6a66 100644
--- a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
+++ b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
@@ -1829,7 +1829,7 @@
diff --git a/doc/NgrokAPI/Services/SSHCredentialsClient.html b/doc/NgrokAPI/Services/SSHCredentialsClient.html
index c3417e3..b771c7a 100644
--- a/doc/NgrokAPI/Services/SSHCredentialsClient.html
+++ b/doc/NgrokAPI/Services/SSHCredentialsClient.html
@@ -1865,7 +1865,7 @@
diff --git a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
index 310be8f..b5c2dc6 100644
--- a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
+++ b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
@@ -1901,7 +1901,7 @@
diff --git a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
index 5f469da..8da7cc9 100644
--- a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
+++ b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
@@ -1981,7 +1981,7 @@
diff --git a/doc/NgrokAPI/Services/StaticBackendsClient.html b/doc/NgrokAPI/Services/StaticBackendsClient.html
index 4267ed3..b56a2a7 100644
--- a/doc/NgrokAPI/Services/StaticBackendsClient.html
+++ b/doc/NgrokAPI/Services/StaticBackendsClient.html
@@ -1869,7 +1869,7 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
index b1f6e95..bfdc173 100644
--- a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
index 27cb374..e273d75 100644
--- a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
index 240689e..2c4ecb4 100644
--- a/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TLSCertificatesClient.html b/doc/NgrokAPI/Services/TLSCertificatesClient.html
index b1ef4d9..ee4a55c 100644
--- a/doc/NgrokAPI/Services/TLSCertificatesClient.html
+++ b/doc/NgrokAPI/Services/TLSCertificatesClient.html
@@ -1781,7 +1781,7 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
index df3f351..27520cc 100644
--- a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
index 25fcbbf..ad31da2 100644
--- a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
index 0c7604d..224c77b 100644
--- a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
index b01ce10..89eb519 100644
--- a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
index 173f984..f0c797c 100644
--- a/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
index 183ddec..653ed24 100644
--- a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
+++ b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
@@ -1789,7 +1789,7 @@
diff --git a/doc/NgrokAPI/Services/TunnelSessionsClient.html b/doc/NgrokAPI/Services/TunnelSessionsClient.html
index 6e07eb8..2cf3872 100644
--- a/doc/NgrokAPI/Services/TunnelSessionsClient.html
+++ b/doc/NgrokAPI/Services/TunnelSessionsClient.html
@@ -1573,7 +1573,7 @@
diff --git a/doc/NgrokAPI/Services/TunnelsClient.html b/doc/NgrokAPI/Services/TunnelsClient.html
index 8686d42..a76d6aa 100644
--- a/doc/NgrokAPI/Services/TunnelsClient.html
+++ b/doc/NgrokAPI/Services/TunnelsClient.html
@@ -893,7 +893,7 @@
diff --git a/doc/NgrokAPI/Services/WeightedBackendsClient.html b/doc/NgrokAPI/Services/WeightedBackendsClient.html
index 303ad75..e70b8d9 100644
--- a/doc/NgrokAPI/Services/WeightedBackendsClient.html
+++ b/doc/NgrokAPI/Services/WeightedBackendsClient.html
@@ -1789,7 +1789,7 @@
diff --git a/doc/_index.html b/doc/_index.html
index 0451f5b..031fab5 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -870,6 +870,70 @@
+
+
+
+
+
-
-
W
@@ -1287,7 +1351,7 @@
diff --git a/doc/class_list.html b/doc/class_list.html
index 4b8aadf..f979f06 100644
--- a/doc/class_list.html
+++ b/doc/class_list.html
@@ -43,7 +43,7 @@
-Error < StandardError
NgrokAPI APIKey < Object
NgrokAPI::Models Ref < Object
NgrokAPI::Models Tunnel < Object
NgrokAPI::Models
+Error < StandardError
NgrokAPI APIKey < Object
NgrokAPI::Models Ref < Object
NgrokAPI::Models Tunnel < Object
NgrokAPI::Models
diff --git a/doc/file.README.html b/doc/file.README.html
index 796d62b..be7e8f7 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -166,7 +166,7 @@
diff --git a/doc/index.html b/doc/index.html
index e12cc3e..2a23ce6 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -166,7 +166,7 @@
diff --git a/doc/method_list.html b/doc/method_list.html
index 6b54529..c247d99 100644
--- a/doc/method_list.html
+++ b/doc/method_list.html
@@ -405,6 +405,14 @@
+
+
#==
+
NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
#==
NgrokAPI::Models::EndpointCompression
@@ -412,7 +420,7 @@
-
+
#==
NgrokAPI::Models::EndpointSAMLMutate
@@ -420,7 +428,7 @@
-
+
#==
NgrokAPI::Models::EventSourceReplace
@@ -428,7 +436,7 @@
-
+
#==
NgrokAPI::Models::EventTargetDatadog
@@ -436,7 +444,7 @@
-
+
#==
NgrokAPI::Models::EventTargetKinesis
@@ -444,7 +452,7 @@
-
+
#==
NgrokAPI::Models::SSHHostCertificate
@@ -452,7 +460,7 @@
-
+
#==
NgrokAPI::Models::SSHUserCertificate
@@ -460,7 +468,7 @@
-
+
#==
NgrokAPI::Models::TunnelGroupBackend
@@ -468,7 +476,7 @@
-
+
#==
NgrokAPI::Models::AbuseReportHostname
@@ -476,7 +484,7 @@
-
+
#==
NgrokAPI::Models::CertificateAuthority
@@ -484,7 +492,7 @@
-
+
#==
NgrokAPI::Models::EventTargetFirehose
@@ -492,7 +500,7 @@
-
+
#==
NgrokAPI::Models::HTTPResponseBackend
@@ -500,7 +508,7 @@
-
+
#==
NgrokAPI::Models::TLSCertificateSANs
@@ -508,7 +516,7 @@
-
+
#==
NgrokAPI::Models::AgentIngressCertJob
@@ -516,7 +524,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthAmazon
@@ -524,7 +532,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthGoogle
@@ -532,7 +540,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthTwitch
@@ -540,7 +548,7 @@
-
+
#==
NgrokAPI::Models::EndpointBackendMutate
@@ -548,7 +556,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthGitHub
@@ -556,7 +564,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthGitLab
@@ -564,7 +572,7 @@
-
+
#==
NgrokAPI::Models::EndpointTrafficPolicy
@@ -572,7 +580,7 @@
-
+
#==
NgrokAPI::Models::EndpointCircuitBreaker
@@ -580,7 +588,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthFacebook
@@ -588,7 +596,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthProvider
@@ -596,7 +604,7 @@
-
+
#==
NgrokAPI::Models::EndpointRequestHeaders
@@ -604,7 +612,7 @@
-
+
#==
NgrokAPI::Models::EndpointTLSTermination
@@ -612,6 +620,14 @@
+
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorCert
+
+
+
+
#==
@@ -701,6 +717,14 @@
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorBinding
+
+
+
+
+
#==
NgrokAPI::Models::ReservedDomainCertPolicy
@@ -708,7 +732,7 @@
-
+
#==
NgrokAPI::Models::ReservedDomainCertStatus
@@ -716,7 +740,7 @@
-
+
#==
NgrokAPI::Models::EventTargetCloudwatchLogs
@@ -724,6 +748,14 @@
+
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorDeployment
+
+
+
+
#==
@@ -749,6 +781,30 @@
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorBindingCreate
+
+
+
+
+
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorBindingUpdate
+
+
+
+
+
+
+
#==
+
NgrokAPI::Models::KubernetesOperatorDeploymentUpdate
+
+
+
+
+
#abuse_reports
NgrokAPI::Client
@@ -756,7 +812,7 @@
-
+
#acl
NgrokAPI::Models::Credential
@@ -764,7 +820,7 @@
-
+
#acl
NgrokAPI::Models::SSHCredential
@@ -772,7 +828,7 @@
-
+
#acme_challenge_cname_target
NgrokAPI::Models::ReservedDomain
@@ -780,7 +836,7 @@
-
+
#action
NgrokAPI::Models::IPPolicyRule
@@ -788,7 +844,7 @@
-
+
#active
NgrokAPI::Models::BotUser
@@ -796,7 +852,7 @@
-
+
#add
NgrokAPI::Models::EndpointRequestHeaders
@@ -804,7 +860,7 @@
-
+
#add
NgrokAPI::Models::EndpointResponseHeaders
@@ -812,7 +868,7 @@
-
+
#addr
NgrokAPI::Models::ReservedAddr
@@ -820,7 +876,7 @@
-
+
#address
NgrokAPI::Models::StaticBackend
@@ -828,7 +884,7 @@
-
+
#agent_ingresses
NgrokAPI::Client
@@ -836,7 +892,7 @@
-
+
#agent_version
NgrokAPI::Models::TunnelSession
@@ -844,7 +900,7 @@
-
+
#allow
NgrokAPI::Models::EndpointUserAgentFilter
@@ -852,7 +908,7 @@
-
+
#allow_idp_initiated
NgrokAPI::Models::EndpointSAML
@@ -860,7 +916,7 @@
-
+
#allow_idp_initiated
NgrokAPI::Models::EndpointSAMLMutate
@@ -868,6 +924,30 @@
+
+
+
+
+
+
+
+
#allowed_urls
+
NgrokAPI::Models::KubernetesOperatorBindingCreate
+
+
+
+
+
+
+
#allowed_urls
+
NgrokAPI::Models::KubernetesOperatorBindingUpdate
+
+
+
+
#amazon
@@ -1293,6 +1373,14 @@
+
+
#attrs
+
NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
#attrs
NgrokAPI::Models::EndpointCompression
@@ -1300,7 +1388,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointSAMLMutate
@@ -1308,7 +1396,7 @@
-
+
#attrs
NgrokAPI::Models::EventSourceReplace
@@ -1316,7 +1404,7 @@
-
+
#attrs
NgrokAPI::Models::EventTargetDatadog
@@ -1324,7 +1412,7 @@
-
+
#attrs
NgrokAPI::Models::EventTargetKinesis
@@ -1332,7 +1420,7 @@
-
+
#attrs
NgrokAPI::Models::SSHHostCertificate
@@ -1340,7 +1428,7 @@
-
+
#attrs
NgrokAPI::Models::SSHUserCertificate
@@ -1348,7 +1436,7 @@
-
+
#attrs
NgrokAPI::Models::TunnelGroupBackend
@@ -1356,7 +1444,7 @@
-
+
#attrs
NgrokAPI::Models::AbuseReportHostname
@@ -1364,7 +1452,7 @@
-
+
#attrs
NgrokAPI::Models::CertificateAuthority
@@ -1372,7 +1460,7 @@
-
+
#attrs
NgrokAPI::Models::EventTargetFirehose
@@ -1380,7 +1468,7 @@
-
+
#attrs
NgrokAPI::Models::HTTPResponseBackend
@@ -1388,7 +1476,7 @@
-
+
#attrs
NgrokAPI::Models::TLSCertificateSANs
@@ -1396,7 +1484,7 @@
-
+
#attrs
NgrokAPI::Models::AgentIngressCertJob
@@ -1404,7 +1492,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuthAmazon
@@ -1412,7 +1500,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuthGoogle
@@ -1420,7 +1508,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuthTwitch
@@ -1428,7 +1516,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointBackendMutate
@@ -1436,7 +1524,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuthGitHub
@@ -1444,7 +1532,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuthGitLab
@@ -1452,7 +1540,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointTrafficPolicy
@@ -1460,7 +1548,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointCircuitBreaker
@@ -1468,7 +1556,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuthFacebook
@@ -1476,7 +1564,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuthProvider
@@ -1484,7 +1572,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointRequestHeaders
@@ -1492,7 +1580,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointTLSTermination
@@ -1500,6 +1588,14 @@
+
+
+
#attrs
+
NgrokAPI::Models::KubernetesOperatorCert
+
+
+
+
#attrs
@@ -1589,6 +1685,14 @@
+
+
#attrs
+
NgrokAPI::Models::KubernetesOperatorBinding
+
+
+
+
+
#attrs
NgrokAPI::Models::ReservedDomainCertPolicy
@@ -1596,7 +1700,7 @@
-
+
#attrs
NgrokAPI::Models::ReservedDomainCertStatus
@@ -1604,7 +1708,7 @@
-
+
#attrs
NgrokAPI::Models::EventTargetCloudwatchLogs
@@ -1612,6 +1716,14 @@
+
+
+
#attrs
+
NgrokAPI::Models::KubernetesOperatorDeployment
+
+
+
+
#attrs
@@ -1637,6 +1749,30 @@
+
+
#attrs
+
NgrokAPI::Models::KubernetesOperatorBindingCreate
+
+
+
+
+
+
+
#attrs
+
NgrokAPI::Models::KubernetesOperatorBindingUpdate
+
+
+
+
+
+
+
#attrs
+
NgrokAPI::Models::KubernetesOperatorDeploymentUpdate
+
+
+
+
+
#auth
NgrokAPI::Models::EventTargetKinesis
@@ -1644,7 +1780,7 @@
-
+
#auth
NgrokAPI::Models::EventTargetFirehose
@@ -1652,7 +1788,7 @@
-
+
#auth
NgrokAPI::Models::EventTargetCloudwatchLogs
@@ -1660,7 +1796,7 @@
-
+
#auth_check_interval
NgrokAPI::Models::EndpointOAuth
@@ -1668,7 +1804,7 @@
-
+
#authority
NgrokAPI::Models::AgentIngressCertPolicy
@@ -1676,7 +1812,7 @@
-
+
#authority
NgrokAPI::Models::ReservedDomainCertPolicy
@@ -1684,7 +1820,7 @@
-
+
#authorized_groups
NgrokAPI::Models::EndpointSAML
@@ -1692,7 +1828,7 @@
-
+
#authorized_groups
NgrokAPI::Models::EndpointSAMLMutate
@@ -1700,7 +1836,7 @@
-
+
#aws_access_key_id
NgrokAPI::Models::AWSCredentials
@@ -1708,7 +1844,7 @@
-
+
#aws_secret_access_key
NgrokAPI::Models::AWSCredentials
@@ -1716,7 +1852,7 @@
-
+
#azure_logs_ingestion
NgrokAPI::Models::EventTarget
@@ -1724,7 +1860,7 @@
-
+
#backend
NgrokAPI::Models::TCPEdge
@@ -1732,7 +1868,7 @@
-
+
#backend
NgrokAPI::Models::TLSEdge
@@ -1740,7 +1876,7 @@
-
+
#backend
NgrokAPI::Models::EndpointBackend
@@ -1748,7 +1884,7 @@
-
+
#backend
NgrokAPI::Models::HTTPSEdgeRoute
@@ -1756,7 +1892,7 @@
-
+
#backend_id
NgrokAPI::Models::EndpointBackendMutate
@@ -1764,7 +1900,7 @@
-
+
#backends
NgrokAPI::Client
@@ -1772,7 +1908,7 @@
-
+
#backends
NgrokAPI::Models::Tunnel
@@ -1780,7 +1916,7 @@
-
+
#backends
NgrokAPI::Models::FailoverBackend
@@ -1788,7 +1924,7 @@
-
+
#backends
NgrokAPI::Models::WeightedBackend
@@ -1796,7 +1932,7 @@
-
+
#base_url
NgrokAPI::HttpClient
@@ -1804,6 +1940,14 @@
+
+
+
#binding
+
NgrokAPI::Models::KubernetesOperator
+
+
+
+
#bindings
@@ -1860,6 +2004,22 @@
+
+
+
#cert
+
NgrokAPI::Models::KubernetesOperatorCert
+
+
+
+
+
+
+
#cert
+
NgrokAPI::Models::KubernetesOperatorBinding
+
+
+
+
#certificate
@@ -2381,6 +2541,14 @@
+
+
#client
+
NgrokAPI::Models::KubernetesOperator
+
+
+
+
+
#client
NgrokAPI::Models::EndpointCompression
@@ -2388,7 +2556,7 @@
-
+
#client
NgrokAPI::Models::EndpointSAMLMutate
@@ -2396,7 +2564,7 @@
-
+
#client
NgrokAPI::Models::EventSourceReplace
@@ -2404,7 +2572,7 @@
-
+
#client
NgrokAPI::Models::EventTargetDatadog
@@ -2412,7 +2580,7 @@
-
+
#client
NgrokAPI::Models::EventTargetKinesis
@@ -2420,7 +2588,7 @@
-
+
#client
NgrokAPI::Models::SSHHostCertificate
@@ -2428,7 +2596,7 @@
-
+
#client
NgrokAPI::Models::SSHUserCertificate
@@ -2436,7 +2604,7 @@
-
+
#client
NgrokAPI::Models::TunnelGroupBackend
@@ -2444,7 +2612,7 @@
-
+
#client
NgrokAPI::Services::CredentialsClient
@@ -2452,7 +2620,7 @@
-
+
#client
NgrokAPI::Services::EdgesHTTPSClient
@@ -2460,7 +2628,7 @@
-
+
#client
NgrokAPI::Services::IPPoliciesClient
@@ -2468,7 +2636,7 @@
-
+
#client
NgrokAPI::Models::AbuseReportHostname
@@ -2476,7 +2644,7 @@
-
+
#client
NgrokAPI::Models::CertificateAuthority
@@ -2484,7 +2652,7 @@
-
+
#client
NgrokAPI::Models::EventTargetFirehose
@@ -2492,7 +2660,7 @@
-
+