public static interface Cert.SdsSecretConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to.
|
com.google.protobuf.ByteString |
getNameBytes()
Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to.
|
ConfigSourceOuterClass.ConfigSource |
getSdsConfig()
.envoy.api.v2.core.ConfigSource sds_config = 2; |
ConfigSourceOuterClass.ConfigSourceOrBuilder |
getSdsConfigOrBuilder()
.envoy.api.v2.core.ConfigSource sds_config = 2; |
boolean |
hasSdsConfig()
.envoy.api.v2.core.ConfigSource sds_config = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to. When both name and config are specified, then secret can be fetched and/or reloaded via SDS. When only name is specified, then secret will be loaded from static resources [V2-API-DIFF].
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to. When both name and config are specified, then secret can be fetched and/or reloaded via SDS. When only name is specified, then secret will be loaded from static resources [V2-API-DIFF].
string name = 1;boolean hasSdsConfig()
.envoy.api.v2.core.ConfigSource sds_config = 2;ConfigSourceOuterClass.ConfigSource getSdsConfig()
.envoy.api.v2.core.ConfigSource sds_config = 2;ConfigSourceOuterClass.ConfigSourceOrBuilder getSdsConfigOrBuilder()
.envoy.api.v2.core.ConfigSource sds_config = 2;Copyright © 2018 The Envoy Project. All rights reserved.