public static final class UpdateServiceSourceRequest.IngressOptionsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateServiceSourceRequest.IngressOptionsRequest |
build() |
UpdateServiceSourceRequest.IngressOptionsRequest.Builder |
enableIngress(Boolean enableIngress)
Specifies whether to enable Ingress.
|
UpdateServiceSourceRequest.IngressOptionsRequest.Builder |
enableStatus(Boolean enableStatus)
Specifies whether to update the Ingress status.
|
UpdateServiceSourceRequest.IngressOptionsRequest.Builder |
ingressClass(String ingressClass)
Specifies whether to monitor Ingress classes.
|
UpdateServiceSourceRequest.IngressOptionsRequest.Builder |
watchNamespace(String watchNamespace)
The namespace whose resources you want to monitor.
|
public UpdateServiceSourceRequest.IngressOptionsRequest.Builder enableIngress(Boolean enableIngress)
Specifies whether to enable Ingress.
example:true
public UpdateServiceSourceRequest.IngressOptionsRequest.Builder enableStatus(Boolean enableStatus)
Specifies whether to update the Ingress status.
example:true
public UpdateServiceSourceRequest.IngressOptionsRequest.Builder ingressClass(String ingressClass)
Specifies whether to monitor Ingress classes.
example:com.test.xxx
public UpdateServiceSourceRequest.IngressOptionsRequest.Builder watchNamespace(String watchNamespace)
The namespace whose resources you want to monitor.
example:default
public UpdateServiceSourceRequest.IngressOptionsRequest build()
Copyright © 2026. All rights reserved.