public interface IstioCertificateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCsr()
PEM-encoded certificate request.
|
com.google.protobuf.ByteString |
getCsrBytes()
PEM-encoded certificate request.
|
com.google.protobuf.Struct |
getMetadata()
$hide_from_docs
Optional: Opaque metadata provided by the XDS node to Istio.
|
com.google.protobuf.StructOrBuilder |
getMetadataOrBuilder()
$hide_from_docs
Optional: Opaque metadata provided by the XDS node to Istio.
|
long |
getValidityDuration()
Optional: requested certificate validity period, in seconds.
|
boolean |
hasMetadata()
$hide_from_docs
Optional: Opaque metadata provided by the XDS node to Istio.
|
String getCsr()
PEM-encoded certificate request. The public key in the CSR is used to generate the certificate, and other fields in the generated certificate may be overwritten by the CA.
string csr = 1;com.google.protobuf.ByteString getCsrBytes()
PEM-encoded certificate request. The public key in the CSR is used to generate the certificate, and other fields in the generated certificate may be overwritten by the CA.
string csr = 1;long getValidityDuration()
Optional: requested certificate validity period, in seconds.
int64 validity_duration = 3;boolean hasMetadata()
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio. Supported metadata: WorkloadName, WorkloadIP, ClusterID
.google.protobuf.Struct metadata = 4;com.google.protobuf.Struct getMetadata()
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio. Supported metadata: WorkloadName, WorkloadIP, ClusterID
.google.protobuf.Struct metadata = 4;com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio. Supported metadata: WorkloadName, WorkloadIP, ClusterID
.google.protobuf.Struct metadata = 4;Copyright © 2024 The Apache Software Foundation. All rights reserved.