public interface SdsSecretConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name by which the secret can be uniquely referred to.
|
com.google.protobuf.ByteString |
getNameBytes()
Name by which the secret can be uniquely referred to.
|
ConfigSource |
getSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2; |
ConfigSourceOrBuilder |
getSdsConfigOrBuilder()
.envoy.config.core.v3.ConfigSource sds_config = 2; |
boolean |
hasSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name 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 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
Name 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 [(.validate.rules) = { ... }boolean hasSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2;ConfigSource getSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2;ConfigSourceOrBuilder getSdsConfigOrBuilder()
.envoy.config.core.v3.ConfigSource sds_config = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.