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.
|
SdsSecretConfig.NameSpecifierCase |
getNameSpecifierCase() |
ConfigSource |
getSdsConfig()
.envoy.config.core.v4alpha.ConfigSource sds_config = 2; |
ConfigSourceOrBuilder |
getSdsConfigOrBuilder()
.envoy.config.core.v4alpha.ConfigSource sds_config = 2; |
ResourceLocator |
getSdsResourceLocator()
Resource locator for SDS.
|
ResourceLocatorOrBuilder |
getSdsResourceLocatorOrBuilder()
Resource locator for SDS.
|
boolean |
hasSdsConfig()
.envoy.config.core.v4alpha.ConfigSource sds_config = 2; |
boolean |
hasSdsResourceLocator()
Resource locator for SDS.
|
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 hasSdsResourceLocator()
Resource locator for SDS. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator sds_resource_locator = 3;ResourceLocator getSdsResourceLocator()
Resource locator for SDS. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator sds_resource_locator = 3;ResourceLocatorOrBuilder getSdsResourceLocatorOrBuilder()
Resource locator for SDS. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator sds_resource_locator = 3;boolean hasSdsConfig()
.envoy.config.core.v4alpha.ConfigSource sds_config = 2;ConfigSource getSdsConfig()
.envoy.config.core.v4alpha.ConfigSource sds_config = 2;ConfigSourceOrBuilder getSdsConfigOrBuilder()
.envoy.config.core.v4alpha.ConfigSource sds_config = 2;SdsSecretConfig.NameSpecifierCase getNameSpecifierCase()
Copyright © 2018–2020 The Envoy Project. All rights reserved.