public static class NginxCanaryStrategy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NginxCanaryStrategy |
build() |
NginxCanaryStrategy.Builder |
copy(NginxCanaryStrategy model) |
NginxCanaryStrategy.Builder |
ingressName(String ingressName)
Name of the Ingress resource.
|
NginxCanaryStrategy.Builder |
namespace(String namespace)
Canary namespace to be used for Kubernetes canary deployment.
|
public NginxCanaryStrategy.Builder namespace(String namespace)
Canary namespace to be used for Kubernetes canary deployment. Example: canary - Name of the Canary namespace.
namespace
- the value to setpublic NginxCanaryStrategy.Builder ingressName(String ingressName)
Name of the Ingress resource.
ingressName
- the value to setpublic NginxCanaryStrategy build()
public NginxCanaryStrategy.Builder copy(NginxCanaryStrategy model)
Copyright © 2016–2024. All rights reserved.