public static final class ListK8sIngressRulesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListK8sIngressRulesRequest |
build() |
ListK8sIngressRulesRequest.Builder |
clusterId(String clusterId)
The ID of the Kubernetes cluster.
|
ListK8sIngressRulesRequest.Builder |
condition(String condition)
The filter conditions.
|
ListK8sIngressRulesRequest.Builder |
namespace(String namespace)
The namespace of the Kubernetes cluster.
|
ListK8sIngressRulesRequest.Builder |
regionId(String regionId)
The ID of the region where the cluster resides.
|
public ListK8sIngressRulesRequest.Builder clusterId(String clusterId)
public ListK8sIngressRulesRequest.Builder condition(String condition)
* field: the parameter to be matched. Valid values: Name and ClusterName. * pattern: the content to be matched. For example, a value of {"field":"Name", "pattern":"my-"} indicates that the specified filter conditions match the routing rules whose names start with my-.
public ListK8sIngressRulesRequest.Builder namespace(String namespace)
public ListK8sIngressRulesRequest.Builder regionId(String regionId)
public ListK8sIngressRulesRequest build()
Copyright © 2023. All rights reserved.