Home
last modified time | relevance | path

Searched refs:WithLogging (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/server/httplog/
H A Dhttplog_test.go66 handler = WithLogging(WithLogging(handler, DefaultStacktracePred), DefaultStacktracePred)
95 handler = WithLogging(handler, DefaultStacktracePred)
123 handler = WithLogging(handler, DefaultStacktracePred)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/server/httplog/
H A Dhttplog_test.go66 handler = WithLogging(WithLogging(handler, DefaultStacktracePred), DefaultStacktracePred)
95 handler = WithLogging(handler, DefaultStacktracePred)
123 handler = WithLogging(handler, DefaultStacktracePred)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsEcsClusterConfigurationExecuteCommandConfigurationDetails.h156 …inline AwsEcsClusterConfigurationExecuteCommandConfigurationDetails& WithLogging(const Aws::String… in WithLogging() function
161 …inline AwsEcsClusterConfigurationExecuteCommandConfigurationDetails& WithLogging(Aws::String&& val… in WithLogging() function
166 …inline AwsEcsClusterConfigurationExecuteCommandConfigurationDetails& WithLogging(const char* value… in WithLogging() function
H A DAwsEksClusterDetails.h391 …inline AwsEksClusterDetails& WithLogging(const AwsEksClusterLoggingDetails& value) { SetLogging(va… in WithLogging() function
396 …inline AwsEksClusterDetails& WithLogging(AwsEksClusterLoggingDetails&& value) { SetLogging(std::mo… in WithLogging() function
H A DAwsCloudFrontDistributionDetails.h356 …inline AwsCloudFrontDistributionDetails& WithLogging(const AwsCloudFrontDistributionLogging& value… in WithLogging() function
362 …inline AwsCloudFrontDistributionDetails& WithLogging(AwsCloudFrontDistributionLogging&& value) { S… in WithLogging() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/include/aws/ecs/model/
H A DExecuteCommandConfiguration.h160 …inline ExecuteCommandConfiguration& WithLogging(const ExecuteCommandLogging& value) { SetLogging(v… in WithLogging() function
174 …inline ExecuteCommandConfiguration& WithLogging(ExecuteCommandLogging&& value) { SetLogging(std::m… in WithLogging() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appmesh/include/aws/appmesh/model/
H A DVirtualGatewaySpec.h137 …inline VirtualGatewaySpec& WithLogging(const VirtualGatewayLogging& value) { SetLogging(value); re… in WithLogging() function
140 …inline VirtualGatewaySpec& WithLogging(VirtualGatewayLogging&& value) { SetLogging(std::move(value… in WithLogging() function
H A DVirtualNodeSpec.h198 inline VirtualNodeSpec& WithLogging(const Logging& value) { SetLogging(value); return *this;} in WithLogging() function
203 …inline VirtualNodeSpec& WithLogging(Logging&& value) { SetLogging(std::move(value)); return *this;} in WithLogging() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-eks/include/aws/eks/model/
H A DUpdateClusterConfigRequest.h161 …inline UpdateClusterConfigRequest& WithLogging(const Logging& value) { SetLogging(value); return *… in WithLogging() function
174 …inline UpdateClusterConfigRequest& WithLogging(Logging&& value) { SetLogging(std::move(value)); re… in WithLogging() function
H A DCreateClusterRequest.h384 … inline CreateClusterRequest& WithLogging(const Logging& value) { SetLogging(value); return *this;} in WithLogging() function
397 …inline CreateClusterRequest& WithLogging(Logging&& value) { SetLogging(std::move(value)); return *… in WithLogging() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/include/aws/cloudfront/model/
H A DStreamingDistributionConfig.h278 …inline StreamingDistributionConfig& WithLogging(const StreamingLoggingConfig& value) { SetLogging(… in WithLogging() function
284 …inline StreamingDistributionConfig& WithLogging(StreamingLoggingConfig&& value) { SetLogging(std::… in WithLogging() function
H A DDistributionConfig.h644 …inline DistributionConfig& WithLogging(const LoggingConfig& value) { SetLogging(value); return *th… in WithLogging() function
652 …inline DistributionConfig& WithLogging(LoggingConfig&& value) { SetLogging(std::move(value)); retu… in WithLogging() function
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/
H A Dsigned_url_options_test.cc38 EXPECT_EQ("logging", WithLogging().value()); in TEST()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/
H A Dsigned_url_options_test.cc38 EXPECT_EQ("logging", WithLogging().value()); in TEST()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/server/filters/
H A Dwrap.go63 handler = httplog.WithLogging(handler, httplog.DefaultStacktracePred)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/server/filters/
H A Dwrap.go64 return httplog.WithLogging(handler, httplog.DefaultStacktracePred)
/dports/audio/gonic/gonic-0.8.4/server/ctrlbase/
H A Dctrl.go59 func (c *Controller) WithLogging(next http.Handler) http.Handler { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/azure/
H A Dazure_discover.go63 vmnet.Sender = autorest.CreateSender(autorest.WithLogging(l))
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-imagebuilder/include/aws/imagebuilder/model/
H A DUpdateInfrastructureConfigurationRequest.h370 …inline UpdateInfrastructureConfigurationRequest& WithLogging(const Logging& value) { SetLogging(va… in WithLogging() function
375 …inline UpdateInfrastructureConfigurationRequest& WithLogging(Logging&& value) { SetLogging(std::mo… in WithLogging() function
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/go-autorest/go-autorest-10.8.1/autorest/
H A Dsender_test.go48 WithLogging(logger),
680 WithLogging(logger))
699 WithLogging(logger))
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront-integration-tests/
H A DCloudfrontOperationTest.cpp210 .WithLogging(loggingConfig) in TEST_F()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/k8s.io/apiserver/pkg/server/httplog/
H A Dhttplog.go79 func WithLogging(handler http.Handler, pred StacktracePred) http.Handler { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/k8s.io/apiserver/pkg/server/httplog/
H A Dhttplog.go79 func WithLogging(handler http.Handler, pred StacktracePred) http.Handler { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/k8s.io/apiserver/pkg/server/httplog/
H A Dhttplog.go79 func WithLogging(handler http.Handler, pred StacktracePred) http.Handler { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/k8s.io/apiserver/pkg/server/httplog/
H A Dhttplog.go79 func WithLogging(handler http.Handler, pred StacktracePred) http.Handler { func

12345678910>>...16