public interface 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.
|
ConfigSource |
getSdsConfig()
.envoy.api.v2.core.ConfigSource sds_config = 2; |
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.
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.
string name = 1;boolean hasSdsConfig()
.envoy.api.v2.core.ConfigSource sds_config = 2;ConfigSource getSdsConfig()
.envoy.api.v2.core.ConfigSource sds_config = 2;ConfigSourceOrBuilder getSdsConfigOrBuilder()
.envoy.api.v2.core.ConfigSource sds_config = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.